=================> cd ../apache 2.x.x
if you have RedHat9
{
So anyways, this didn't solve the problem either. krb5 and openssl rpms are all installed fine and apache just won't behave. SO I rip open that krb5-devel rpm and check out whether it has krb5.h, and where. Lo and behold:
Yet nothing in the failing build command is referencing that non standard include directory! AHA! I reconfigure with CFLAGS="-I/usr/kerberos/include" and it finally compiled.
Here's my complete configure line:
CFLAGS="-I/usr/kerberos/include -DSECURITY_HOLE_PASS_AUTHORIZATION" ./configure --prefix=/usr/local/apache-2.0.45 --enable-mods-shared=all --enable-ssl
}
else
{
./configure --prefix=/usr/local/apache --enable-module=most --enable-shared=max --enable-ssl --enable-shared=ssl
}
make
make install
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.