SASL ,HP-UX and dynamic loaders

Alexey Melnikov alexey.melnikov at isode.com
Mon Oct 30 16:40:46 EST 2006


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.
>  
>



More information about the Cyrus-sasl mailing list