]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Make the missing libhtp error message more clear.
authorKen Steele <ken@tilera.com>
Tue, 30 Jul 2013 15:03:26 +0000 (11:03 -0400)
committerVictor Julien <victor@inliniac.net>
Tue, 3 Sep 2013 08:51:51 +0000 (10:51 +0200)
Use exact git clone command and then rerun autogen.sh and configure.

configure.ac

index 1b0565979dd5084086da5ba9b944b35437abedd5..7d0a3f94b3a5164994e2ba3817a21978d11424bf 100644 (file)
             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=<dir> and --with-libhtp-libraries=<dir> if"
             echo "  libhtp is not installed in the include and library paths."
             echo