> httpd.h can be found in /usr/local/etc/apache/include
>
> httpd.conf is in /usr/local/etc/apache/conf
>
> Yet NONE of the following work :
>
> ./configure --with-mysql=/usr/local --with-apache=/usr/local/etc
> ./configure --with-mysql=/usr/local --with-apache=/usr/local/etc/apache
> ./configure --with-mysql=/usr/local
> --with-apache=/usr/local/etc/apache/include
>
> am I just a loser or is there something in the readme i've missed ?
No, you're not a loser -- the people who make these programs just assume we know
more than we do and aren't descriptive enough as to what EXACTLY they're looking
for. It's very frustrating.
I can't be sure, but I think I did --with-apache=/usr/srs/apache even though I
had like 5 different .h files all named the same thing around my system. I
didn't use the --with-mysql option I don't think, it just found it. I use the
mySQL RPM and I compile my own apache FWTW... Hope that helps a bit more.