Skip to content

Broken installation of Geant4 in GSI cvmfs image #570

@YanzhaoW

Description

@YanzhaoW

Problem

The precompiled Geant4 Packages in cvmfs images have broken library linkages.

How to reproduce

  1. Go to any GSI server with cvmfs mounted, e.g. dslustre01
  2. Go to the FairSoft folder /cvmfs/fairsoft.gsi.de/debian11/fairsoft/jan24p5/lib and run the following command to check the library linkage:
ldd libG4materials.so

The result should look like:

Image

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:

Image

where all dependent libraries are correctly linked (with empty LD_LIRBARY_PATH).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions