On Wed, 2006-06-28 at 19:36 +0100, Nick Kew wrote: > On 28 Jun 2006, at 19:04, Chris Snyder wrote: > > > I'm getting an error when attempting to include mysql authentication > > into my apache configuration. I had been using LDAP > > authentication, but > > I want to switch to mysql based authentication, and in the process I'm > > upgrading from apache 2.0.x to 2.2.x. > > > > I get the following error: > > Invalid command 'DBDriver', perhaps misspelled or defined by a module > > not included in the server configuration > > So you forgot to load mod_dbd. > Excellent. Forgot to load it, build it, the whole 9 yards. So perhaps someone can tell me what brainless mistake I've made with my configure statement then? Is it necessary to to use authn-dbd and authnz-dbd together? The documentation mentions "mod_dbd manages SQL database connections using apr_dbd", do I need to be mentioning mysql libraries at configure time? I'm looking to use an existing mysql database to do apache authentication. configure statement: ./configure --prefix=/usr/local/pw/apache-2.2.2 \ --enable-so --enable-authn-dbd --enable-modules=mod_dbd \ --enable--ssl --disable-autoindex The configure script outputs the following lines, among many others: checking whether to enable mod_authn_dbd... yes (default) checking whether to enable mod_dbd... no Many thanks for any assistance that can be rendered. Chris Snyder --------------------------------------------------------------------- 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