[mod-security-users] Install/compile help on aix 6.1 with ihs 6.1
Brought to you by:
victorhora,
zimmerletw
From: Richard G. <Ric...@S1...> - 2010-06-11 21:03:17
|
We are running a ihs(6.1.0.27) server on aix 6.1.0. I have been trying to install mod_security for the last 2 days with no luck. First I read the documentation and ran the apxs -cia mod_security.c which seems to run and compile fine, but when you go to restart apache you get this: "bash-3.00# ../bin/apachectl restart Syntax error on line 875 of /local/sys/ihs-01/conf/httpd.conf: Cannot load /local/sys/ihs-01/modules/mod_security2.so into server: rtld: 0712-001 Symbol msr_log was referenced\n from module /local/sys/ihs-01/modules/mod_security2.so(), but a runtime definition\n of the symbol was not found.\nrtld: 0712-001 Symbol sec_audit_logger was referenced\n from module /local/sys/ihs-01/modules/mod_security2.so(), but a runtime definition\n of the symbol was not found.\nrtld: 0712-001 Symbol msre_ruleset_process_phase was referenced\n from module /local/sys/ihs-01/modules/mod_security2.so(), but a runtime definition\n of the symbol was not found.\nrtld: 0712-001 Symbol msc_regexec was referenced\n from module /local/sys/ihs-01/modules/mod_security2.so(), but a runtime definition\n of the symbol was not found.\nrtld: 0712-001 Symbol msre_format_metadata was referenced\n from module /local/sys/ihs-01/modules/mod_security2.so(), but a runtime definition\n of the symbol was not found.\nrtld: 0712-001 Symbol parse_arguments was referenced\n from module /local/sys/ihs-01/modules/mod_security2.so(), but a runtime definition\n of the symbol was not found.\nrtld: 0712-001 Symbol parse_cookies_v0 was referenced\n from module /local/sys/ihs-01/modules/mod_security2.so(), but a runtime definition\n of the symbol was not found.\n\t0509-021 Additional errors occurred but are not reported." and later tried "./configure --with-apxs=/local/sys/ihs-01/bin/apxs --with-apr=/local/sys/ihs-01/bin/ --with-apu=/local/sys/ihs-01/bin/ --with-pcre=/usr/local/bin/ --enable-verbose-output" The configure runs fine, and make && make install, but you would still end up with the above error on ihs restart. I've tried building older versions all the way back to 1.9.4. 1.9 will build the mod_security module, but it's not current enough to fix my problem, as it doesn't seem to recognize the "SecRule" and anything newer that tries to build mod_security2 will fail like above. |