Mike R wrote:
I am trying to re-compile php, but keep getting erros that the mysql
extensions are not installed. I got the binary from php.net
and included
mysql in configure (following). What am I not doing correctly?
You're trying to compile the binaries?
Sorry, the tar'd file I should say. ;p
This is PHP5? If I'm not mistaken (someone will correct me if I am), PHP5 doesn't come bundled with MySQL anymore, so you will have to tell the configure where MySQL is installed...
--with-mysql=/path/to/mysql
-- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 john@xxxxxxxxxxxx
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php