Web Hosting Talk







View Full Version : Installing PHP


Matthew_J
03-15-2002, 12:01 PM
I am installing PHP on a Red Hat 7.2 server and I can't figure out what is that path to Apache. When ever I try to configure PHP I get this error:

Invalid Apache directory - unable to find httpd.h under 'whatever'

I tried lots of diffrent paths that I thought might work. Does anyone know where the default Apache directory is under Red Hat? Thanks!

Jedito
03-15-2002, 12:26 PM
try this
locate httpd.h

priyadi
03-15-2002, 03:47 PM
If you use Apache shipped with RedHat, try installing apache-devel package, and use --with-apxs instead of --with-apache.