You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ed...@cec.eu.int on 2003/04/02 14:40:08 UTC

[users@httpd] V. 2.0.45 - Solaris 2.8 - Changes in util_ldap ?

Hi all,

I used to compile the 2.0.44 version on Solaris using a script which called
configure with all parameters.
All things being unchanged (SunONE ldap libs in the same place and all)
I used the 2.0.45 archive, and now I get errors relating to the ldap modules
during make install, this kind :

( actually occuring on /bin/bash /apache/src/httpd-2.0.45/srclib/apr/libtool
--silent --mode=compile gcc  -g -O2 -pthreads    -DSOLARIS2=8
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER
-I/apache/src/httpd-2.0.45/srclib/apr/include
-I/apache/src/httpd-2.0.45/srclib/apr-util/include
-I/apache/ecb/Sun_LDAP_SDK/32/include
-I/apache/src/httpd-2.0.45/srclib/apr-util/xml/expat/lib -I.
-I/apache/src/httpd-2.0.45/os/unix
-I/apache/src/httpd-2.0.45/server/mpm/prefork
-I/apache/src/httpd-2.0.45/modules/http
-I/apache/src/httpd-2.0.45/modules/filters
-I/apache/src/httpd-2.0.45/modules/proxy -I/apache/src/httpd-2.0.45/include
-I/usr/local/ssl/include/openssl -I/usr/local/ssl/include
-I/apache/src/httpd-2.0.45/modules/dav/main -prefer-non-pic -static -c
util_ldap.c && touch util_ldap.lo )
---
util_ldap.c: In function `util_ldap_connection_open':
util_ldap.c:294: `LDAP_OPT_X_TLS_HARD' undeclared (first use in this
function)
util_ldap.c:294: (Each undeclared identifier is reported only once
util_ldap.c:294: for each function it appears in.)
util_ldap.c:295: `LDAP_OPT_X_TLS' undeclared (first use in this function)
util_ldap.c: In function `util_ldap_post_config':
util_ldap.c:1226: `LDAP_OPT_X_TLS_CACERTFILE' undeclared (first use in this
function)
---
And indeed, I could go all the way to a successful "make install" with the
2.0.45 version by removing the enable_ldap and enable_auth_ldap options from
the call to configure script.

Has anyone a clue ?
I seem to recall I had seen a change of name for some util modules. But it
didn't involve util_ldap, the make install would be a bit too late to detect
such a situation in my opinion, but well... Any comment welcome.

Thanks in advance,

ECB

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org