Comment 2 for bug 1013117

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote : Re: ExRootAnalysis Installation Error

Just in case, I think that the solution should be:
1) run the command
locate libCint.so
(or but much longer and less efficient)
 find / |grep libCint.so
in my case, the first one diden't return anything but the second returns:

./Documents/prog/root/lib/libCint.so

Then I add in .bashrc the following lines:
export ROOTSYS=/Users/omatt/Documents/prog/root/
export DYLD_LIBRARY_PATH=$ROOTSYS/lib:$DYLD_LIBRARY_PATH

Cheers,

Olivier