Problem
The precompiled Geant4 Packages in cvmfs images have broken library linkages.
How to reproduce
- Go to any GSI server with cvmfs mounted, e.g. dslustre01
- Go to the FairSoft folder /cvmfs/fairsoft.gsi.de/debian11/fairsoft/jan24p5/lib and run the following command to check the library linkage:
The result should look like:
As can be seen here, libraries like libG4global.so and libG4intercoms.so are not linked correctly.
What should be expected
Here is my own installation in a docker image:
where all dependent libraries are correctly linked (with empty LD_LIRBARY_PATH).