OK...I am running RedHat 7.3 with PHP 4.2.3 and mysql-3.23.49-3.
I am in the process of setting all 3 up...apache, php, and mysql. MYSQL IS ALREADY INSTALLED FROM RPM. I am in the php directory and run the command:
./configure --with-mysql=/path/to/mysql
Once I run it, the very last line when done compiling says:
configure: error: Cannot find header files under /path/to/mysql
Nothing seems to work!! I'm not literally typing in "/path/to/mysql" of course.....i've tried a variety of paths....my question is : what is the path to the mysql "header files"..with a RPM install..??
When I do a find, I get the following output referring to mysql:
/var/lib/mysql
/var/lib/mysql/mysql
/usr/bin/mysql
/usr/lib/mysql
/usr/share/mysql
/usr/local/php-4.2.3/ext/mysql
/usr/local/php-4.2.3/pear/DB/tests/mysql
Thanks