Re: [EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-12 Thread Ben
Haha.. Yes. that is what happened with me - a rebuild and weirdness - the thing works. But I'm not happy. I want to know why it works. I am responsible for a set of production servers, and I don't like the 'randomness' - it's far too much like dark magic. I've been trying to get another

RE: [EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-11 Thread Rob Sterenborg
Ben mailto:[EMAIL PROTECTED] wrote: Rob, (Nick) Hi Ben, I made all changes to the files as suggested, but... WTF is going on..? I'm not getting any errors anymore...!! DBD-MySQL auth is working! ^$%$# (Which is of course a Good Thing but now I don't know what error I would have had.) I'm

Re: [EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-08 Thread Ben
Rob, Ganesh I think that Ganesh was confusing perl DBD for apr-DBD. We don't use Perl on our systems. Rob, as you correctly guessed, I didn't do something different from the first build. However I was pretty surprised that it built and worked the second time round - my guess is that there

Re: [EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-08 Thread Rob Sterenborg
On Fri, September 8, 2006 15:11, Ben wrote: Rob, Ganesh I think that Ganesh was confusing perl DBD for apr-DBD. We don't use Perl on our systems. I guess so.. No hard feelings. :-) Rob, as you correctly guessed, I didn't do something different from the first build. However I was pretty

Re: [EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-08 Thread Ben
Rob, (Nick) I have been looking a little more at the issue of returning meaningful error messages back to apache - i didn't like my previous mail's hijacking of apache as a solution - though it should provide an idea of what is going on. So now the implementation looks like. Rob, sorry -

[EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-07 Thread Rob Sterenborg
Hi all, Yesterday I upgraded to mysql-5.0.24a. After that, I recompiled apr-1.2.7, apr-util-1.2.7 and httpd-2.2.3. Everything works fine, except that I get a bunch of error logs: [Thu Sep 07 09:06:29 2006] [crit] (20014)Internal error: DBD: Can't connect to mysql [Thu Sep 07 09:06:29 2006]

Re: [EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-07 Thread Ben
I include a step-by-step install of A223/Mysql 5024 with DBD in the articles called: A NetHack-esque Journey of the dark arts for DBD(mysql) under httpd-2.2.3 - posted 20 August on this maillist - it may be relevant or interesting to you.

Re: [EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-07 Thread ganesh ganesh
Hi, Some of this may sound basic.. but check and post back if the problem still persists...1. Does the mysql.sock present as you have porivided in my.cnf?2. Do you have the following Perl Modules: DBD::MaxDB Apache::DBI 3. Do you have configured your php with the --with-mysql if you use mysql

Re: [EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-07 Thread ganesh ganesh
Also check with the following perl module presence:DBD::mysql, Bundle::DBD::mysql, Bundle::DBI, DBI, DBI::DBDOn 9/8/06, ganesh ganesh [EMAIL PROTECTED] wrote: Hi, Some of this may sound basic.. but check and post back if the problem still persists...1. Does the mysql.sock present as you have

RE: [EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-07 Thread Rob Sterenborg
ganesh ganesh mailto:[EMAIL PROTECTED] wrote: Also check with the following perl module presence: DBD::mysql, Bundle::DBD::mysql, Bundle::DBI, DBI, DBI::DBD It worked before without all those Perl modules. Can you explain why I need Perl modules to get Apache, APR-DBD and MySQL working now