Biswatosh wrote:

Hi,

In dlopen.c, we have dlopen() as wrapper on
shl_load(),
dlclose() on shl_unload() etc. Any reason for that?
Today,in HP-UX,we can directly use dlopen() and all.
It is for older versions.
Do you know if there is any C define that can be used to detect newer HP-UXes that support dlopen() directly?

The reason I am asking is, one of my clients is
complaining
that symbol relocation is happening because of this.
dl* functions (which he calls), which should be loaded
from libdld.sl are rather being used from sasl
library.

Reply via email to