Re: Unstable upgrade exp

2005-10-19 Thread Kai Hendry
Found the problem with init.d script: bible$ egrep ^PidFile /etc/apache2/* -r /etc/apache2/apache2.conf:PidFile /var/run/apache2.pid /etc/apache2/apache2.conf.old:PidFile /var/run/apache2.pid /etc/apache2/apache2.conf.old.phpmyadmin:PidFile /var/run/apache2.pid /etc/apache2/httpd.conf.me:PidFile /

Re: Unstable upgrade exp

2005-10-19 Thread Kai Hendry
On 2005-10-19T19:35+1000 Adam Conrad wrote: > Kai Hendry wrote: > > Fatal error: Call to undefined function mysql_connect() > dpkg-reconfigure php5-mysql > Make sure it's enabled in apache2 (if that's what you're using, CGI, > apache1, or whatever as appropriate) > Restart the webserver (this bit'

Re: Unstable upgrade exp

2005-10-19 Thread Adam Conrad
Kai Hendry wrote: > > Fatal error: Call to undefined function mysql_connect() dpkg-reconfigure php5-mysql Make sure it's enabled in apache2 (if that's what you're using, CGI, apache1, or whatever as appropriate) Restart the webserver (this bit's important, unless you're using CGI) If that doe

Re: Unstable upgrade exp

2005-10-19 Thread Kai Hendry
Also http://wp.dabase.com/ doesn't have mysql support though I installed php5-mysql. I'm really stumped by this one. It's odd because after testing wordpress and phpmyadmin do work. Though other applications give a : Fatal error: Call to undefined function mysql_connect() -- To UNSUBSCRIBE,

Re: Unstable upgrade exp

2005-10-18 Thread Kai Hendry
I am getting grief from this init script. Any ideas why? bible$ sudo /etc/init.d/apache2 reload Reloading web server config...apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName done. bible$ sudo /etc/init.d/apache2 restart Forcing reload of w

Re: Unstable upgrade exp

2005-10-18 Thread Kai Hendry
On 2005-10-19T14:45+1000 Adam Conrad wrote: > Kai Hendry wrote: > > bible$ dpkg -L apache2-common | grep init > > /etc/init.d > > /etc/init.d/apache2 > > bible$ cat /etc/init.d/apache2 > > cat: /etc/init.d/apache2: No such file or directory > > Big problem was the "/etc/init.d/apache2" could not be

Re: Unstable upgrade exp

2005-10-18 Thread Adam Conrad
Kai Hendry wrote: > > bible$ dpkg -L apache2-common | grep init > /etc/init.d > /etc/init.d/apache2 > bible$ cat /etc/init.d/apache2 > cat: /etc/init.d/apache2: No such file or directory > > Big problem was the "/etc/init.d/apache2" could not be found. I did > reinstall apache2-common and still i

Unstable upgrade exp

2005-10-18 Thread Kai Hendry
On one machine with unstable I noticed somehow via upgrades that some apache2-* stuff had crept in, though apache1.3 was the httpd. As I've used apache2 on other machines, I thought I would try upgrade the machine today though I had difficulties. bible$ dpkg -L apache2-common | grep init /etc/in