dlopen problems
Cristian Gafton
gafton@redhat.com
Fri Jul 16 10:26:00 GMT 1999
On 16 Jul 1999, Ulrich Drepper wrote:
> > That function from the module depends on the foo() function from
> > the library it is linked against (lib2). But instead of calling the
> > lib2.so:foo() we end up calling the lib1:foo() from the module, because
> > that is already resolved and ready to use.
>
> That's exactly the right behaviour. If you want to prefer local
> resolution you have to set DT_SYMBOLIC.
That doesn't work either. I have enable DT_SYMBOLIC for module.so and the
same broken behavior exists.
Cristian
--
----------------------------------------------------------------------
Cristian Gafton -- gafton@redhat.com -- Red Hat, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UNIX is user friendly. It's just selective about who its friends are.
More information about the Libc-hacker
mailing list