you could either install php as CGI stanalone
or download the apache header files and put them
somewhere that PHP can find them....

if you've got no *.h files, that probably means
that someone deleted them, that you've got
a binary distribution of apache on your system,
or that you're telling PHP to look for them in the
wrong place.

personally, i prefer the CGI version of PHP, so i
wont be able to give any detailed help on how to
compile them together -- but the PHP website is
more than helpful enough with instructions.


> -----Original Message-----
> From: Andreas Pucko [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 17, 2001 1:24 PM
> To: Php (E-mail)
> Subject: [PHP] Installation PHP4 on UNIX problems
> 
> 
> Hi there,
> 
> I am trying to install PHP4 on a unix server.
> 
> Apache is already running. I installed the binary version. after sending the
> command:
> ./configure -with-mysql -with-apache=../apache_1.3.x -enable-track-vars
> like in the manual I get the error message that there is no httpd.h file in
> the apache folder. And thats true.
> 
> Should I reinstall apache? If yes, where do I get the Apache module version
> from php akording to the phpmanual?
> 
> Thanx for any help.
> 
> Andy
> 
> 
> -- 
> 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 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]

Reply via email to