RHEL5, Apache 2.2.15, mod_authnz_ldap.c

RHEL5, Apache 2.2.15, mod_authnz_ldap.c

am 10.03.2010 23:42:00 von unknown

Post removed (X-No-Archive: yes)

Re: RHEL5, Apache 2.2.15, mod_authnz_ldap.c

am 11.03.2010 00:22:57 von Eric Covener

On Wed, Mar 10, 2010 at 5:42 PM, S.A. Birl
wrote:
> 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 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

Resolved: RHEL5, Apache 2.2.15, mod_authnz_ldap.c

am 11.03.2010 16:34:15 von unknown

Post removed (X-No-Archive: yes)

Re: Resolved: RHEL5, Apache 2.2.15,mod_authnz_ldap.c

am 15.03.2010 17:16:53 von unknown

Post removed (X-No-Archive: yes)

Finally resolved: RHEL5, Apache 2.2.15, mod_authnz_ldap.c

am 17.03.2010 22:32:11 von unknown

Post removed (X-No-Archive: yes)

RE: Finally resolved: RHEL5, Apache 2.2.15, mod_authnz_ldap.c -- applies to Solaris, too

am 18.03.2010 19:12:01 von pthomas

This doesn't apply only to RHEL5. Add "--with-ldap-lib=3D install base>/lib and --with-ldap-include=3D base>/include" if you want to use OpenLDAP instead of the Solaris LDAP
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 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: Finally resolved: RHEL5, Apache 2.2.15, mod_authnz_ldap.c --applies to Solaris, too

am 19.03.2010 15:02:42 von unknown

Post removed (X-No-Archive: yes)