Dear all,
I have trouble with the configure script not recognizing OpenLDAP
I have installed on my Sun SPARC Solaris8 system. Despite providing
it the paths (CFLAGS,CPPFLAGS,LDFLAGS), the configure script
only sees ldap.h, but does not see the ldap_open, ldap_search_st
and ldap_start_tls_s system calls. Can you please give me
a clue of what is might be a cause of this.
--
configure output:
checking for ldap.h... yes
checking for ldap_open in -lldap... no
checking for ldap_search_st... no
checking for ldap_start_tls_s... no
--
env variables are set:
export CFLAGS="-I/usr/snt/openldap/include -I/usr/snt/openssl/include
-I/usr/snt/gdbm/include"
export CPPFLAGS="-I/usr/snt/openldap/include -I/usr/snt/openssl/include
-I/usr/snt/gdbm/include"
export LDFLAGS="-L/usr/src/openldap-2.0.23/libraries -L/usr/snt/openldap/lib
-L/usr/snt/openssl/lib -L/usr/snt/gdbm/lib -R/usr/snt/openldap/lib
-R/usr/snt/openssl/lib -R/usr/snt/gdbm/lib"
--
OpenLDAP is installed in /usr/snt/openldap/
Thank you very much in advance.
Tomas