I Follow this command to compile PHP in my RedHat 9 and Mysql server:
#./configure –prefix=/usr/local/php –with-apxs2=/usr/local/apache2/bin/apxs –with-mysql=/usr/local/mysql
This is fine but the next step is:
#make
In this moment i receive an error: "php_mysql.c" not found
Any ideas ?