[mod-security-users] Installation Error
Brought to you by:
victorhora,
zimmerletw
|
From: Chris M. <cj...@op...> - 2006-01-05 23:36:06
|
Hello, I am trying to install mod_security an I am getting the following error: [root@web apache1]# /hsphere/shared/apache/bin/apxs -cia mod_security.c gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DDEV_RANDOM=/dev/random -DMOD_SSL=208125 -DUSE_HSREGEX -DEAPI -DEAPI_MM -I/usr/kerberos/include -fpic -DSHARED_MODULE -I/hsphere/shared/apache/include -c mod_security.c gcc -shared -o mod_security.so mod_security.o [activating module `security' in /hsphere/local/config/httpd/httpd.conf] cp mod_security.so /hsphere/shared/apache/libexec/mod_security.so cp: cannot stat `mod_security.so': No such file or directory apxs:Break: Command failed with rc=1 My info is as follows: Linux web.hspherenet.com 2.4.21-37.ELsmp #1 SMP Wed Sep 28 14:05:46 EDT 2005 i686 i686 i386 GNU/Linux [root@web bin]# ./httpd -V Server version: Apache/1.3.34 (Unix) Server built: Nov 4 2005 19:46:33 Server's Module Magic Number: 19990320:18 Server compiled with.... -D EAPI -D EAPI_MM -D EAPI_MM_CORE_PATH="/hsphere/local/var/httpd/logs/httpd.mm" -D HAVE_MMAP -D HAVE_SHMGET -D USE_SHMGET_SCOREBOARD -D USE_MMAP_FILES -D HAVE_FCNTL_SERIALIZED_ACCEPT -D HAVE_SYSVSEM_SERIALIZED_ACCEPT -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D DYNAMIC_MODULE_LIMIT=64 -D HARD_SERVER_LIMIT=1024 -D HTTPD_ROOT="/hsphere/shared/apache" -D SUEXEC_BIN="/hsphere/shared/apache/bin/suexec" -D DEFAULT_PIDLOG="/hsphere/local/var/httpd/logs/httpd.pid" -D DEFAULT_SCOREBOARD="/hsphere/local/var/httpd/logs/httpd.scoreboard" -D DEFAULT_LOCKFILE="/hsphere/local/var/httpd/logs/httpd.lock" -D DEFAULT_ERRORLOG="/hsphere/local/var/httpd/logs/error_log" -D TYPES_CONFIG_FILE="/hsphere/local/config/httpd/mime.types" -D SERVER_CONFIG_FILE="/hsphere/local/config/httpd/httpd.conf" -D ACCESS_CONFIG_FILE="/hsphere/local/config/httpd/access.conf" -D RESOURCE_CONFIG_FILE="/hsphere/local/config/httpd/srm.conf" [root@web bin]# ./httpd -l Compiled-in modules: http_core.c mod_vhost_alias.c mod_env.c mod_define.c mod_log_config.c mod_mime_magic.c mod_mime.c mod_negotiation.c mod_status.c mod_info.c mod_include.c mod_autoindex.c mod_dir.c mod_cgi.c mod_asis.c mod_imap.c mod_actions.c mod_speling.c mod_userdir.c mod_alias.c mod_rewrite.c mod_access.c mod_auth.c mod_auth_anon.c mod_auth_dbm.c mod_digest.c mod_proxy.c mod_cern_meta.c mod_expires.c mod_headers.c mod_usertrack.c mod_log_forensic.c mod_unique_id.c mod_so.c mod_setenvif.c mod_ssl.c mod_frontpage.c suexec: enabled; valid wrapper /hsphere/shared/apache/bin/suexec Using current Stable release of mod_security. This is for a web server and I cant figure out what is causing the install to fail. Any advice is greatly appreciated. Thanks, Chris |