RHEL5, Apache 2.2.15, mod_authnz_ldap.c
Post removed (X-No-Archive: yes)
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
Resolved: RHEL5, Apache 2.2.15, mod_authnz_ldap.c
Post removed (X-No-Archive: yes)
Re: Resolved: RHEL5, Apache 2.2.15,mod_authnz_ldap.c
Post removed (X-No-Archive: yes)
Finally resolved: RHEL5, Apache 2.2.15, mod_authnz_ldap.c
Post removed (X-No-Archive: yes)
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
RE: Finally resolved: RHEL5, Apache 2.2.15, mod_authnz_ldap.c --applies to Solaris, too
Post removed (X-No-Archive: yes)