Hi,
I got this error when I try to launch Package- related to root called MadAanalysis (launchpad.net/madanalysis5)
The error:
[code]- Root [FAILURE]
** ERROR: ROOT file called ‘/home/safi/root-6.06.00/lib/libCore.so’ is not found
** ERROR: Please check that ROOT is properly installed.
[/code]I don’t know what’s wrong with root installation, what I did is:
root$ ./confgure
root$ make
Then I made build- root directory, and do:
build-root$ cmake /root/
build-root$ make -j2
Then :
source ~/root/bin/thisroot.sh
When I do:
[code] locate libCore.so
it gives:
/home/safi/build_root/lib/libCore.so
[/code]
So how to solve this ?