Hi,
I am installing PHP4 with MySQL support. Unfortunately, I can not install it properly because of the following problem.
Command issued
./configure --with-mysql=/usr/include/mysql --with-apxs=/usr/sbin/apxs
Error reported
checking for MySQL support... yes
configure: error: Cannot find header files under /usr/include/mysql
My environment
Linux RedHat 6.2
How I surpass it
Instead of request --with-mysql=.... I did
--with-mysql .
But, the configure script tells me that I should avoid this using my own mysql installation lib, not mysql lib.
Thanks in advance,
Joao,