RHEL5, Apache 2.2.15, mod_authnz_ldap.c
am 10.03.2010 23:42:00 von unknownPost removed (X-No-Archive: yes)
Post removed (X-No-Archive: yes)
On Wed, Mar 10, 2010 at 5:42 PM, S.A. Birl
> Hello again everyone!
>
> Ive come across a problem compiling 2.2.15 from source on RHEL5. =A0It co=
mpiled
> great until I realized I forgot to include LDAP. =A0Now it wont compile:
> mod_authnz_ldap.c throws out errors.
>
> mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires APR-util t=
o have LDAP support built in. To fix add --with-ldap to ./configure.
Maybe you need --with-included-apr to make your APR configure flags
have an impact
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See
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
Post removed (X-No-Archive: yes)
Post removed (X-No-Archive: yes)
Post removed (X-No-Archive: yes)
This doesn't apply only to RHEL5. Add "--with-ldap-lib=3D
SDK.
On Solaris, if you omit these options, the configure script for apr-util
will pick up the Solaris LDAP SDK.
> -----Original Message-----
> From: S.A. Birl [mailto:sbirl+Apache-List@concept.temple.edu]=20
> Sent: Wednesday, March 17, 2010 5:32 PM
> This is what I needed in ./configure for proper LDAP support:
>=20
> ./configure --enable-authnz-ldap --with-ldap --enable-ldap=20
> --with-included-apr \ --with-ldap-lib=3D/usr/local/lib=20
> --with-ldap-include=3D/usr/local/include \
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See
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
Post removed (X-No-Archive: yes)