Ok.. my problem may sound simple to you..
I am installing php to our webserver server. We are running Redhat Linux 7.0 and Apache 1.3.27.
My problem.. I am at the part where I write ./configure --with-apache=../apache1.3.27
and it doesnt find httpd.h that's not strange because it's in the include directory.. so I change it..
./configure --with-apache=../apache1.3.27/include
but it still says:
configure: error: Invalid Apache directory - unable to find httpd.h under /usr/local/apache1.3.27/include
That's the path where I find httpd.h tho..
😕