I'm running redhat linux 6.2 with apache 1.3.12 and mysql-3.22.32 and php-4.0.3pl1. I've installed php into /usr/local along with mysql & apache. If i run the phpinfo() function and i look where it says the configuration file is it says /usr/local/lib.
If I go there all thats there is a php directory, and inside the directory there is a bunch of files and dirs but no php.ini.
The configure command i used when installing php was. ./configure --with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686/ --with-apxs=/usr/local/apache_1.3.12/bin/apxs
Any ideas would be greatly appreciated.
Thanks
Carl