You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/05/17 11:57:33 UTC

DO NOT REPLY [Bug 34943] New: - util_ldap.c: In function `util_ldap_connection_open':

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34943>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34943

           Summary: util_ldap.c: In function `util_ldap_connection_open':
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_auth_ldap
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: alcol@hotmail.com


with iPlanet LDAP C SDK 5.08 I get these errors! after the errors you'll be 
able to find my conf line and other.

/home/colosi/apache/httpd-2.0.54/srclib/apr/libtool --silent --mode=link gcc  -
g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -
D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -
I/home/colosi/apache/httpd-2.0.54/srclib/apr/include -
I/home/colosi/apache/httpd-2.0.54/srclib/apr-util/include -
I/home/colosi/ldap/iplanet/include -I/home/colosi/apache/httpd-
2.0.54/srclib/apr-util/xml/expat/lib -I. -I/home/colosi/apache/httpd-
2.0.54/os/unix -I/home/colosi/apache/httpd-2.0.54/server/mpm/prefork -
I/home/colosi/apache/httpd-2.0.54/modules/http -I/home/colosi/apache/httpd-
2.0.54/modules/filters -I/home/colosi/apache/httpd-2.0.54/modules/proxy -
I/home/colosi/apache/httpd-2.0.54/include -I/home/colosi/apache/httpd-
2.0.54/modules/generators -I/usr/local/ssl/include/openssl -
I/usr/local/ssl/include -I/home/colosi/apache/httpd-2.0.54/modules/dav/main -
module -export-dynamic -L/home/colosi/ldap/iplanet/lib -
L/home/colosi/apache/httpd-2.0.54/srclib/apr-util/xml/expat/lib -
L/usr/local/ssl/lib   -o mod_auth.la mod_auth.lo
make[3]: Leaving directory `/home/colosi/apache/httpd-2.0.54/modules/aaa'
make[2]: Leaving directory `/home/colosi/apache/httpd-2.0.54/modules/aaa'
Making all in experimental
make[2]: Entering directory `/home/colosi/apache/httpd-
2.0.54/modules/experimental'
make[3]: Entering directory `/home/colosi/apache/httpd-
2.0.54/modules/experimental'
/home/colosi/apache/httpd-2.0.54/srclib/apr/libtool --silent --mode=compile 
gcc  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -
D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -
I/home/colosi/apache/httpd-2.0.54/srclib/apr/include -
I/home/colosi/apache/httpd-2.0.54/srclib/apr-util/include -
I/home/colosi/ldap/iplanet/include -I/home/colosi/apache/httpd-
2.0.54/srclib/apr-util/xml/expat/lib -I. -I/home/colosi/apache/httpd-
2.0.54/os/unix -I/home/colosi/apache/httpd-2.0.54/server/mpm/prefork -
I/home/colosi/apache/httpd-2.0.54/modules/http -I/home/colosi/apache/httpd-
2.0.54/modules/filters -I/home/colosi/apache/httpd-2.0.54/modules/proxy -
I/home/colosi/apache/httpd-2.0.54/include -I/home/colosi/apache/httpd-
2.0.54/modules/generators -I/usr/local/ssl/include/openssl -
I/usr/local/ssl/include -I/home/colosi/apache/httpd-2.0.54/modules/dav/main  -c 
util_ldap.c && touch util_ldap.lo
util_ldap.c: In function `util_ldap_connection_open':
util_ldap.c:283: `LDAP_OPT_X_TLS_HARD' undeclared (first use in this function)
util_ldap.c:283: (Each undeclared identifier is reported only once
util_ldap.c:283: for each function it appears in.)
util_ldap.c:284: `LDAP_OPT_X_TLS' undeclared (first use in this function)
util_ldap.c: In function `util_ldap_post_config':
util_ldap.c:1568: `LDAP_OPT_X_TLS_CACERTFILE' undeclared (first use in this 
function)
make[3]: *** [util_ldap.lo] Error 1
make[3]: Leaving directory `/home/colosi/apache/httpd-
2.0.54/modules/experimental'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/colosi/apache/httpd-
2.0.54/modules/experimental'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/colosi/apache/httpd-2.0.54/modules'
make: *** [all-recursive] Error 1
------------------------------------------------------------------------

My configure line: 
./configure --enable-deflate --enable-mime-magic --enable-expires --enable-
usertrack --enable-unique-id --enable-ssl --with-ssl=/usr/local/ssl --enable-
http --enable-cgi --enable-cgid --enable-spelling --enable-auth-ldap --enable-
ldap --with-ldap --with-ldap-include=/home/colosi/ldap/iplanet/include --with-
ldap-lib=/home/colosi/ldap/iplanet/lib

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org