Re: [PHP] Apache error when installing PHP 4.0.5
On Thursday 10 May 2001 00:58, Mark Maggelet wrote: > On Wed, 9 May 2001 15:49:51 -0500, Joseph Bannon > > ([EMAIL PROTECTED]) wrote: > >> you need to point to the apache-source install > >> ie: ./configure --with-apache=../apache-1.3.19 > > > >But what if I have apache already installed? I have a Cobalt Raq3 > >with > >apache already installed. > > you need to recompile apache too, unless you want to run php as cgi, > in which case you just leave out the --with-apache part --with-apxs should work fine without recompiling apache. -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) Install once, run forever. Linux. -- PHP General 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]
RE: [PHP] Apache error when installing PHP 4.0.5
> you need to recompile apache too, unless you want to run php as cgi, > in which case you just leave out the --with-apache part Can I call PHP like normal if I don't install it with Apache? Also, is there any way of cheating this? Joseph -- PHP General 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]
RE: [PHP] Apache error when installing PHP 4.0.5
On Wed, 9 May 2001 15:49:51 -0500, Joseph Bannon ([EMAIL PROTECTED]) wrote: >> you need to point to the apache-source install >> ie: ./configure --with-apache=../apache-1.3.19 > > >But what if I have apache already installed? I have a Cobalt Raq3 >with >apache already installed. you need to recompile apache too, unless you want to run php as cgi, in which case you just leave out the --with-apache part >Joseph > >-- >PHP General 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: php-list- >[EMAIL PROTECTED] -- PHP General 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]
RE: [PHP] Apache error when installing PHP 4.0.5
> you need to point to the apache-source install > ie: ./configure --with-apache=../apache-1.3.19 But what if I have apache already installed? I have a Cobalt Raq3 with apache already installed. Joseph -- PHP General 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]
[PHP] Apache error when installing PHP 4.0.5
What gives? Here is my error message configure: error: Invalid Apache directory - unable to find httpd.h under /usr/include/apache Here is my configure line I typed in... ./configure --with-mysql=/usr/local/mysql-3.23.37 --with-apache=/usr/include/apache --enable-track-vars --prefix=/usr/local/php-4.0.5 Here is the location of the httpd.h file /usr/include/apache/httpd.h -- PHP General 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]