Greetings all,
I upgraded to MySQL 4 on a Redhat Enterprise box. I recompiled PHP 4.3.6 and a look at phpinfo() reveals that the old mysql client API is still being used. So, I moved the mysql.so to my home directory hoping that when did ./configure and make again it would create a new one. Doing an 'ls modules/' revealed that it hadn't.
So I changed --with-mysql-dir=/usr to --with-mysql-dir-/usr/local/mysql and ./configure stops and says it can't find the mysql header files.
Can anyone help please? My goal is to get a new mysql.so created.
Thanks tons!! --Jough
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php