Please how do i resolve the problem in the process of creating my detector

Please fill out the following information to help in answering your question, and also see tips for posting code snippets

_Geant4 Version:_version 11
_Operating System:_linux
Compiler/Version:

Have a look through these topics and see if the solutions help. Generally building with CMake and running an application from that build shouldn’t require any specific library search path to be set, but you may want to run

$ ldd ./sim
.. and ..
$ readelf -d ./sim

to check what’s not found (in the output of the first), and whether RPATH/RUNPATH are set (in the output of the latter).

1 Like

good day sir. please any idea of running extended and advance examples of geant4 furthermore i will be glad if you permit we share contact information, it will really help me a long way sir, either whatsapp, telegram. thanks for your patience and time sir

Have you tried the suggestions above, or rather what issues are you having still? It’s better to keep posts here so anyone with the same problem can refer to them later.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.