Skip to content

Commit

Permalink
Fix typo, clarify workaround (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbrie authored Nov 22, 2023
1 parent 0a43286 commit c21ce4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/issues/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,10 @@ Workarounds: At the time of writing the current version of Safari is version 12.
RStudio and Upgrading Singularity 3 to minor version 5
------------------------------------------------------

OnDemand RStudio implmentations using Singularity may break when upgrading to Singularity version 3.5 or above. There is an undocumented breaking change where ``LD_LIBRARY_PATH`` is no longer exported to the container by default. Instead the container will default to having ``LD_LIBRARY_PATH=/.singularity.d/libs``. Explicitly exporting the variable by using ``SINGULARITYENV_LD_LIBRARY_PATH="$LD_LIBRARY_PATH" singularity ...`` appears sufficient to fix the issue.
OnDemand RStudio implementations using Singularity may break when upgrading to Singularity version 3.5 or above. There is an undocumented breaking change where ``LD_LIBRARY_PATH`` is no longer exported to the container by default. Instead the container will default to having ``LD_LIBRARY_PATH=/.singularity.d/libs``.

Workarounds: Explicitly exporting the variable by using ``SINGULARITYENV_LD_LIBRARY_PATH="$LD_LIBRARY_PATH" singularity ...`` appears sufficient to fix the issue.

.. _Cyberduck: https://cyberduck.io
.. _FileZilla: https://filezilla-project.org/
.. _Globus Connect Personal: https://www.globus.org/globus-connect-personal
.. _Globus Connect Personal: https://www.globus.org/globus-connect-personal

0 comments on commit c21ce4e

Please sign in to comment.