Guest User

Untitled

a guest
Dec 21st, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. autoconf: Undefined macros:
  2. configure.in:1143:AC_HELP_STRING([--with-mbedtls], [Enable mbedTLS detection for https inspection.])
  3. configure.in:1144:AC_HELP_STRING([--without-mbedtls], [Disable mbedTLS detection]),
  4. configure.in:1158: AC_MSG_NOTICE([Detected mbedTLS. Enabling https inspection.])
  5. configure.in:1175:AC_HELP_STRING([--with-openssl], [Enable OpenSSL/LibreSSL detection for https inspection.])
  6. configure.in:1176:AC_HELP_STRING([--without-openssl], [Disable OpenSSL/LibreSSL detection]),
  7. configure.in:1181: AC_CHECK_LIB(crypto, CRYPTO_new_ex_data, [], [AC_MSG_ERROR([library 'crypto' is required for OpenSSL])])
  8. configure.in:1185: AS_IF([test "x$FOUND_SSL_LIB" = xno], [AC_MSG_ERROR([library 'ssl' is required for OpenSSL])])
  9. configure.in:1187: AC_SEARCH_LIBS(CRYPTO_new_ex_data, eay32 crypto, [], [AC_MSG_ERROR([library 'eay32' or 'crypto' is required for OpenSSL])])
  10. configure.in:1191: AS_IF([test "x$FOUND_SSL_LIB" = xno], [AC_MSG_ERROR([library 'ssleay32' or 'ssl' is required for OpenSSL])])
  11. configure.in:1203: AC_MSG_NOTICE([Detected OpenSSL. Enabling https inspection.])
  12. configure.in:1222:AC_HELP_STRING([--with-brotli], [Enable Brotli detection])
  13. configure.in:1223:AC_HELP_STRING([--without-brotli], [Disable Brotli detection]),
  14. configure.in:181: AC_MSG_ERROR(There is no 'id' program on this system)
  15. configure.in:188: AC_MSG_ERROR(There is no user '$with_user' on this system)
  16. configure.in:192: AC_MSG_ERROR(We need a user if you give me this parameter)
  17. configure.in:197: AC_MSG_ERROR(There is no 'id' programm on this system)
  18. configure.in:212: AC_MSG_ERROR(There is no 'groups' program on this system)
  19. configure.in:224: AC_MSG_ERROR(The given value '$withval' does not match group entry)
  20. configure.in:227: AC_MSG_ERROR(There is no group entry for user '$USER')
  21. configure.in:231: AC_MSG_ERROR(We need a group if you give me this parameter)
  22. configure.in:236: AC_MSG_ERROR(There is no 'groups' programm on this system)
  23. configure.in:500: AC_MSG_ERROR(--with-fdsetsize used without value)
Advertisement
Add Comment
Please, Sign In to add comment