Re: [ROOT] Problem with running ROOT at CERN

From: Rene Brun (Rene.Brun@cern.ch)
Date: Mon Mar 03 2003 - 08:29:52 MET


Hi,

It looks like when you do:
LD_LIBRARY_PATH=($LD_LIBRARY_PATH $ROOTSYS/lib)
that your pre-existing LD_LIBRARY_PATH already points to a version of ROOT
not compiled for gcc296.
Same for your PATH variable.

If you invert the declarations, the problem should go.

LD_LIBRARY_PATH=($ROOTSYS/lib $LD_LIBRARY_PATH)

Rene Brun

Arsen Hairapetyan wrote:
> 
>  Hello,
>  in order to work with ROOT from AFS(at CERN lxplus),
>  I followed your instructions from http://root.cern.ch/root/AFS.html:
>  (on tcsh I have done)
>  setenv ROOTSYS /afs/cern.ch/sw/root/v3.05.02/rh73_gcc296/root
>  set path=($path $ROOTSYS/bin)
>  set LD_LIBRARY_PATH=($LD_LIBRARY_PATH $ROOTSYS/lib)
> 
>  When I run root,I get
>  root: error while loading shared libraries: libstdc++.so.5: cannot open
>  shared object file: No such file or directory
> 
>  Help me, please
>  Thank you,
>  Arsen
> 
> 
> 
>



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:09 MET