util_ldap.c:43:2: error: #error mod_ldap requires APR-util to have LDAP support built in

util_ldap.c:43:2: error: #error mod_ldap requires APR-util to have LDAP support built in

am 30.11.2009 19:39:43 von Luis Clemente

Hi all, I am trying to install Httpd with LDAP support but I had th=
e error below: util_ldap.c:43:2: error: #error mod_ldap requires APR-u=
til to have LDAP support built in I am trying to install Httpd foll=
owing the order below: cd httpd-2.0.63=0A./buildconf=0A./configure --w=
ith-apr=3D/relay/packages/installed/apr/apr --with-apr-util=3D/relay/packag=
es/installed/apr/apr-util --enable-ldap --enable-auth-ldap --enable-http --=
enable-cgi --enable-suexec --enable-rewrite =0A Someone knows what c=
an be happening and help me? Best regard's Luis Clemente =0A=
____________________________________________________________ _________=
_______________=0AVeja quais s=E3o os assuntos do momento no Yahoo! +Buscad=
os=0Ahttp://br.maisbuscados.yahoo.com

------------------------------------------------------------ ---------
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

Re: util_ldap.c:43:2: error: #error mod_ldap requires

am 30.11.2009 20:05:23 von Eric Covener

On Mon, Nov 30, 2009 at 1:39 PM, Luis Clemente wrote=
:
> Hi all,
>
> =A0 I am trying to install Httpd with LDAP support but I had the error be=
low:
>
> util_ldap.c:43:2: error: #error mod_ldap requires APR-util to have LDAP s=
upport built in
>
> =A0 I am trying to install Httpd following the order below:
>
> cd httpd-2.0.63
> ./buildconf
> ./configure --with-apr=3D/relay/packages/installed/apr/apr --with-apr-uti=
l=3D/relay/packages/installed/apr/apr-util --enable-ldap --enable-auth-ldap=
--enable-http --enable-cgi --enable-suexec --enable-rewrite


The operative part would seem to be how you built apr-util
(--with-ldap or similar?)

--=20
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
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

Re: util_ldap.c:43:2: error: #error mod_ldap requires APR-util to have LDAP support built in

am 30.11.2009 20:15:58 von Luis Clemente

Hi Eric, thanks for your response. Yes, I am using the --with-ldap o=
ption as showed below: ./configure --with-apr=3D/relay/packages/instal=
led/apr/apr --with-ldap-include=3D/relay/packages/installed/openldap/inc lud=
e --with-ldap-lib=3D/relay/packages/installed/openldap/lib=0A= 0A It is ver=
y strange because when the httpd configure verify if the apr and apr-util a=
re installed, they are founded and the OK word is showed. I already try com=
pile apr and apr-utils separatelly from httpd, I already try install 2.2 ve=
rsion from httpd and I don't know what could be happening. =0ACheers,=
Luis Clemente=0A =0A--- Em seg, 30/11/09, Eric Covener r@gmail.com> escreveu: > De: Eric Covener =0A> Assu=
nto: Re: [users@httpd] util_ldap.c:43:2: error: #error mod_ldap requires A=
PR-util to have LDAP support built in=0A> Para: users@httpd.apache.org=0A> =
Data: Segunda-feira, 30 de Novembro de 2009, 17:05=0A> On Mon, Nov 30, 2009=
at 1:39 PM, Luis=0A> Clemente =0A> wrote:=0A> > Hi a=
ll,=0A> >=0A> > =A0 I am trying to install Httpd with LDAP support but=0A> =
I had the error below:=0A> >=0A> > util_ldap.c:43:2: error: #error mod_ldap=
requires=0A> APR-util to have LDAP support built in=0A> >=0A> > =A0 I am t=
rying to install Httpd following the order=0A> below:=0A> >=0A> > cd httpd-=
2.0.63=0A> > ./buildconf=0A> > ./configure=0A> --with-apr=3D/relay/packages=
/installed/apr/apr=0A> --with-apr-util=3D/relay/packages/installed/apr/apr-=
util=0A> --enable-ldap --enable-auth-ldap --enable-http --enable-cgi=0A> --=
enable-suexec --enable-rewrite=0A> =0A> =0A> The operative part would seem =
to be how you built apr-util=0A> (--with-ldap or similar?)=0A> =0A> -- =0A>=
Eric Covener=0A> covener@gmail.com=0A> =0A> ------------------------------=
---------------------------------------=0A> The official User-To-User suppo=
rt forum of the Apache HTTP=0A> Server Project.=0A> See pache.org/userslist.html> for more=0A> info.=0A> To unsubscribe, e-mail: us=
ers-unsubscribe@httpd.apache.org=0A>   =A0"  =A0from the digest: us=
ers-digest-unsubscribe@httpd.apache.org=0A> For additional commands, e-mail=
: users-help@httpd.apache.org=0A> =0A> =0A _____________________=
____________________________________________________________ ___=0AVeja quai=
s s=E3o os assuntos do momento no Yahoo! +Buscados=0Ahttp://br.maisbuscados=
..yahoo.com

------------------------------------------------------------ ---------
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

Re: util_ldap.c:43:2: error: #error mod_ldap requires

am 30.11.2009 21:16:57 von Eric Covener

On Mon, Nov 30, 2009 at 2:15 PM, Luis Clemente wrote=
:
> Hi Eric, thanks for your response.

>> The operative part would seem to be how you built apr-util
>> (--with-ldap or similar?)
>
> =A0Yes, I am using the --with-ldap option as showed below:
>
> ./configure --with-apr=3D/relay/packages/installed/apr/apr --with-ldap-in=
clude=3D/relay/packages/installed/openldap/include --with-ldap-lib=3D/relay=
/packages/installed/openldap/lib

