On Tue, 31 Oct 2006, Quentin North wrote:

> John
>
> Thanks for your reply
>
> > -----Original Message-----
> > From: John P. Dodge [mailto:[EMAIL PROTECTED]
> >
> > On Fri, 27 Oct 2006, Quentin North wrote:
> >
> > > Im trying to build apache 2.2.23 on Centos4 with
> > mod_ldap_auth. Im using
> > > the following configure line:
> > >
> > > ./configure --prefix=/apache --enable-ldap --enable-auth-ldap
> > > --with-apr=srclib/apr --with-apr-util=srclib/apr-util
> > >
> >
> > Use the following configure options to build APR with ldap:
> >
> >  --with-ldap  --with-ldap-dir=/opt/openldap
>
> Im using the Centos4 bundled Openldap install which has the ldap
> libraries in /usr/lib/libldap* and the headers in /usr/include/ldap* so
> do I still need to specify the ldap-dir? Do I need to do an additional
> install of Openldap to use instead of the Centos4 bundled one?
>
> All help appreciated.
>
Try using some of these config options with your config:

  --with-ldap \
        --with-ldap-dir=/opt/openldap \
        --with-ldap-include=/opt/openldap/include \
        --with-ldap-lib=/opt/openldap/lib \

----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to