On Mon, 19 Nov 2007, Daniel Campbell wrote:
My configure opitions are: CONFIGUREOPTS="--prefix=/usr --localstatedir=/var --enable-rewrite --enable-http --enable-cgi --enable-so \ --enable-ssl --enable-headers --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/var/www \ --sysconfdir=/etc/apache --enable-dbd --with-ldap --enable-ldap --enable-authnz-ldap --enable-authn-dbd \ --with-mysql=/usr/lib/mysql --with-included-apr" It is a Slackware 12.0 linux box.
Where did you get the idea to configure like this?--with-mysql is not an apache option, so your example that you copied is wrong. Looks like a redhat bastardised version you may have copied.
I've always used:configure --prefix=/usr/local/apache --enable-so --enable-modules=all --disable-dav --with-included-apr --enable-suexec --with-suexec-docroot=/var/www --with-suexec-caller=apache --with-suexec-logfile=/var/log/apache/suexec_log
which works very well. <SNIP> Your conf file entries look good to me -- Cheers Res --------------------------------------------------------------------- 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