Hello,
I need to use Pythia6 routines in my macro,
when I try to load appropriate libraries with
gSystem->Load(“libEGPythia6”);
I receive a message
dlopen error: libPythia6.so: cannot open shared object file: No such file or directory
Load Error: Failed to load Dynamic link library /usr/local/root/lib/libEGPythia6.so
looks like missing libPythia6.so
gSystem->Load(“libPythia6”);
Error in TUnixSystem::DynamicPathName: libPythia6[.so | .sl | .dl | .a | .dll] does not exist in .:/usr/local/root/lib:/usr/local/root/lib
root [4] gSystem->Load(“libEGPythia6”);
dlopen error: libPythia6.so: cannot open shared object file: No such file or directory
Load Error: Failed to load Dynamic link library /usr/local/root/lib/libEGPythia6.so
Is there a way to obtain the library or shuould I just specify the path? I can’t browse for the lib anyway.
Thanks for any suggestions.
boris
ps: using Version 4.04/02