Re(2): Re(2): Re(2): [PHP-DB] Fatal Error using mysql_connect()

2002-03-13 Thread mailing list
[EMAIL PROTECTED] writes: I'm confused as to what exactly you have done here. You say it compiled without any errors using -with-mysql=/usr But then your config from phpinfo() shows: --with-mysql=shared My advice is to do a clean installation: delete your current php src directory,

Re: Re(2): Re(2): Re(2): [PHP-DB] Fatal Error using mysql_connect()

2002-03-13 Thread Jason Wong
On Wednesday 13 March 2002 23:22, mailing list wrote: [EMAIL PROTECTED] writes: I'm confused as to what exactly you have done here. You say it compiled without any errors using -with-mysql=/usr But then your config from phpinfo() shows: --with-mysql=shared If there are no particular

Re: Re(2): [PHP-DB] Fatal Error using mysql_connect()

2002-03-12 Thread Jason Wong
On Wednesday 13 March 2002 03:56, mailing list wrote: [EMAIL PROTECTED] writes: Looks like MySQL support was not compiled into PHP. If you are using a linux based system you need to run the configure script with the --with-mysql flag in order to utilize the MySQL function set. HTH Sam

Re(2): Re(2): [PHP-DB] Fatal Error using mysql_connect()

2002-03-12 Thread mailing list
[EMAIL PROTECTED] writes: Try: -with-mysql=/usr -- Jason Wong - Gremlins Associates - www.gremlins.com.hk /* Absence diminishes mediocre passions and increases great ones, as the wind blows out candles and fans fires. -- La Rochefoucauld */ -- PHP Database Mailing List

Re: Re(2): Re(2): [PHP-DB] Fatal Error using mysql_connect()

2002-03-12 Thread Jason Wong
On Wednesday 13 March 2002 04:50, mailing list wrote: It compiled without any errors using -with-mysql=/usr However I still receive an error while trying to connect to my mysql database: Fatal error: Call to undefined function: mysql_connect() in /www/meyercousa/pages/view_data.php on