Skip to content

Removed siteLibs/T_A from LD_LIBRARY_PATH

Simon Rose requested to merge ld_path into master

There is an issue in nds3/nds3epics where it searches through LD_LIBRARY_PATH and raises an uncaught exception if a path in there does not exist.

Newer versions of require do not create anything in siteLibs (which we could talk about removing altogether), and so we end up with either extraneous warnings or even segmentation faults. Needless to say, this is bad.

The simplest short-term fix is to remove siteLibs/$(T_A) from LD_LIBRARY_PATH as it is set in setE3Env.bash, since that is not used. A further change to fix nds3 will be sent to ICSHWI.

Merge request reports