Hello! I am working on a RH 6.2 box and i try to install and configure PHP 4.0.6 as CGI and as and Apache module. I have all the PHP files in /usr/local/install/php-4.0.6 There I try to configure as follows: #FOR CGI ./configure \ --prefix=/usr/bin \ --with-exec-dir=/usr/bin/php/bin \ --with-mysql=/usr/local make make install
#This work ok until i do.. #FOR APACHE ./configure \ --prefix=/usr/local \ --with-apxs=/usr/sbin/apxs \ --with-config-file-path=/etc/httpd/conf \ #AND OTHER CONFIGURATIONS --with-mysql=/usr/local make make install WHy and how can I do it? David -- 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]