$ ./configure --help|grep ldap
--with-ldap-include=3Dpath path to ldap include files with trailing slas=
h
--with-ldap-lib=3Dpath path to ldap lib file
--with-ldap=3Dlibrary ldap library to use

I think the third one is also required.

--=20
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
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

Re: util_ldap.c:43:2: error: #error mod_ldap requires APR-util to have LDAP support built in

am 30.11.2009 21:50:48 von Luis Clemente

I will try with this option and I will report tomorrow, tks again Eric=0A=
=0A--- Em seg, 30/11/09, Eric Covener escreveu: > =
De: Eric Covener =0A> Assunto: Re: [users@httpd] util_ld=
ap.c:43:2: error: #error mod_ldap requires APR-util to have LDAP support b=
uilt in=0A> Para: users@httpd.apache.org=0A> Data: Segunda-feira, 30 de Nov=
embro de 2009, 18:16=0A> On Mon, Nov 30, 2009 at 2:15 PM, Luis=0A> Clemente=
=0A> wrote:=0A> > Hi Eric, thanks for your response.=
=0A> =0A> >> The operative part would seem to be how you built=0A> apr-util=
=0A> >> (--with-ldap or similar?)=0A> >=0A> > =A0Yes, I am using the --with=
-ldap option as showed=0A> below:=0A> >=0A> > ./configure=0A> --with-apr=3D=
/relay/packages/installed/apr/apr=0A> --with-ldap-include=3D/relay/packages=
/installed/openldap/include=0A> --with-ldap-lib=3D/relay/packages/installed=
/openldap/lib=0A> =0A> $ ./configure --help|grep ldap=0A> =A0 --with-ldap-i=
nclude=3Dpath=A0 path to ldap include=0A> files with trailing slash=0A> =A0=
--with-ldap-lib=3Dpath=A0 =A0 path to ldap lib=0A> file=0A> =A0 --with-lda=
p=3Dlibrary=A0   =A0ldap=0A> library to use=0A> =0A> I think the third =
one is also required.=0A> =0A> -- =0A> Eric Covener=0A> covener@gmail.com=
=0A> =0A> ------------------------------------------------------------ -----=
----=0A> The official User-To-User support forum of the Apache HTTP=0A> Ser=
ver Project.=0A> See for more=
=0A> info.=0A> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org=
=0A>   =A0"  =A0from the digest: users-digest-unsubscribe@httpd.apa=
che.org=0A> For additional commands, e-mail: users-help@httpd.apache.org=0A=
> =0A> =0A _____________________________________________________=
_______________________________=0AVeja quais s=E3o os assuntos do momento n=
o Yahoo! +Buscados=0Ahttp://br.maisbuscados.yahoo.com

------------------------------------------------------------ ---------
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

Re: util_ldap.c:43:2: error: #error mod_ldap requires APR-util to have LDAP support built in

am 02.12.2009 17:45:55 von Luis Clemente

Hi all, Thanks Eric, you was right. I didn't know but the third on=
e is also required as you said. It is works. Thanks Eric and list.=0A=
=0ACheers, Luis Clemente --- Em seg, 30/11/09, Eric Covener=
escreveu: > De: Eric Covener =
=0A> Assunto: Re: [users@httpd] util_ldap.c:43:2: error: #error mod_ldap re=
quires APR-util to have LDAP support built in=0A> Para: users@httpd.apache=
..org=0A> Data: Segunda-feira, 30 de Novembro de 2009, 18:16=0A> On Mon, Nov=
30, 2009 at 2:15 PM, Luis=0A> Clemente =0A> wrote:=
=0A> > Hi Eric, thanks for your response.=0A> =0A> >> The operative part wo=
uld seem to be how you built=0A> apr-util=0A> >> (--with-ldap or similar?)=
=0A> >=0A> > =A0Yes, I am using the --with-ldap option as showed=0A> below:=
=0A> >=0A> > ./configure=0A> --with-apr=3D/relay/packages/installed/apr/apr=
=0A> --with-ldap-include=3D/relay/packages/installed/openldap/inc lude=0A> -=
-with-ldap-lib=3D/relay/packages/installed/openldap/lib=0A> =0A> $ ./config=
ure --help|grep ldap=0A> =A0 --with-ldap-include=3Dpath=A0 path to ldap inc=
lude=0A> files with trailing slash=0A> =A0 --with-ldap-lib=3Dpath=A0 =A0 pa=
th to ldap lib=0A> file=0A> =A0 --with-ldap=3Dlibrary=A0   =A0ldap=0A> =
library to use=0A> =0A> I think the third one is also required.=0A> =0A> --=
=0A> Eric Covener=0A> covener@gmail.com=0A> =0A> -------------------------=
--------------------------------------------=0A> The official User-To-User =
support forum of the Apache HTTP=0A> Server Project.=0A> See tpd.apache.org/userslist.html> for more=0A> info.=0A> To unsubscribe, e-mai=
l: users-unsubscribe@httpd.apache.org=0A>   =A0"  =A0from the diges=
t: users-digest-unsubscribe@httpd.apache.org=0A> For additional commands, e=
-mail: users-help@httpd.apache.org=0A> =0A> =0A ________________=
____________________________________________________________ ________=0AVeja=
quais s=E3o os assuntos do momento no Yahoo! +Buscados=0Ahttp://br.maisbus=
cados.yahoo.com

------------------------------------------------------------ ---------
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