On 4/14/06, Jonathan Pitcher <[EMAIL PROTECTED]> wrote: > > > > I am not sure if I am on the right list. So if I am not, I apologize. > > > > I am trying to get mod_dbd working, and I have it installed and have apache > recognizing it's commands. But I would like to use authn_dbd with mysql and > to do so, I need to get mysql support compiled with the DBD module. > > > > Here what I have done so far. > > > > 1.) Downloaded apr_dbd_mysql.c from > http://apache.webthing.com/database/ > > 2.) Moved the file to the source directory > /usr/src/httpd-2.2.0/srclib/apr-util/dbd/ > > 3.) I ran a ./configure on apache to rebuild it and I error when using > dbdriver : > > a. Syntax error on line 557 of /www/conf/httpd.conf: > > b. DBD: No driver for mysql
I believe you need to run buildconf in APR-Util to make it actually compile the mysql code. -garrett
