RHEL5, Apache 2.2.15, mod_authnz_ldap.c

Post removed (X-No-Archive: yes)
Notifier Deamon [ Mi, 10 März 2010 23:42 ] [ ID #2034535 ]

Re: RHEL5, Apache 2.2.15, mod_authnz_ldap.c

On Wed, Mar 10, 2010 at 5:42 PM, S.A. Birl
<sbirl+Apache-List [at] concept.temple.edu> 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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Eric Covener [ Do, 11 März 2010 00:22 ] [ ID #2034648 ]

Resolved: RHEL5, Apache 2.2.15, mod_authnz_ldap.c

Post removed (X-No-Archive: yes)
Notifier Deamon [ Do, 11 März 2010 16:34 ] [ ID #2034682 ]

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

Post removed (X-No-Archive: yes)
Notifier Deamon [ Mo, 15 März 2010 17:16 ] [ ID #2035116 ]

Finally resolved: RHEL5, Apache 2.2.15, mod_authnz_ldap.c

Post removed (X-No-Archive: yes)
Notifier Deamon [ Mi, 17 März 2010 22:32 ] [ ID #2035432 ]

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

This doesn't apply only to RHEL5. Add "--with-ldap-lib=3D<openldap
install base>/lib and --with-ldap-include=3D<openldap install
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 [at] concept.temple.edu]
> Sent: Wednesday, March 17, 2010 5:32 PM
> This is what I needed in ./configure for proper LDAP support:
>
> ./configure --enable-authnz-ldap --with-ldap --enable-ldap
> --with-included-apr \ --with-ldap-lib=3D/usr/local/lib
> --with-ldap-include=3D/usr/local/include \




------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
pthomas [ Do, 18 März 2010 19:12 ] [ ID #2035578 ]

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

Post removed (X-No-Archive: yes)
Notifier Deamon [ Fr, 19 März 2010 15:02 ] [ ID #2035724 ]
Webserver » gmane.comp.apache.user » RHEL5, Apache 2.2.15, mod_authnz_ldap.c

Vorheriges Thema: Slow apache proxy performance.
Nächstes Thema: mod_authnz_ldap AuthLDAPURL problem