Operating System - Linux
1752679 Members
5487 Online
108789 Solutions
New Discussion юеВ

/usr/lib/dld.sl: Unresolved symbol: __head (data) from /usr/lib/libC.1

 
Platinum
Occasional Advisor

/usr/lib/dld.sl: Unresolved symbol: __head (data) from /usr/lib/libC.1

Hello

I met a issue when I run clearmake in HP-UX 10.20.

Following is error messages, Would you please give me some ideas about this issue?

Thanks in advance!

/usr/lib/dld.sl: Unresolved symbol: __head (data) from /usr/lib/libC.1
/usr/lib/dld.sl: Unresolved module for symbol: __shlinit (code) from /usr/lib/libCsup.1
/bin/sh: 14766 Abort(coredump)
5 REPLIES 5
AwadheshPandey
Honored Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: __head (data) from /usr/lib/libC.1

u need to install ld and and linker tool patch
It's kind of fun to do the impossible
Steven Chen_1
Super Advisor

Re: /usr/lib/dld.sl: Unresolved symbol: __head (data) from /usr/lib/libC.1

It may be as simple as the directory execute permission has been removed. Check the /user/lib/*. If that's the case, add x up. You don't need reinstalling ld stuff.

HIH.

Steven
Steve
Dennis Handly
Acclaimed Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: __head (data) from /usr/lib/libC.1

You are mixing obsolete cfront (libC.1) with aC++ (libCsup.1). Remove -lC from your link link line of your shared lib.
Prashanth.D.S
Honored Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: __head (data) from /usr/lib/libC.1

Hi,

Totally agree with Awdesh you need to install PHSS_28871 (might have already been superseaded) in order to resolve this issue..

Best Regards,
Prashanth
Dennis Handly
Acclaimed Contributor

Re: /usr/lib/dld.sl: Unresolved symbol: __head (data) from /usr/lib/libC.1

>Prashanth: Totally agree with Awdesh you need to install PHSS_28871 in order to resolve this issue..

I don't see how installing a 11.11 patch will help for 10.20. Nor will it help mixing obsolete cfront libs with aC++ libs/application.

libC.1 expects the symbol __head to be in the a.out. This symbol is only for cfront.