Hi Bernhard, > Event: error while loading shared libraries: libEvent.so: cannot load > shared object file: No such file or directory This usually happens when the OS loader can find the library on the list of directory it is asked to look at. More specifically, you probably do not have the current directory ("." or its path name) listed in LD_LIBRARY_PATH shell variable. Cheers, Philippe. -----Original Message----- From: owner-roottalk@pcroot.cern.ch [mailto:owner-roottalk@pcroot.cern.ch]On Behalf Of Bernhard KETZER Sent: Monday, January 14, 2002 3:55 PM To: Roottalk Subject: [ROOT] Error loading shared libraries Hi Rooters, I installed ROOT v3.02/07 on Linux RH7.1 (gcc 2.96) and successfully compiled the test programs in root/test. But when I try to run Event, I get the following error message: Event: error while loading shared libraries: libEvent.so: cannot load shared object file: No such file or directory Although libEvent.so exists in the present directory, the loader does not seem to find it. On RH6.1 everything works fine. Any hint would be greatly appreciated! Cheers, Bernhard
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:38 MET