From a8c71b3c5e066068e46c0beaa58116f33d757d9e Mon Sep 17 00:00:00 2001 From: Chaim Sanders Date: Mon, 15 Feb 2016 10:04:16 -0500 Subject: [PATCH] Updated Reference Manual (mediawiki) --- Reference-Manual.mediawiki | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index 802e3d9..f8a2dab 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -199,6 +199,10 @@ To build the standalone module from source on a GNU/Linux platform, you need to # RHEL/CentOS style install sudo yum install httpd httpd-devel pcre pcre-devel +
+# Debian style install
+apt-get install apache2-threaded-dev libxml2-dev
+
For details on why compiling ModSecurity for nginx requires these packages, see [https://github.com/SpiderLabs/ModSecurity/issues/603 issue 603]. === Installation Steps === 1. - Compile standalone module: