I recompiled PHP with --with-mysql=/usr/local/sql and still got the following errors:

Checking PHP configuration settings

PHP version... success [4.2.2]
DOMXML extension... success [2.4.23]
MySQL extension failure [required-extension not installed] 


recompile your PHP installation with --with-mysql option 




-----Original Message-----
From: John Nichel [mailto:[EMAIL PROTECTED]
Sent: Monday, June 21, 2004 1:58 PM
To: php-general Mailing List
Subject: Re: [PHP] recompile your PHP installation with --with-mysql
option


Nguyen, Long P (Mission Systems) wrote:
> How do you recompile your PHP installation with --with-mysql option??
> 

In the PHP source tree....

$ ./configure --with-mysql[=dir] --with-other-options
$ make
$ make install

I'm sure this will bring a few questions. ;)

-- 
John C. Nichel
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

-- 
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