I have installed root Version 5.24 and when I tried to run it this error message appeares :
==================================error message =======================================================================
Couldn’t find font “-adobe-helvetica-medium-r---10-----*-iso8859-1”,
trying “fixed”. Please fix your system so helvetica can be found,
this font typically is in the rpm (or pkg equivalent) package
XFree86-[75,100]dpi-fonts or fonts-xorg-[75,100]dpi.
/usr/local/bin/root.exe: error while loading shared libraries: libCore.so: cannot open shared object file: No such file or directory
Could you please tell me what is wrong? or What am I missing?
Hello,
I am having the same problem that is described above. I am using Red Hat x86_64. I installed ROOT but I am having problems running it. Here is the error message:
/usr/local/bin/root.exe: error while loading shared libraries: libCore.so: cannot open shared object file: No such file or directory
I did try running thisroot.sh script:
[/home/name/root/root]# sh /usr/local/bin/thisroot.sh
I also added this line in my .bashrc:
. </home/name/root/root>/usr/local/bin/thisroot.sh
I the above command written in .bashrc correct?
Even after doing the above, I get the same error message when I try to run ROOT:
/usr/local/bin/root.exe: error while loading shared libraries: libCore.so: cannot open shared object file: No such file or directory
If your ROOT resides in “/usr/local”, use:
. /usr/local/bin/thisroot.sh
If your ROOT resides in “/home/name/root/root”, use:
. /home/name/root/root/bin/thisroot.sh