Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-09-03 Thread Aaron Dalton
Res wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Aaron, On Wed, 4 Jul 2007, Aaron Dalton wrote: Yeah, something is still wrong. My query log shows a connect and an immediate quit. No query is actually getting passed. If

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-09-03 Thread Aaron Dalton
Res wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Aaron, On Wed, 4 Jul 2007, Aaron Dalton wrote: Yeah, something is still wrong. My query log shows a connect and an immediate quit. No query is actually getting passed. If

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-09-03 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 3 Sep 2007, Aaron Dalton wrote: cd /path/to/httpd-2.2.4/modules/database cp mod_dbd.c mod_dbd.c.origi wget http://www.ausics.net/mod_dbd.c Then make clean and recompile apache again Well, it appears that I had some old files were

Re: [EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-05 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message On Thu, 5 Jul 2007, Laurent FAILLIE wrote: I've sent a mail to this mailing list on June the 25th Authentication against database issue, because, despite I've upgraded this mod_dbd.c, there

[EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-05 Thread Laurent FAILLIE
--- Nick Kew [EMAIL PROTECTED] a écrit : cd /path/to/httpd-2.2.4/modules/database cp mod_dbd.c mod_dbd.c.origi wget http://www.ausics.net/mod_dbd.c FWIW, that is almost identical to the current trunk version, which you can find with a browser from http://svn.apache.org/viewvc User

[EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-05 Thread Laurent FAILLIE
--- Res [EMAIL PROTECTED] a écrit : ... so re-open the bug and hope someone else grabs it. I just reopened it (#42732). Anyway, I've implemented an authentication thru PHP so it's not anymore a blocking point in my project. If someone wan to take care of this nasty issue, I can spend some time

[EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
I've done some searching on the problem and the few solutions I have found I have done, to no avail. What I am trying to do is authenticate users using Basic Auth and a pre-existing MySQL database. I have installed Apache 2.2.4 and have a working MySQL installation. What my searching came

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Nick Kew
On Wed, 04 Jul 2007 10:23:44 -0600 Aaron Dalton [EMAIL PROTECTED] wrote: . The problem is that everytime I try to authenticate I get a 500 error and the following log entry: No DBD Authn configured! That's not the message you get if the driver isn't configured (unless there are other

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
Nick Kew wrote: On Wed, 04 Jul 2007 10:23:44 -0600 Aaron Dalton [EMAIL PROTECTED] wrote: . The problem is that everytime I try to authenticate I get a 500 error and the following log entry: No DBD Authn configured! That's not the message you get if the driver isn't configured (unless there

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Nick Kew
On Wed, 04 Jul 2007 11:00:30 -0600 Aaron Dalton [EMAIL PROTECTED] wrote: Now that's just embarrassing. To whom? :-) Everything I read said they can't go in the VHost container, so I didn't even think of trying. can't? They *should* work either inside or outside it, but we have

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
Aaron Dalton wrote: Nick Kew wrote: On Wed, 04 Jul 2007 10:23:44 -0600 Aaron Dalton [EMAIL PROTECTED] wrote: Does it make any difference if you put the DBD* directives inside the VirtualHost container? Now that's just embarrassing. Everything I read said they can't go in the VHost

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Aaron, On Wed, 4 Jul 2007, Aaron Dalton wrote: Yeah, something is still wrong. My query log shows a connect and an immediate quit. No query is actually getting passed. If anybody has had

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Aaron Dalton
Res wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Aaron, On Wed, 4 Jul 2007, Aaron Dalton wrote: Yeah, something is still wrong. My query log shows a connect and an immediate quit. No query is actually getting passed. If anybody

Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-04 Thread Nick Kew
On Thu, 5 Jul 2007 08:16:36 +1000 (EST) Res [EMAIL PROTECTED] wrote: Is this 2.2.4 ? If so it is a bug that has been corrected but no new update released. I forget where on apache.org it is hidden but grab the fixed mod_dbd.c (use below it's current) cd