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
Which kind of installation did you choose : location independent installation or fixed location installation?
In the first case, did you modify your .bashrc (or .cshrc)
[quote=“raman”]i added line
source /home/raman/Downloads/root/bin/thisroot.sh
in my .bashrc
then i closed the terminal and i oened the terminal
i tried running root i still got the same error[/quote]
Very strange because if you type this line before running ROOT and you have no error after then this line should be loaded when you start a new session in your terminal.
Are you sure you use a bash terminal and not a csh one (or other)?
Also, did you add bin/ to your PATH and lib/ to your LD_LIBRARY_PATH variables?
after adding line
source /home/raman/Downloads/root/bin/thisroot.sh
i didnot used
now after doing that i am getting no error.
Thanku
but since i had used fixed location installation
do i still need to add bin/ to PATH and lib/ to LD_LIBRARY_PATH variables .
So, does it work after adding the line in your .bashrc or not.
If it works, then you do not need to modify other stuff.
If not, then could you show the output of the command
i got error as:
root [0]
Processing pythia8.C…
Error in TUnixSystem::DynamicPathName: libEGPythia8[.so | .dll | .dylib | .sl | .dl | .a] does not exist in /home/raman/Downloads/root/lib://home/raman/Downloads/fastjet-install/lib:LD_LIBRARY_PATH:.:/home/raman/Downloads/root/lib::/home/raman/Downloads/root/cint/cint/stl
Error: Symbol TPythia8 is not defined in current scope pythia8.C:45:
Error: Symbol TPythia8 is not defined in current scope pythia8.C:45:
Error: type TPythia8 not defined FILE:/home/raman/Downloads/root/tutorials/pythia/./pythia8.C LINE:45
Error: Invalid type ‘TPythia8*’ in declaration of ‘pythia8’ pythia8.C:45:
*** Interpreter error recovered ***