RE: [PHP-INSTALL] php5 and mysql_connect

2004-12-05 Thread Sönke Ruempler
it clown wrote on Sunday, December 05, 2004 1:36 PM: > ./configure --with-apxs2=/usr/sbin/apxs2 > --with-mysql=/usr/local/mysql > > > configure: error: Cannot find MySQL header files under > /usr/local/mysql. Note that the MySQL client library is not bundled > anymore. Try /usr as mysql path.

Re: [PHP-INSTALL] php5 and mysql_connect

2004-12-05 Thread it clown
When i run: php -m [PHP Modules] ctype dom iconv libxml pcre posix session SimpleXML SPL SQLite standard tokenizer xml [Zend Modules] i dont see mysql. On Sun, 05 Dec 2004 14:36:11 +0200 "it clown" <[EMAIL PROTECTED]> wrote: > I get the following error when running: > > ./configure --with-ap

Re: [PHP-INSTALL] php5 and mysql_connect

2004-12-05 Thread it clown
I get the following error when running: ./configure --with-apxs2=/usr/sbin/apxs2 --with-mysql=/usr/local/mysql configure: error: Cannot find MySQL header files under /usr/local/mysql. Note that the MySQL client library is not bundled anymore. Where will i find the header files. whereis mysql

[PHP-INSTALL] php5 and mysql_connect

2004-12-05 Thread it clown
Hi All, i have installed php5 and mysql on suse 9.1 and when i use php to connect to mysql i get the following error: Fatal error: Call to undefined function mysql_connect() Why is this happening and how do i fix it? My php script is correct i double checked. Thanks Regards ___