From: Ken Steele Date: Tue, 30 Jul 2013 15:03:26 +0000 (-0400) Subject: Make the missing libhtp error message more clear. X-Git-Tag: suricata-2.0beta2~406 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bbbcf51205d6efd5bd02545833129c4eb7d754f;p=thirdparty%2Fsuricata.git Make the missing libhtp error message more clear. Use exact git clone command and then rerun autogen.sh and configure. --- diff --git a/configure.ac b/configure.ac index 1b0565979d..7d0a3f94b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1088,8 +1088,11 @@ AC_DEFINE_UNQUOTED([HAVE_HTP_DECODE_QUERY_INPLACE],[1],[Assuming htp_decode_query_inplace function in bundled libhtp]) else echo - echo " ERROR: Libhtp is not bundled. Get libhtp from https://github.com/ironbee/libhtp" - echo " and pass --enable-non-bundled-htp to Suricata's configure script." + echo " ERROR: Libhtp is not bundled. Get libhtp by doing:" + echo " git clone https://github.com/ironbee/libhtp" + echo " Then re-run Suricata's autogen.sh and configure script." + echo " Or, if libhtp is installed in a different location," + echo " pass --enable-non-bundled-htp to Suricata's configure script." echo " Add --with-libhtp-includes= and --with-libhtp-libraries= if" echo " libhtp is not installed in the include and library paths." echo