Re: [PHP] Php4 with mysql flag

2006-01-23 Thread Markus Braun
so it works now. Thanks From: David Grant <[EMAIL PROTECTED]> CC: php-general@lists.php.net Subject: Re: [PHP] Php4 with mysql flag Date: Mon, 23 Jan 2006 12:07:29 + Markus, Markus Braun wrote: > libapache2-mod-php4 is already the newest version. > mysql-server is alread

Re: [PHP] Php4 with mysql flag

2006-01-23 Thread Markus Braun
That should be all you need then. Have you restarted apache yet? yes with the command: /etc/init.d/apache2 restart Must i compile php new? or reconfigure it? I try to install the script gallery. Do you know this? In this script i get the error that i must install the php mysql modul. MYSQL

Re: [PHP] Php4 with mysql flag

2006-01-23 Thread David Grant
Markus, Markus Braun wrote: > libapache2-mod-php4 is already the newest version. > mysql-server is already the newest version. > mysql-client is already the newest version. That should be all you need then. Have you restarted apache yet? David -- David Grant http://www.grant.org.uk/ http://pe

Re: [PHP] Php4 with mysql flag

2006-01-23 Thread Markus Braun
I think you'll need libapache-mod-php4 too (p.d.o is down at the moment, so can't be sure), as well as the mysql-server and mysql-client packages. The output of libapache2-mod-php4 is: Reading Package Lists... Building Dependency Tree... libapache2-mod-php4 is already the newest version. 0 upgr

Re: [PHP] Php4 with mysql flag

2006-01-23 Thread David Grant
Markus, Markus Braun wrote: > I have installed it with apt-get install php4 php4-mysql I think you'll need libapache-mod-php4 too (p.d.o is down at the moment, so can't be sure), as well as the mysql-server and mysql-client packages. David -- David Grant http://www.grant.org.uk/ http://pear.ph

[PHP] Php4 with mysql flag

2006-01-23 Thread Markus Braun
Hello together, how can i activate php with mysql. At the moment my php info told me, without mysql. I have installed it with apt-get install php4 php4-mysql I have also debian sarge version. Can somebody help me? Thanks marcus ___