Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-04 Thread Steve Fox
Fran Parker wrote: It really seems like I need to delete current version of mysql and wipe out all directories everywhere related to it ... the ones gnorpm says it can't delete since they are not empty. Didn't do that the last time. Then start fresh and see where it goes from there.

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-04 Thread Fran Parker
Thanks Steve, Here is what happens when I try rpm -e `rpm -qa | grep mysql` [fran@flp fran]$ su Password: [root@flp fran]# rpm -e `rpm -qa | grep mysql` rpm: no packages given for uninstall [root@flp fran]# Missing something? Thanks, Bambi Steve Fox wrote: Fran Parker wrote: It really

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-04 Thread Antony Suter
Fran Parker wrote: Thanks Steve, Here is what happens when I try rpm -e `rpm -qa | grep mysql` [fran@flp fran]$ su Password: [root@flp fran]# rpm -e `rpm -qa | grep mysql` rpm: no packages given for uninstall [root@flp fran]# Missing something? Yes. Do this instead:- rpm -e `rpm

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-04 Thread Fran Parker
Thanks Antony...that was what was missing... now only references to mysql are in: /tmp/tksysv-backup/rc.d/init.d/mysql /var/lib/mysql* Also still have reference in /usr/lib/per5/site_perl/5.005/i386-linux under the /auto/DBD and /DBD and /Bundle/DBD...but they appear to be related to the

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-04 Thread Fran Parker
Thanks so much! Got it all...checked for any Mysql* stuff with find and it is all gone, except where it is under the perl-mysql directories. I now have a mysql-less machine to start again...later :) Thanks again, Bambi Steve Fox wrote: Fran Parker wrote: Thanks Antony...that was

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-03 Thread Fran Parker
Hi Steve, that is what I figured. The mysql.log stopped recording after I uninstalled a newer cooker version of mysql in favor of the stable one due to an incompatibility with the DBD support needed for pronto mail. There are no entries in the mysql.log after 8/27/2000 when I was using mysql

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Benjamin Reed
Can you make heads or tails out of that? :) Well, it lost the carriage returns in sending, but I didn't see mysql in there at all. Try '/etc/rc.d/init/mysql start' and then try your script again and see if that helps. If it does, you'll need to add the mysql script to your current

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Fran Parker
Hi Benjamin, I am really at a loss here, here's the output: [fran@flp fran]$ su Password: [root@flp fran]# /etc/rc.d/init/mysql start bash: /etc/rc.d/init/mysql: No such file or directory [root@flp fran]# But when I boot .. mysql daemon is loaded. Bambi Benjamin Reed wrote: Can you

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Benjamin Reed
Hi Benjamin, I am really at a loss here, here's the output: [fran@flp fran]$ su Password: [root@flp fran]# /etc/rc.d/init/mysql start bash: /etc/rc.d/init/mysql: No such file or directory [root@flp fran]# But when I boot .. mysql daemon is loaded. Hrm, I don't have a cooker machine

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Fran Parker
Hi Benjamin, Well I did that and ps -A ... results follow (will try to align better with carriage returns:) [fran@flp fran]$ su Password: [root@flp fran]# ps -A PID TTY TIME CMD 1 ?00:00:05 init 2 ?00:00:00 kflushd 3 ?00:00:00 kupdate 4 ?00:00:00 kpiod 5

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Benjamin Reed
/etc/logrotate.d/mysql /etc/rc.d /etc/rc.d/init.d /etc/rc.d/init.d/mysql Well, it shows you as having an /etc/rc.d/init.d/mysql on install, so if it doesn't actually exist, I would say that's a pretty good sign that your install is fubar'ed. You may want to try re-installing your MySQL

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Pixel
Fran Parker [EMAIL PROTECTED] writes: [root@flp fran]# /etc/rc.d/init/mysql start bash: /etc/rc.d/init/mysql: No such file or directory maybe try with "/etc/rc.d/init.d/mysql start" ;p

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Ellick Chan
On Sat, 2 Sep 2000, Fran Parker wrote: Hi Benjamin, I am really at a loss here, here's the output: [fran@flp fran]$ su Password: [root@flp fran]# /etc/rc.d/init/mysql start isn't that supposed to read /etc/rc.d/init.d/mysql start ? maybe the path was just wrong. bash:

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Fran Parker
That would probably help :) But here's the output when I do that: [fran@flp fran]$ su Password: [root@flp fran]# /etc/rc.d/init.d/mysql start [root@flp fran]# Starting mysqld daemon with databases from /var/lib/mysql mysqld daemon ended (and it hangs and doesn't give back the

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Fran Parker
Yep...you all are right! doh! But hung when I tried it correctly, I put the results in response to Jean-Michel Dault. Results are not good...but at least they are results to the correct command :P Bambi Pixel wrote: Fran Parker [EMAIL PROTECTED] writes: [root@flp fran]#

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Fran Parker
yep..and I guess that would normally help! But it didn't... see results in response to Jean-Michel Dault. Not good...but at least correct. Bambi Ellick Chan wrote: On Sat, 2 Sep 2000, Fran Parker wrote: Hi Benjamin, I am really at a loss here, here's the output: [fran@flp

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Steve Fox
Fran Parker wrote: Hi Benjamin, Well I did that and ps -A ... results follow (will try to align better with carriage returns:) Sorry for the slow response. Judging from this output, MySQL is definitely not running. Following the advice that others have given should be you going. (ie,

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Fran Parker
Hi Jean-Michel, I think I forgot one of the steps you suggested..here's output with the "chkconfig--add mysql" before running "/etc/rc.d/init.d/mysql start" [fran@flp fran]$ su Password: [root@flp fran]# chkconfig --add mysql [root@flp fran]# /etc/rc.d/init.d/mysql start [root@flp fran]#

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-02 Thread Steve Fox
Fran Parker wrote: Hi Jean-Michel, I think I forgot one of the steps you suggested..here's output with the "chkconfig--add mysql" before running "/etc/rc.d/init.d/mysql start" [fran@flp fran]$ su Password: [root@flp fran]# chkconfig --add mysql [root@flp fran]#

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-01 Thread Fran Parker
Thanks Pixel, Have downloaded and will try it out when I get home this evening. Will report back with results. Thanks again, Bambi Pixel wrote: Fran Parker [EMAIL PROTECTED] writes: Hi Francois, I went to the cooker site and downloaded what I believe is the latest one dated

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-01 Thread Fran Parker
Hi Pixel, got the ftp://ftp.mandrakesoft.com/pub/pixel/perl-Mysql-1.22_15-2mdk.i586.rpm and installed it, rebooted and got the following results (we are getting somewhere good, not all the way though): [fran@flp fran]$ su Password: [root@flp fran]# perl -e 'use DBD::mysql;'; [root@flp fran]#

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-01 Thread Steve Fox
Fran Parker wrote: Hi Pixel, got the ftp://ftp.mandrakesoft.com/pub/pixel/perl-Mysql-1.22_15-2mdk.i586.rpm and installed it, rebooted and got the following results (we are getting somewhere good, not all the way though): [fran@flp fran]$ su Password: [root@flp fran]# perl -e 'use

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-01 Thread Fran Parker
Hi Steve, ps ux as follows: [fran@flp fran]$ su Password: [root@flp fran]# ps ux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.1 1060 112 ?S18:48 0:05 init root 2 0.0 0.0 00 ? SW 18:48 0:00 [kflushd]

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-09-01 Thread Fran Parker
Sorry about the formatting Steve... It looked much better in the terminal window, nice columns :) Netscrappy did some strange stuff to it. Bambi Steve Fox wrote: Fran Parker wrote: Hi Pixel, got the ftp://ftp.mandrakesoft.com/pub/pixel/perl-Mysql-1.22_15-2mdk.i586.rpm and

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-08-31 Thread Fran Parker
Hi Francois, I went to the cooker site and downloaded what I believe is the latest one dated 8/29/2000 (perl-Mysql-1.22_15-1mdk.i586.rpm) and installed it. I normally run in KDE but I checked in Gnome in the runlevel editor and the mysql daemon is running on all levels which is confirmed during

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-08-31 Thread Pixel
Fran Parker [EMAIL PROTECTED] writes: Hi Francois, I went to the cooker site and downloaded what I believe is the latest one dated 8/29/2000 (perl-Mysql-1.22_15-1mdk.i586.rpm) and installed it. 2mdk is out. but the mirror pb keeps you away from it... if you're in a hurry, fetch it at

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-08-30 Thread Fran Parker
I went and installed all perl related items I could that didn't conflict with anything else and re-installed mysql and it still doesn't work. And I was incorrect about the perl-base...it was there but near the bottom of the perl rpm list. I will see whether a reboot helps any. Bambi Fran

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-08-30 Thread Steve Fox
Fran Parker wrote: I also have uninstalled the cooker mysql and installed the one from the stable current. Still doesn't work. This is what I get: [fran@flp fran]$ su Password: [root@flp fran]# cd / [root@flp /]# perl -e 'use DBD::mysql;'; Can't load

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-08-30 Thread Francois Pons
Fran Parker [EMAIL PROTECTED] writes: I went and installed all perl related items I could that didn't conflict with anything else and re-installed mysql and it still doesn't work. And I was incorrect about the perl-base...it was there but near the bottom of the perl rpm list. I will see

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-08-30 Thread Fran Parker
This is very odd...I noted on boot that mysql daemon is loading. However, this is the response when I do `rpm -qa | grep perl` [fran@flp fran]$ su Password: [root@flp fran]# `rpm -qa | grep perl` bash: perlftlib-1.2-7mdk: command not found [root@flp fran]# I just don't get it. gnorpm shows

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-08-30 Thread Fran Parker
Great Francois...I will go and get the patch...hope it is in cooker :) Then I will report back...thank you so much! Bambi Francois Pons wrote: Fran Parker [EMAIL PROTECTED] writes: I went and installed all perl related items I could that didn't conflict with anything else and

Re: [Cooker] perl-mysql (was: mod_php-mysql bad)

2000-08-29 Thread Fran Parker
This is the same info I sent under another heading call something is going on with perl. Placing here as well to see if anyone knows what is going on. Please see the original message entitled something is going on with perl for Stefan's quandry with perl as well. I replied under that subject