Click to See Complete Forum and Search --> : Apahce,PHP cant find httpd.h


DJKAOS
11-23-2001, 06:55 PM
Trying to install apache and php.
when I run ./configure --with-apache=/temp/apache_1.3.22 bla bla...

it says "Can't find httpd.h in apache_1.3.22 directory" or something like that.

I looked in the directory and its not there..
I have tried unzipping apache_1.3.22.tar.gz like 5 times and it never has that file in it...where is the file httpd.h??

Thanks for any help.

EyesWideOpen
11-30-2001, 05:03 PM
I've got that file in apache_1.3.14/src/include/httpd.h.

You probably have to configure Apache first and then PHP. Once you configure Apache the file will probably be there.

[ 30 November 2001: Message edited by: EyesWideOpen ]