Hey, I'm trying to make the configure script happy on RH9. Unfortunately, I can't figure out what possible setting I should be using for --with-httpd. It seems like even with the httpd-devel package installed there is just no way.
Thoughts?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
whacky - i usually install apache by compiling and installing - in that case it puts things more like the latter /prefix/include - i have a rh 9 machine so i'll add the default apache installation and give it a whirl.
if you can come up with a patch to configure.in sooner that would be great!
thanks -
sterling
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey, I'm trying to make the configure script happy on RH9. Unfortunately, I can't figure out what possible setting I should be using for --with-httpd. It seems like even with the httpd-devel package installed there is just no way.
Thoughts?
I was able to make it work by doing:
ln -s /usr/include/httpd /usr/lib/httpd/include
It might make sense for the configure script to check for /usr/include/httpd. If that sounds good I'll see if I can come up with a patch.
Hi -
whacky - i usually install apache by compiling and installing - in that case it puts things more like the latter /prefix/include - i have a rh 9 machine so i'll add the default apache installation and give it a whirl.
if you can come up with a patch to configure.in sooner that would be great!
thanks -
sterling