Hi,
 
I have a mib module (compiled as a shared object library) that I would like to dynamically load via the dlmod mechanism.
My library is dependent upon another shared library and when dlmod tries to load my module, it complains that it cannot find the shared object that my mib module references:
 
libMyMibModule.so
    --> refereces libdatahub.so (a helper library that my module uses)
 
Error:
    dlopen failed: Shared object "libdatahub.so" no found.
 
How can I tell dlmod where dependent shared objects may be found? Is there another way to get around this problem?
 
Thanks,
Trang

Reply via email to