|
Installing php with mysql support
I have php installed, but I didnt install it with mysql support. So now I am back tracking trying to install it with mysql support.
when I run the following command.
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
I get the following error.
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore.
I have also tried several variations on the configure script trying to point it to the mysql headers. But with no luck.
Any help would be greatly appreciated.
|