help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: name clash between libunzip.so and zlib library


From: Paul Jarc
Subject: Re: name clash between libunzip.so and zlib library
Date: Fri, 04 Aug 2006 22:26:57 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

"gobigred" <taotao.yu@gmail.com> wrote:
> Paul Jarc wrote:
>> You can use dlopen() to load the libraries and dlsym() to access a
>> specific function within a library.  Check the man pages for details.
> 
> doesn't work, i tried it before.

Were you still linking the libraries into your executable with -l?
That's probably where the linker gets confused, but you don't need to
include them there if you use dlopen().


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]