Sam:
I suggest you learn openldap first, then proceed to configuring
Openldap and Apache. Also, you are using a very old version of Redhat. You
can download Centos, which is a RHEL(Redhat Enterprise Linux) clone. The
site is www.centos.org. The openldap site is openldap.org. A
good tutorial for openldap http://www.zytrax.com/books/ldap/. These guys,
I think have done a great job explaining Openldap. Good luck.
On Fri, Mar 18, 2011 at 9:29 AM, Sam Theman <[email protected]> wrote:
> Hello,
>
> Can anyone point me to some step-by-step directions on how to build apache
> 2.2.17 with openldap.... I am on Red Hat 4 2.6.9-89.35.1.ELsmp
>
> Do I need to install openldap?
>
>
> I tried to build apache as below.
>
> ./configure --prefix=/usr/local/apache2 --with-ssl=/u01/fipsssl
> --enable-ssl -with-ldap --enable-ssl --enable-authnz-ldap --enable-ldap
> --with-mpm=prefork
>
> mod_ssl/2.2.17 compiled against Server: Apache/2.2.17, Library:
> OpenSSL/0.9.8r-fips
>
> Everything works fine, except when I go to do ldap authentication. The
> browser pops up a username/password window, I enter my username/password and
> then hit submit.... I get back "Internet Explorer cannot display the
> webpage" and in the error log I see the below segmentation fault.... but if
> I turn of ldap it works fine...:
>
> Thu Mar 17 14:47:04 2011] [info] [client 129.6.84.222] Connection to child
> 2 established (server acctnew.nist.gov:7100)
> [Thu Mar 17 14:47:04 2011] [info] Seeding PRNG with 136 bytes of entropy
> [Thu Mar 17 14:47:04 2011] [info] Initial (No.1) HTTPS request received for
> child 2 (server acctnew.nist.gov:7100)
> [Thu Mar 17 14:47:04 2011] [info] [client 129.6.84.222] Connection closed
> to child 2 with unclean shutdown (server acctnew.nist.gov:7100)
> [Thu Mar 17 14:47:10 2011] [info] [client 129.6.84.222] Connection to child
> 3 established (server acctnew.nist.gov:7100)
> [Thu Mar 17 14:47:10 2011] [info] Seeding PRNG with 136 bytes of entropy
> [Thu Mar 17 14:47:10 2011] [info] Initial (No.1) HTTPS request received for
> child 3 (server acctnew.nist.gov:7100)
> [Thu Mar 17 14:47:11 2011] [notice] child pid 25625 exit signal
> Segmentation fault (11)
>
> Thank you for any help!
> Sam
>
--
Ezra Taylor