Overriding a DT_SONAME

Alan Modra amodra@bigpond.net.au
Fri Apr 15 06:24:00 GMT 2005


On Thu, Apr 14, 2005 at 12:44:24AM +0100, Mike Hearn wrote:
> I would like to link against a library, say libfoo with soname
> libfoo.so.0, but in my executable I'd like the DT_NEEDED entry to be
> recorded as some other name, eg libfoo.myapp.so.0 so at install time I can
> use a symlink to point the executable somewhere else.
> 
> Is there a way to make ld link against a given library, but break the
> DT_NEEDED == DT_SONAME relationship without actually recompiling the
> target library with a custom soname?

No.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list