Quote:
Originally Posted by olddocks
it looks like the ap_md5.h is missing and i copied from other directory to the -I path of apxs
cp /usr/local/apache/include/ap_md5.h /usr/include/httpd
but still i am getting this bunch of errors.
what could be causing this?
|
It looks like oyu have two apache installs (one from your distribution and one from /usr/local/apache). Perhaps you are using the wrong apxs? You should probably specify /usr/local/apache/bin/apxs.
/usr/local/apache/bin/apxs -cia mod_security.c
Also, do you have to use Apache 1.3? I suggest you use Apache 2.x so you can use ModSecurity 2.5 (1.9 is not actively maintained).
-B