Re: [mod-security-users] New modsec Install
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-08-15 12:06:15
|
LesT wrote: > We are building a new server and cannot get modsecurity to install. > Below find the server info and following that the first few lines of > hundreds that follow when attempting to install mod_security 1.8.7 > > ... > > cc -DHARD_SERVER_LIMIT=512 > -DDEFAULT_PATH="/usr/local/psa/admin/bin:/bin:/usr/bin" -DLINUX=22 > -DTARGET="httpsd" -DHAVE_SET_DUMPABLE -I/usr/include/gdbm > -DMOD_SSL=208122 -DEAPI -O -pipe -W -Wall > -I/home/builder/pb_work_dir/psa_aiconfig_7.5.3/psa/lib/dist/usr/include > -DPLESK_Linux > -I/home/builder/pb_work_dir/psa_aiconfig_7.5.3/psa/plesk-utils/include > -DBSG_CR -DBSG_MSG -I/usr/include -DHAS_RPM -O3 > -fexpensive-optimizations -I/usr/kerberos/include -fstrength-reduce > -pipe -I/usr/include/libxml2 -Wno-unused-parameter -fpic -DSHARED_MODULE > -I/usr/local/psa/admin/include -c mod_security.c > mod_security.c:35:19: unixd.h: No such file or directory > mod_security.c:47:20: ap_mpm.h: No such file or directory > mod_security.c:49:17: apr.h: No such file or directory > mod_security.c:50:25: apr_strings.h: No such file or directory > mod_security.c:51:22: apr_hash.h: No such file or directory > mod_security.c:52:22: apr_user.h: No such file or directory > mod_security.c:53:21: apr_lib.h: No such file or directory > mod_security.c:54:24: apr_signal.h: No such file or directory > mod_security.c:55:30: apr_global_mutex.h: No such file or directory The compiler cannot find the Apache include files. Why exactly, I don't know - that depends on your system. Do you have a package called "http-devel" or "httpd-devel" installed? -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |