Date: Sun, 13 Nov 2011 17:48:41 -0800 From: "Philip M. Gollucci" <pgollucci@taximagic.com> To: ohauer@freebsd.org Cc: "apache@FreeBSD.org" <apache@freebsd.org>, Umar Draz <umar_draz@yahoo.com> Subject: Re: ldap installation problem with apache Message-ID: <4EC07379.9030507@p6m7g8.com> In-Reply-To: <4EBFFE83.6020002@FreeBSD.org> References: <1321178257.16765.YahooMailNeo@web111510.mail.gq1.yahoo.com> <4EBFFE83.6020002@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/13/11 9:29 AM, Olli Hauer wrote: > On 2011-11-13 10:57, Umar Draz wrote: >> Hi, >> >> I am trying to install apache-2.2.1 on FreeBSD 8.2 64bit, I want to use ldap_authentication. Here is my make.conf >> >> WITH_LDAP_MODULES=yes >> >> But I am getting this error on make install >> >> mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure. >> mod_authnz_ldap.c:63: error: expected specifier-qualifier-list before 'deref_options' >> >> >> the apr package is also installed >> >> apr-0.9.19.0.9.19_1 Apache Portability Library >> >> Please help me how to solve this error >> > > Hi Umar, > > that's the wrong apr package! (maybe a relict from apache13) > > apache22 needs the apr1 port (devel/apr1) but you have apr0 installed. > > See ports/UPDATING entry from 20100518 > $> grep -A27 20100518 /usr/ports/UPDATING > > $> cd ports/devel/apr1 > $> make config -> add LDAP to the mix > > then follow the UPDATING instruction or do a manually delete of apr0 and fresh installation of devel/apr1 Also 2.2.1 is anicent and CVE riddled. -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EC07379.9030507>