This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: dlopen problems


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.

testlib.tar.gz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]