|
|
|
@ -1088,8 +1088,11 @@
|
|
|
|
AC_DEFINE_UNQUOTED([HAVE_HTP_DECODE_QUERY_INPLACE],[1],[Assuming htp_decode_query_inplace function in bundled libhtp])
|
|
|
|
AC_DEFINE_UNQUOTED([HAVE_HTP_DECODE_QUERY_INPLACE],[1],[Assuming htp_decode_query_inplace function in bundled libhtp])
|
|
|
|
else
|
|
|
|
else
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
echo " ERROR: Libhtp is not bundled. Get libhtp from https://github.com/ironbee/libhtp"
|
|
|
|
echo " ERROR: Libhtp is not bundled. Get libhtp by doing:"
|
|
|
|
echo " and pass --enable-non-bundled-htp to Suricata's configure script."
|
|
|
|
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 " Add --with-libhtp-includes=<dir> and --with-libhtp-libraries=<dir> if"
|
|
|
|
echo " libhtp is not installed in the include and library paths."
|
|
|
|
echo " libhtp is not installed in the include and library paths."
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
|