Click to See Complete Forum and Search --> : PHP5 install problems


captainryan1
01-12-2006, 01:52 PM
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

Gerektoolhy
03-10-2006, 12:06 PM
I just had the same problem, and happily i solved it by looking many times through my aptitude list :)

i found i have not installed "libmysqlclient14-dev" :) approx five times i went around the list and did not notice this one.

good luck