Operating System - HP-UX
1753594 Members
6184 Online
108796 Solutions
New Discussion

aCC runtime: Error 215 from shl_findsym Error

 
Suvesh
New Member

aCC runtime: Error 215 from shl_findsym Error

I saw a few threads on this problem but couldn't get an answer that worked for me.

I build a jni library say libjni with flags - +z -D_UNIX -D_XOPEN_SOURCE_EXTENDED=1 -DUNIX -Dunix. The library builds fine and everything else looks ok, but when i make the jni call then it gives the following error and cores.

aCC runtime: Error 215 from shl_findsym(/opt/IBM/ldap/V6.0/lib/libldtr.sl,_shlIn
it)
/usr/lib/dld.sl: Unresolved symbol: typeid__XT5exc_t_ (data) from /opt/XYZ/lib/libldtr.sl

Where libldtr.sl is one of the (C based) libraries used by libjni.sl .

I am building libldtr.sl with only the +z flag.

Am i missing on some needed flags ? Any clue what's going wrong here?

Thanks in advance
Suv
1 REPLY 1
Prabu_3
Frequent Advisor

Re: aCC runtime: Error 215 from shl_findsym Error

I too face the same problem on HP-UX 11i(PA-RISC) system.

Any one got a solution for this problem?. I could see lot of questions in the internet, but no solution for this problem :-)