I need some help with the install of php and MySql and Apache. I have a problem I have not been able to find any doc's on.
I have a running web server hosting 7 domains and I want to install MySql and PHP4 due to they would like to have a intranet message board. Here is a detailed view of what I have running. Apache is running in the default location for Red Hat 7.1. /etc/httpd/. But the web pages have been moved to /home/httpd/ with 7 Virtual domains. My SQL was configured to run with php using the following install ./configure --prefix=/usr/local/mysql. I have tested MySql is up and running and tests fine. I then have ran configure on the php install as follows. ./configure --with-mysql=/usr/local/mysql --with-apache=/etc/httpd/conf/ -- enable-track-vars It gives me an error that is can't find httpd.h and fails. I know this is due to I am not configuring it to the apache tar.gz But I don't want to have to uninstall apache and re install it. I am looking for a way to install PHP and MySql without removing the current config of apache. I just want to be able to add to it. -- Thomas Hicks [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]