Re: dlsym() on implicit loaded symbols

2006-07-17 Thread Kostik Belousov
On Sun, Jul 16, 2006 at 03:26:33PM +0200, Roland Dittel wrote: > > Am 16.07.2006 um 14:33 schrieb Simon 'corecode' Schubert: > > >Roland Dittel wrote: > We have a issue with dlsym() on symbols imported by a library that > was loaded with dlopen(). Our code loads the libssl with dlopen()

Re: dlsym() on implicit loaded symbols

2006-07-16 Thread Roland Dittel
Am 16.07.2006 um 14:33 schrieb Simon 'corecode' Schubert: Roland Dittel wrote: We have a issue with dlsym() on symbols imported by a library that was loaded with dlopen(). Our code loads the libssl with dlopen() and then do a dlsym() on several symbols. This works for all symbols exported by

Re: dlsym() on implicit loaded symbols

2006-07-16 Thread Simon 'corecode' Schubert
Roland Dittel wrote: We have a issue with dlsym() on symbols imported by a library that was loaded with dlopen(). Our code loads the libssl with dlopen() and then do a dlsym() on several symbols. This works for all symbols exported by libssl itself but fails for symbols exported by libcrypto.

Re: dlsym() on implicit loaded symbols

2006-07-16 Thread Roland Dittel
Simon 'corecode' Schubert wrote: Roland Dittel wrote: Hi all, We have a issue with dlsym() on symbols imported by a library that was loaded with dlopen(). Our code loads the libssl with dlopen() and then do a dlsym() on several symbols. This works for all symbols exported by libssl itself

Re: dlsym() on implicit loaded symbols

2006-07-15 Thread Simon 'corecode' Schubert
Roland Dittel wrote: Hi all, We have a issue with dlsym() on symbols imported by a library that was loaded with dlopen(). Our code loads the libssl with dlopen() and then do a dlsym() on several symbols. This works for all symbols exported by libssl itself but fails for symbols exported by li

dlsym() on implicit loaded symbols

2006-07-14 Thread Roland Dittel
Hi all, We have a issue with dlsym() on symbols imported by a library that was loaded with dlopen(). Our code loads the libssl with dlopen() and then do a dlsym() on several symbols. This works for all symbols exported by libssl itself but fails for symbols exported by libcrypto. Libssl is