Operating System - HP-UX
1833053 Members
2473 Online
110049 Solutions
New Discussion

Re: Core dumped with /usr/lib/dld.sl Unresolved symbol :write__7ostreamPCci

 
Zhu Wang_1
Occasional Advisor

Core dumped with /usr/lib/dld.sl Unresolved symbol :write__7ostreamPCci

Hi,
I have an application that I compiled on HP UX10. It used to be able to run on both HP UX10 and UX11. After I merged a Perl interpreter, it compiles, links and runs fine on HP UX10. But when I run the program on HP UX 11, I got Core dump with error message like :
/usr/lib/dld.sl Unresolved symbol : write__7ostreamPCci
The version of Perl on HP is 5.00503.
Please help.
Ciao.
2 REPLIES 2
Helen French
Honored Contributor

Re: Core dumped with /usr/lib/dld.sl Unresolved symbol :write__7ostreamPCci

Hi,

Which application are you running ? Take a look at this, it may help you:

http://us-support3.external.hp.com/cki/bin/doc.pl/sid=f5fee3ad03dd139aba/screen=ckiDisplayDocument?docId=200000049940790

HTH,
Shiju

Life is a promise, fulfill it!
Zhu Wang_1
Occasional Advisor

Re: Core dumped with /usr/lib/dld.sl Unresolved symbol :write__7ostreamPCci

It's an application written in C++. I added an embedded Perl interpreter.
The link you provided didn't help. I still don't know which library I should add for the unresolved symbol.
Thanks anyway.
Ciao.