I'm trying to install PHP 4.0.5 w/ MySQL and when I run
./configure --with-mysql=/usr/local/mysql
configuration starts, but then halts with a message stating (not verbatim) that header files cannot be found in /usr/local/mysql/.
I installed mysql 3.23.39 from source.
I've successfuly run mysql.
I installed a recent version of Apache from source, and successfully run it.
I am running RH 7.1 (Seawolf) (it runs too).
Questions: What header files are required?
How do I communicate to configure the location of these files?