Operating System - HP-UX
1753301 Members
6830 Online
108792 Solutions
New Discussion

/usr/lib/hpux32/dld.so: Unsatisfied code symbol '__cxa_personality_routine' xerces

 
Jared71
Visitor

/usr/lib/hpux32/dld.so: Unsatisfied code symbol '__cxa_personality_routine' xerces

 

On program run.  

/usr/lib/hpux32/dld.so: Unsatisfied code symbol '__cxa_personality_routine' in load module '/usr/local/lib/xerces-

c-2.8.0/lib/libxerces-c.so.28'

Dump of library. 

[~] 501>elfdump -s -n .dynsym /usr/local/lib/xerces-c-2.8.0/lib/libxerces-c.so.28 |grep cxa_
681 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_rethrow
1457 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_allocate_exception
1576 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_begin_catch
1878 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_guard_abort
2437 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_pure_virtual
3101 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_guard_release
8919 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_finalize
9909 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_end_catch
10880 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_guard_acquire
12399 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_atexit
13240 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_personality_routine
13338 FUNC GLOB 0 UNDEF 0x00000000 0 __cxa_throw
[~] 502>

I am including /usr/local/lib/xerces-c-2.8.0/lib directory for include files but that library is not included in my linker.  

 

 

 

3 REPLIES 3
mnavada
Occasional Advisor

Re: /usr/lib/hpux32/dld.so: Unsatisfied code symbol '__cxa_personality_routine' xerces

Hello,

Check for any permission issue for the any libraries by executing "swverify -F \* " and check the output of "swjob"

 

Best regards

Manjunath

 

I am a HPE Employee
Jared71
Visitor

Re: /usr/lib/hpux32/dld.so: Unsatisfied code symbol '__cxa_personality_routine' xerces

I still have the same problem.    Content removed. 

sandeeptt
Occasional Visitor

Re: /usr/lib/hpux32/dld.so: Unsatisfied code symbol '__cxa_personality_routine' xerces

Which library includes those symbols, need to be passed to the linker using LDFLAGS.

LDFLAGS="-l<library_name>"