Declerck Michael-W30479 wrote: > Elaine, > Thank you for your help! > > I had already installed Apache once without any modules, so I had > apr-utils installed. > > > Here's what I use (both under Solaris and RHEL4): * Creat a myconfigure.sh script with the following: ---BEGIN--- #! /bin/sh # CFLAGS="-O2"; export CFLAGS LDFLAGS="-L/usr/local/ssl/lib -L/usr/local/openldap/lib -L/usr/local/lib -R/usr/local/ssl/lib:/usr/local/openldap/lib:/usr/local/lib"; export LDFLAGS CPPFLAGS="-I/usr/local/ssl/include -I/usr/local/openldap/include -I/usr/local/include"; export CPPFLAGS "./configure" \ "--prefix=/usr/local/apache2" \ "--enable-mods-shared=most" \ "--with-ldap-include=/usr/local/openldap/include" \ "--with-ldap-lib=/usr/local/openldap/lib" \ "--with-ssl=/usr/local/ssl" \ "--with-ldap" \ "--enable-ldap" \ "--enable-authnz-ldap" \ "--enable-ssl" \ "$@" ---END--- The main thing is to make sure apache can find your built-in libraries if you don't supply them. On the RHEL setups I omit the ldap-include and libs My .02... -- °(((=((===°°°(((===========================================
begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider University adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;08648 version:2.1 end:vcard
--------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx