In my institute we switched from centos7 to almalinux 9.5. First I had problems finding some libraries so I switched from source /cvmfs/sft.cern.ch/lcg/views/LCG_97/x86_64-centos7-gcc9-opt/setup.sh
to source /cvmfs/sft.cern.ch/lcg/views/LCG_106/x86_64-el9-gcc13-opt/setup.sh
Then I had the problem that files that should be included weren’t found, so I put them in with the explicit path, like:
#include </cvmfs/sft.cern.ch/lcg/views/LCG_106/x86_64-el9-gcc13-opt/include/Garfield/ViewSignal.hh>
The next problem I face is that the simulation is not able to retrieve the database path. The error I get is the following:
TrackHeed::Initialise:
Cannot retrieve database path (none of the environment variables HEED_DATABASE, GARFIELD_INSTALL, GARFIELD_HOME is defined).
Cannot proceed.
No Interaction - repeat!
photon at x=0, y=0
Is there somebody out who can help me?