1846186 Members
3876 Online
110254 Solutions
New Discussion

Shared Library Problems

 
Chaitanya Soman
New Member

Shared Library Problems

Hi,

I am using the "libclntsh.sl.9.0" shared library for my Pro*C programs. Whenever I want to debug these programs through "gdb" utility, I get the following error :-
"Version of shared library /opt/app/oracle/product/9.2.0/lib/libclntsh.sl.9.0 not understood"

We use the SHLIB_PATH environment variable for dynamicaly linking shared libraries. I have verified that this variable is correctly set, still I am facing this problem.
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Massimo Bianchi
Honored Contributor

Re: Shared Library Problems

Hi,
can you post a "file /opt/app/oracle/product/9.2.0/lib/libclntsh.sl.9.0" and tell us on which OS are you compiling ?

I suspect 32/64 bit mixing or wrong architecture Itanium/PARISC.

Massimo