Re: [Mod-security-developers] issue installing 2.6.6 as dso
Brought to you by:
victorhora,
zimmerletw
From: Ryan B. <RBa...@tr...> - 2012-06-25 19:11:28
|
From: Enigma Support <su...@en...<mailto:su...@en...>> Reply-To: "mod...@li...<mailto:mod...@li...>" <mod...@li...<mailto:mod...@li...>> Date: Mon, 25 Jun 2012 13:57:02 -0500 To: "mod...@li...<mailto:mod...@li...>" <mod...@li...<mailto:mod...@li...>> Subject: [Mod-security-developers] issue installing 2.6.6 as dso I am trying to install modsecurity with the command /usr/local/apache2/bin/apxs -cia /Binaries/modsecurity-apache_2.6.6/apache2/mod_security2.c Using apxs directly is the deprecated way of compiling ModSecurity. Use configure - https://sourceforge.net/apps/mediawiki/mod-security/index.php?title=Reference_Manual#Installation_Methods -- Ryan Barnett Trustwave SpiderLabs ModSecurity Project Leader OWASP ModSecurity CRS Project Leader I get the following error : I checked and the files xpath.h and xmlschemas.h are on the box in /usr/include/libxml2/libxml/xpath.h and /usr/include/libxml2/libxml/xmlschemas.h sr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -pthread -I/usr/local/apache2/include -I/usr/local/apache2/include -I/usr/local/apache2/include -c -o /Binaries/modsecurity-apache_2.6.6/apache2/mod_security2.lo /Binaries/modsecurity-apache_2.6.6/apache2/mod_security2.c && touch /Binaries/modsecurity-apache_2.6.6/apache2/mod_security2.slo In file included from /Binaries/modsecurity-apache_2.6.6/apache2/modsecurity.h:38, from /Binaries/modsecurity-apache_2.6.6/apache2/mod_security2.c:20: /Binaries/modsecurity-apache_2.6.6/apache2/msc_xml.h:21:31: error: libxml/xmlschemas.h: No such file or directory /Binaries/modsecurity-apache_2.6.6/apache2/msc_xml.h:22:26: error: libxml/xpath.h: No such file or directory In file included from /Binaries/modsecurity-apache_2.6.6/apache2/modsecurity.h:38, from /Binaries/modsecurity-apache_2.6.6/apache2/mod_security2.c:20: /Binaries/modsecurity-apache_2.6.6/apache2/msc_xml.h:27: error: expected specifier-qualifier-list before âxmlSAXHandlerâ /Binaries/modsecurity-apache_2.6.6/apache2/mod_security2.c: In function âversionâ: /Binaries/modsecurity-apache_2.6.6/apache2/mod_security2.c:104: error: âLIBXML_DOTTED_VERSIONâ undeclared (first use in this function) /Binaries/modsecurity-apache_2.6.6/apache2/mod_security2.c:104: error: (Each undeclared identifier is reported only once /Binaries/modsecurity-apache_2.6.6/apache2/mod_security2.c:104: error: for each function it appears in.) apxs:Error: Command failed with rc=65536 please let me know how to fix this ________________________________ This transmission may contain information that is privileged, confidential, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. |