I removed the --with-mysql and added the --enable-modules=all but I get the same result. One thing I am unsure of is the module itself. Is it built in or should it be building apr_dbd_mysql.so? I don't see that any place in the build tree.
Res wrote:
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



---------------------------------------------------------------------
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