If you are on Unix/Linux when you compile PHP pass the --with-mysql
command on your configure line (i.e. ./configure
--with-mysql=/usr/local).

You might also take a look at the Installation section at
http://www.php.net/manual.

Jason
On Fri, 2003-02-28 at 13:09, Henning wrote:
> Hello
> I use Apache/1.3.27 Server
> I use to use a mysql-connection, but now the apache support is gone.
> Trying to connect to my MySQL-database gives following result:
> 
> Fatal error: Call to undefined function: mysql_pconnect() in...
> 
> How do I get the MySQL-support back?
> 
> Henning (newbie)
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to