I am trying to install PHP5 with MYSQL support but the configure fails. It gives me the following error.
"configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!"
Here is the configure options I gave it:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-zlib-dir=/usr/lib/mysql/libmysqlmysqlclient.so --with-pgsql=/usr/local/pgsql
My srever:
OS: SUSE 10
PHP: 5.1.1
MYSQL: 4.1.13
Apache: 2.2.0
What am I missing?
Ryan