This commit is contained in:
Daniel Stenberg 2000-05-22 19:09:31 +00:00
parent dbd864a2a6
commit e27e490c7e

View File

@ -98,6 +98,7 @@ static void DynaOpen(void)
#else
/* and some systems don't have the RTLD_GLOBAL symbol */
RTLD_LAZY
#endif
#endif
);
libldap = dlopen("libldap.so", RTLD_LAZY);