Hi Pietro, presumably this version of root has been built on RedHat 7.2
and
you are using RedHat6.1
To make it work it is enough to set soft link
libstdc++-libc6.1-2.so.3 -> /usr/local/lib/libstdc++-libc6.1-1.so.2
ln -s /usr/local/lib/libstdc++-libc6.1-1.so.2 libstdc++-libc6.1-2.so.3
setenv LD_LIBRARY_PATH ".:$LD_LIBRARY_PATH"
root.exe
...
Yuri
-----Original Message-----
From: owner-roottalk@pcroot.cern.ch
[mailto:owner-roottalk@pcroot.cern.ch] On Behalf Of Pietro Govoni
Sent: Monday, September 09, 2002 8:59 AM
To: Roottalk
Subject: [ROOT] problems in using the new version
Dear rooters,
it's a few days that I'm trying to use the new root version on AFS (ROOT
v3.03.08), with the following environment variables (tcsh):
setenv ROOTSYS /afs/cern.ch/sw/root/v3.03.08/rh61_gcc2952/root
setenv LD_LIBRARY_PATH ${ROOTSYS}/lib
setenv PATH ${PATH}:${ROOTSYS}/bin
When I try to start root I got the error message:
/afs/cern.ch/sw/root/v3.03.08/rh61_gcc2952/root/bin/root.exe: error in
loading shared libraries: libstdc++-libc6.1-2.so.3: cannot open shared
object file: No such file or directory
while if I try to find that library I get:
> locate libstdc++-libc6.1-2.so.3
/asis.local/i386_redhat61/usr.local/gcc-alt-2.95.2/lib/libstdc++-libc6.1
-2.so.3
I also tried to get start the same version of root on an other AFS
account, getting the same results.
I wonder why ROOT does not work; can anybody give me any suggestion on
how
to solve this (probably stupid) problem?
Thank you for your attention, best regards
pietro govoni
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:08 MET