On Friday 13 February 2004 22:23, Ian Zagorskih wrote: Just a little correction: dlopen() actually loads library fine in any case. The failure happens at dlsym() call. On the other hand, that's stated that dlsym() should just return NULL if it cannot resolve symbol. // wbr