Hello! I am having install problems :-( Here is my configuration:
Oracle 8.1.7 for linux installed and working
Apache: 1.3.20-16
Red Hat 7.2 (came with apache)
I first tried installing using:
./configure --with-oci8 --enable-sigchild
I restarted my apache web server and tested php with test page. The page was blank.
Next, I tried this:
./configure --with-oci8 --enable-sigchild --with-apache=/usr/include/apache
I then get this error: unable to find httpd.h (httpd.h was definitely in that directory - I saw it with my own eyes :-))
Searched on google finding recommendation to use source directory instead of /usr/include/apache.
Did "find / -name http" and "find / -name apache" and any directories that looked like fair game, I plugged into the configure statement - nothing worked, same error, unable to find httpd.h.
Here goes my stupid question of the day. If you have a ready-made install of rpm's through the red hat 7.2 CD, where are my source directories? I have installed extra software of course so I know what a source directory looks like - the stuff after you do a tar -xvf, but I cannot find it for the apache rpm. Do I just create some bogus directory, /usr/local/src and copy all of my .h files into that directory?
Thanks for any help!