RE: [PHP] Installation PHP4 on UNIX problems

2001-05-17 Thread scott [gts]

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]




Re: [PHP] Installation PHP4 on UNIX problems

2001-05-17 Thread Christian Reiniger

On Thursday 17 May 2001 19:23, Andreas Pucko wrote:
 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.

Use --with-apxs instead of --with-apache. That should do the trick.

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

void sleep(){for(long int sheep=0;!asleep();sheep++);}

--
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]