pyRoot

hello

I have problem loading a dynamic link library for PyROOT.

my root version is 5.12/00

I’ve set up the path variables and everything seems OK, but I get:

root [0] gSystem->Load("libPyROOT") dlopen error: /home/tart/root/lib/libPyROOT.so: undefined symbol: _ZN6PyROOT13TMethodHolder18GetSignatureStringEv Load Error: Failed to load Dynamic link library /home/tart/root/lib/libPyROOT.so (int)(-1) *** Interpreter error recovered ***

I would perhaps expect this error when the compiler version used to build ROOT is different from the one I use? but I checked and they are definitely the same:

mine:

gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-34)

binary:
root_v5.12.00.Linux.slc3.gcc3.2.3.tar

can you help?

thanks

sorry, I meant to post this to the pyROOT forum instead… is it possible to move it please