hoangle -> dlopen bug? (Mar. 3, '06, 1:12:34 PM) |
Hi,
I try to port an application running well in unix & linux.
The build produces some loadable objects and the application will load them using dlopen at run time. When it load them, dlopen failed with dlerror returns message: "system cannot load image". After trying many ways without success, I found that if I change the name of the loadable object for example: from "foo" to "libfoo.so" then dlopen does not give error and everything is fine. It seems to me that dlopen does not accept loadable object.
1) Is it a bug?
2) How can we fix it without converting the name of the loadable object to "lib*.so" ?
Your response is highly appreciated.
Hoang |
|
|
|