Re: Wrong message - Was: How to install LAMP the Debian way

2000-12-03 Thread Gregor Anders
Hallo Rino Mardo, > anyway, here's my problem: > > Fatal error: Call to undefined function: mysql_connect() in > /var/www/test2.php on line 15 > You also need to install php4-mysql to use php4 with mysql. apt-get install php4-mysql -- Bye Gregor Anders |-

Re: Wrong message - Was: How to install LAMP the Debian way

2000-11-30 Thread Rino Mardo
On Fri, Dec 01, 2000 at 08:16:07AM +1100 or thereabouts, John Griffiths wrote: > >Fatal error: Call to undefined function: mysql_connect() in > >/var/www/test2.php on line 15 > > apt-get install php4-mysql > wooo! thanks alot. now off to lamp land... btw, in case someone is also looking for th

Re: Wrong message - Was: How to install LAMP the Debian way

2000-11-30 Thread John Griffiths
>Fatal error: Call to undefined function: mysql_connect() in >/var/www/test2.php on line 15 apt-get install php4-mysql

Wrong message - Was: How to install LAMP the Debian way

2000-11-30 Thread Rino Mardo
doh. sorry for the previous message i pasted an old one. anyway, here's my problem: Fatal error: Call to undefined function: mysql_connect() in /var/www/test2.php on line 15 this appears whenever i tried to open "http://localhost/test2.php";. i installed LAMP using apt-get like so: apt-get in