Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 14685 invoked from network); 7 Dec 2005 15:12:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Dec 2005 15:12:12 -0000 Received: (qmail 11325 invoked by uid 500); 7 Dec 2005 14:40:14 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 11271 invoked by uid 500); 7 Dec 2005 14:40:13 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 11230 invoked by uid 99); 7 Dec 2005 14:40:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 06:40:13 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of GIppolito@princetonecom.com designates 63.77.3.154 as permitted sender) Received: from [63.77.3.154] (HELO taz.princetonecom.com) (63.77.3.154) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 06:40:11 -0800 To: users@httpd.apache.org Message-ID: From: GIppolito@princetonecom.com Date: Wed, 7 Dec 2005 09:39:49 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] compiling apache 2.2 with openldap on solairs 9 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Help please. I've compilied and installed openldap-2.3.11, openssl-0.9.7g one solaris 9. Now I'm trying to complie to apache 2.2.0 with ldap support. Please see the following. Configure works fine, but when I do a make I get the following error. Any help would be apprecated. env _=/usr/bin/env HZ=100 PATH=/usr/local/bin:/usr/bin:/usr/sbin:/bin:/usr/local/libexec:/usr/ccs/bin LOGNAME=root PS1=osa-app01 # LDFLAGS=-L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/ssl/lib:/usr/local/lib CC=gcc SHELL=/sbin/sh CPPFLAGS=-I/usr/local/ssl/include -I/usr/local/include HOME=/ TERM=vt100 LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/local/ssl/lib PWD=/export/home/gippolit TZ=America/Indiana/Marengo Configure options to Apache ./configure --with-ldap-sdk=openldap --enable-ssl --with-ssl=/usr/local/ssl --enable-authnz-ldap --enable-ldap --with-ldap=/usr/local Make error me/gippolit/httpd-2.2.0/srclib/pcre/libpcre.la /export/home/gippolit/httpd-2.2.0/srclib/apr-util/libaprutil-1.la -ldb-4.2 /export/home/gippolit/httpd-2.2.0/srclib/apr-util/xml/expat/lib/libexpat.la -liconv /export/home/gippolit/httpd-2.2.0/srclib/apr/libapr-1.la -luuid -lsendfile -lrt -lsocket -lnsl -lpthread -ldl Undefined first referenced symbol in file ldap_first_entry modules/ldap/.libs/libmod_ldap.a(util_ldap.o) apr_ldap_info modules/ldap/.libs/libmod_ldap.a(util_ldap.o) apr_ldap_init modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ldap_err2string modules/aaa/.libs/libmod_authnz_ldap.a(mod_authnz_ldap.o) ldap_msgfree modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ldap_value_free modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ldap_memfree modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ldap_count_entries modules/ldap/.libs/libmod_ldap.a(util_ldap.o) apr_ldap_ssl_deinit modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ldap_get_dn modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ldap_unbind_s modules/ldap/.libs/libmod_ldap.a(util_ldap.o) apr_ldap_set_option modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ldap_simple_bind_s modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ldap_search_ext_s modules/ldap/.libs/libmod_ldap.a(util_ldap.o) apr_ldap_ssl_init modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ldap_set_option modules/ldap/.libs/libmod_ldap.a(util_ldap.o) apr_ldap_url_parse modules/aaa/.libs/libmod_authnz_ldap.a(mod_authnz_ldap.o) ldap_get_values modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ldap_compare_s modules/ldap/.libs/libmod_ldap.a(util_ldap.o) ld: fatal: Symbol referencing errors. No output written to .libs/httpd collect2: ld returned 1 exit status make[1]: *** [httpd] Error 1 make[1]: Leaving directory `/export/home/gippolit/httpd-2.2.0' make: *** [all-recursive] Error 1 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See 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