Operating System - HP-UX
1748014 Members
4194 Online
108757 Solutions
New Discussion

Re: Unsatisfied data symbol in shlib

 
Niemeier
Occasional Contributor

Unsatisfied data symbol

Hi,
I have an shared library with some extern defined structs and functions. On 32 bit system the dld searched only for realy used symbols in executable file. But how to say the linker at 64 bit HPUX 11.00 to do the same ?

/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'SuchFelder' in load module '/projects/seppentw/lib/liblagzus.sl'.
TIA
Dirk
DN
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: Unsatisfied data symbol in shlib

>I have an shared library with some extern defined structs and functions. On 32 bit system the dld searched only for really used symbols in executable file. But how to say the linker at 64 bit to do the same?

 

You can't.  Smart bind was not ported to ELF dld because it's non-standard.