Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 11752 invoked from network); 12 Jul 2010 16:09:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jul 2010 16:09:07 -0000 Received: (qmail 11536 invoked by uid 500); 12 Jul 2010 16:09:04 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 11494 invoked by uid 500); 12 Jul 2010 16:09:03 -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 11486 invoked by uid 99); 12 Jul 2010 16:09:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 16:09:03 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [129.59.4.20] (HELO mailgate.vanderbilt.edu) (129.59.4.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 16:08:57 +0000 Received: from its-hcwnem22.ds.vanderbilt.edu ([10.1.137.26]) by mailgate02 (8.14.3/8.14.3) with ESMTP id o6CG6ZOR032547 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Mon, 12 Jul 2010 11:06:35 -0500 Received: from ITS-HCWNEM03.ds.Vanderbilt.edu ([10.1.137.103]) by ITS-HCWNEM20.ds.Vanderbilt.edu ([::1]) with mapi; Mon, 12 Jul 2010 11:06:35 -0500 From: "McGranahan, Jamen" To: "users@httpd.apache.org" Date: Mon, 12 Jul 2010 11:06:33 -0500 Thread-Topic: Solaris 10 / Apache / LDAP Thread-Index: Acsh3DLFvVVwubylQNixZ/F0WT8DKw== Message-ID: <4CBC119547951E4FBD63F68C97DE16631CCAAF7A@ITS-HCWNEM03.ds.Vanderbilt.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_4CBC119547951E4FBD63F68C97DE16631CCAAF7AITSHCWNEM03dsVa_" MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5,1.2.40,4.0.166 definitions=2010-07-12_02:2010-02-06,2010-07-12,2010-07-11 signatures=0 X-PPS: No, score=0 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Solaris 10 / Apache / LDAP --_000_4CBC119547951E4FBD63F68C97DE16631CCAAF7AITSHCWNEM03dsVa_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I am trying to configure httpd-2.2.15 on a Sun Solaris 10 sparc server with= the following options: ./configure CC=3Dgcc --prefix=3D/opt/pkgs/apache-2.2.15 --enable-access --e= nable-ssl --with-ssl=3D/usr/local/ssl --enable-setenv --enable-so --enable-= ldap --with-ldap-lib=3D/usr/local/lib --with-ldap-include=3D/usr/local/incl= ude --with-ldap=3Dldap --enable-authnz_ldap --enable-cgi --enable-rewrite= =3Dshared However, it fails every time with this (last few lines): checking for ldap support... setting APRUTIL_INCLUDES to "-I/usr/local/include" setting APRUTIL_LDFLAGS to "-L/usr/local/lib" checking for ldap_init in -lldap... no checking for ldap_init in -lldap... no checking for ldap_init in -lldap... no checking for ldap_init in -lldap... no configure: error: could not find an LDAP library Before this, I installed openldap-2.4.22, using the package from sunfreewar= e.com. Libraries are installed in /usr/local/lib (I checked and verified on= another server running 2.2.15 with ldap support). I did try the informatio= n from this page, but received the same result: http://brent.kearneys.ca/20= 06/12/10/building-ldap-authentication-into-apache2/ The srclib/apr would i= nstall fine. It appears to be a problem with the srclib/apr-util that is gi= ving me fits and I really don't know why. I even added /usr/local/lib to my= LD_LIBRARY_PATH environment, but still the same result. Any help or guidan= ce would be greatly appreciated. Thank you! *********************************** * Jamen McGranahan * Systems Services Librarian * Library Information Technology Services * Vanderbilt University * GLB, Room 811 * 419 21st Avenue South * Nashville, TN 37203 * (615) 343-1614 * jamen.mcgranahan@vanderbilt.edu * * "to know what is, you can't just be taught it. You must connect with it."= -David Warlick * *********************************** --_000_4CBC119547951E4FBD63F68C97DE16631CCAAF7AITSHCWNEM03dsVa_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I am trying to configure httpd-2.2.15 on a Sun Solaris= 10 sparc server with the following options:

 

./configure CC=3Dgcc --prefix=3D/opt/pkgs/apache-2.2.1= 5 --enable-access --enable-ssl --with-ssl=3D/usr/local/ssl --enable-setenv --enable-so --enab= le-ldap --with-ldap-lib=3D/usr/local/lib --with-ldap-include=3D/usr/local/include -= -with-ldap=3Dldap --enable-authnz_ldap --enable-cgi --enable-rewrite=3Dshared

 

However, it fails every time with this (last few lines= ):

 

checking for ldap support...

  setting APRUTIL_INCLUDES to "-I/usr/local/include"

  setting APRUTIL_LDFLAGS to "-L/usr/local/lib"

checking for ldap_init in -lldap... no

checking for ldap_init in -lldap... no

checking for ldap_init in -lldap... no

checking for ldap_init in -lldap... no

configure: error: could not find an LDAP library<= /o:p>

 

Before this, I installed openldap-2.4.22, using the pa= ckage from sunfreeware.com. Libraries are installed in /usr/local/lib (I checked = and verified on another server running 2.2.15 with ldap support). I did try the information from this page, but received the same result: http://brent.kearneys.ca/2006/12/10/building-ldap-authenticati= on-into-apache2/  The srclib/apr would install fine. It appears to be a problem with the srclib/apr-util that is giving me fits and I really don’t know why. I even added /usr/local/lib to my LD_LIBRARY_PATH environment, but still the = same result. Any help or guidance would be greatly appreciated. Thank you!<= /o:p>

 

***********************************

* Ja= men McGranahan

* Systems Services Librarian

* Library Information Technology Services

* Vanderbilt University

* GLB, Room 811

* 419 21st Avenue South

* Nashville, TN  37203

* (615) 343-1614

* jamen.mcgranahan@vanderbilt.edu

*

* "to know what is, you can’t just be taught it. You must connect with it." -David Warlick

*

***********************************

 

--_000_4CBC119547951E4FBD63F68C97DE16631CCAAF7AITSHCWNEM03dsVa_--