Impossibility to run Pythia in ROOT version 5.15/02

Hello!
I installed ROOT version 5.15/02 on Kubuntu with configuration:
./configure linuxdeb --enable-pythia6 --with-pythia6-libdir=/usr/lib

I can load necessary Pythia6 library
root [0] gSystem->Load(“libEG”);
root [1] gSystem->Load(“libPythia6”);
root [2] gSystem->Load(“libEGPythia6”);

but error occurred when I tried to create instance of TPythia6:
root[3] TPythia6 * b = new TPythia6
/usr/local/root/bin/root.exe: symbol lookup error: /usr/local/root/lib/libEGPythia6.so : undefined symbol: pythia6_common_address

Could somebody help me, please?

Did you install libPythia6?
Can you run $ROOTSYS/tutorials/pythia/pythiaExample.C ?
(see comments in this script).

Rene

Yest, I have installed libPythia6 and
$ROOTSYS/tutorials/pythia/pythiaExample.C does not work because of the same problem I have described.

Petr Necesal

[quote=“brun”]Did you install libPythia6?
Can you run $ROOTSYS/tutorials/pythia/pythiaExample.C ?
(see comments in this script).

Rene[/quote]

When you installed Pythia, did you follow the instructions in our Install page?
root.cern.ch/root/Install.html
"Pythia Event Generators"

Please specify more details, in particular which version you installed.

Rene