libtool
[Top][All Lists]
Advanced

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

dlopen from dlopend library question


From: Gleb Natapov
Subject: dlopen from dlopend library question
Date: Sun, 17 Jul 2005 12:39:34 +0300

Hello,

Not sure this is the right place to ask, but anyway...

I have library (lets say liba.so) that on startup checks available 
hardware and loads appropriate plugin (say plugin.so) to drive the hardware.
plugin.so uses symbols from liba.so. 

Everything works OK if liba.so linked with application, but if
application is modular by itself and use module (say module.so) that
is linked with liba.so then dlopen of plugin.so from liba.so fails with
unresolved symbols.

How can I solve this issue?

PS: All this happens using linux system.

Thanks in advance,

--
                        Gleb.




reply via email to

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