DLLs in Linux RedHat 5.0

Carlos Lacasta (Carlos.Lacasta@cern.ch)
Mon, 27 Jul 1998 13:17:59 +0200


Hi there,

I am using root v2.09 in RedHat Linux 5.0.

I need some help concerning a .so file which can be perfectly loaded by
a root standalone program, can be opened with dlopen with no problem,
produces no complains from ldd but when being loaded with

gSystem->Load("file_name.so")

produces

Waning DLL file file_name.so can not load
*** interpreter error recovered ***

or something similar. What may cause that problem ? what extra checks
could I do on my shared library ?

thanks in advance,

Carlos