https://bz.apache.org/bugzilla/show_bug.cgi?id=63854

--- Comment #3 from nv5...@att.com ---
below we can see the location of the ldap library and the required "ldap_init"
definition:

[build@ecombuild03 httpd-2.4.41]$ ls -l /sites/utils/lib/libldap.so 
lrwxrwxrwx 1 build build 37 Oct 15 14:11 /sites/utils/lib/libldap.so ->
../att/openldap-2.4.48/lib/libldap.so
[build@ecombuild03 httpd-2.4.41]$ ls -l
/sites/utils/att/openldap-2.4.48/lib/libldap.so
lrwxrwxrwx 1 build build 22 Oct 15 13:53
/sites/utils/att/openldap-2.4.48/lib/libldap.so -> libldap-2.4.so.2.10.11
[build@ecombuild03 httpd-2.4.41]$ ls -l
/sites/utils/att/openldap-2.4.48/lib/libldap-2.4.so.2.10.11 
-rw-r--r-- 1 build build 407844 Oct 15 13:53
/sites/utils/att/openldap-2.4.48/lib/libldap-2.4.so.2.10.11
[build@ecombuild03 httpd-2.4.41]$ strings
/sites/utils/att/openldap-2.4.48/lib/libldap-2.4.so.2.10.11 | grep ldap_init
ldap_init
ldap_initialize
ldap_init_fd
ldap_init: trying %s
ldap_init: using %s
ldap_init: HOME env is %s
ldap_init: HOME env is NULL
ldap_init: %s env is %s
ldap_init: %s env is NULL

Yet, when I update the --with-ldap setting with a path the ldap_init function
is not found (example at end of this comment). ALL of the following values have
been used for --with-ldap:

/sites/utils
/sites/utils/lib
/sites/utils/lib/libldap.so
/sites/utils/att/openldap-2.4.48
/sites/utils/att/openldap-2.4.48/lib
/sites/utils/att/openldap-2.4.48/lib/libldap.so
/sites/utils/att/openldap-2.4.48/lib/libldap-2.4.so.2.10.11

checking for ldap support...
checking for ldap_init in -l/sites/utils... no
checking for ldap_init in -l/sites/utils... no
checking for ldap_init in -l/sites/utils... no
checking for ldap_init in -l/sites/utils... no
configure: error: could not find an LDAP library

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to