Why did you set the dir to /usr/local/sql???

Did you have mysql there??? It's not the normal installation dir of mysql...

Long P Nguyen wrote:
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. ;)


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to