HavocFramework / Havoc

The Havoc Framework.
https://havocframework.com
GNU General Public License v3.0
6.72k stars 950 forks source link

Compile rewrite branch Client ssl error #475

Closed hello-sucess closed 5 months ago

hello-sucess commented 5 months ago

What happened?

build rewrite branch client ssl error, openssl and libssl installed. os: ubuntu 22.04

image image

Did You Try With the Dev Branch?

No (You only tried the main branch...)

Relevant log output

/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `std::make_unsigned<int>::type fmt::v8::detail::to_unsigned<int>(int)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail11to_unsignedIiEENSt13make_unsignedIT_E4typeES4_[_ZN3fmt2v86detail11to_unsignedIiEENSt13make_unsignedIT_E4typeES4_]+0x23): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `httplib::detail::ssl_delete(std::mutex&, ssl_st*, bool)':
mocs_compilation.cpp:(.text._ZN7httplib6detail10ssl_deleteERSt5mutexP6ssl_stb[_ZN7httplib6detail10ssl_deleteERSt5mutexP6ssl_stb]+0x37): undefined reference to `SSL_shutdown'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail10ssl_deleteERSt5mutexP6ssl_stb[_ZN7httplib6detail10ssl_deleteERSt5mutexP6ssl_stb]+0x56): undefined reference to `SSL_free'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `httplib::detail::SSLInit::SSLInit()':
mocs_compilation.cpp:(.text._ZN7httplib6detail7SSLInitC2Ev[_ZN7httplib6detail7SSLInitC5Ev]+0x1b): undefined reference to `OPENSSL_init_ssl'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `httplib::detail::SSLSocketStream::SSLSocketStream(int, ssl_st*, long, long, long, long)':
mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStreamC2EiP6ssl_stllll[_ZN7httplib6detail15SSLSocketStreamC5EiP6ssl_stllll]+0x9f): undefined reference to `SSL_ctrl'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `httplib::detail::SSLSocketStream::read(char*, unsigned long)':
mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream4readEPcm[_ZN7httplib6detail15SSLSocketStream4readEPcm]+0x33): undefined reference to `SSL_pending'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream4readEPcm[_ZN7httplib6detail15SSLSocketStream4readEPcm]+0x59): undefined reference to `SSL_read'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream4readEPcm[_ZN7httplib6detail15SSLSocketStream4readEPcm]+0x91): undefined reference to `SSL_read'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream4readEPcm[_ZN7httplib6detail15SSLSocketStream4readEPcm]+0xb3): undefined reference to `SSL_get_error'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream4readEPcm[_ZN7httplib6detail15SSLSocketStream4readEPcm]+0xd2): undefined reference to `SSL_pending'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream4readEPcm[_ZN7httplib6detail15SSLSocketStream4readEPcm]+0xf8): undefined reference to `SSL_read'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream4readEPcm[_ZN7httplib6detail15SSLSocketStream4readEPcm]+0x152): undefined reference to `SSL_read'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream4readEPcm[_ZN7httplib6detail15SSLSocketStream4readEPcm]+0x177): undefined reference to `SSL_get_error'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `httplib::detail::SSLSocketStream::write(char const*, unsigned long)':
mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream5writeEPKcm[_ZN7httplib6detail15SSLSocketStream5writeEPKcm]+0x75): undefined reference to `SSL_write'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream5writeEPKcm[_ZN7httplib6detail15SSLSocketStream5writeEPKcm]+0x97): undefined reference to `SSL_get_error'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream5writeEPKcm[_ZN7httplib6detail15SSLSocketStream5writeEPKcm]+0xf6): undefined reference to `SSL_write'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail15SSLSocketStream5writeEPKcm[_ZN7httplib6detail15SSLSocketStream5writeEPKcm]+0x11b): undefined reference to `SSL_get_error'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `httplib::SSLServer::~SSLServer()':
mocs_compilation.cpp:(.text._ZN7httplib9SSLServerD2Ev[_ZN7httplib9SSLServerD5Ev]+0x41): undefined reference to `SSL_CTX_free'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `httplib::SSLServer::process_and_close_socket(int)::{lambda(ssl_st*)#1}::operator()(ssl_st*) const':
mocs_compilation.cpp:(.text._ZZN7httplib9SSLServer24process_and_close_socketEiENKUlP6ssl_stE_clES2_[_ZZN7httplib9SSLServer24process_and_close_socketEiENKUlP6ssl_stE_clES2_]+0x42): undefined reference to `SSL_accept'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `httplib::SSLClient::~SSLClient()':
mocs_compilation.cpp:(.text._ZN7httplib9SSLClientD2Ev[_ZN7httplib9SSLClientD5Ev]+0x41): undefined reference to `SSL_CTX_free'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `std::make_unsigned<long>::type fmt::v8::detail::to_unsigned<long>(long)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail11to_unsignedIlEENSt13make_unsignedIT_E4typeES4_[_ZN3fmt2v86detail11to_unsignedIlEENSt13make_unsignedIT_E4typeES4_]+0x25): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `bool httplib::detail::ssl_connect_or_accept_nonblocking<int (*)(ssl_st*)>(int, ssl_st*, int (*)(ssl_st*), long, long)':
mocs_compilation.cpp:(.text._ZN7httplib6detail33ssl_connect_or_accept_nonblockingIPFiP6ssl_stEEEbiS3_T_ll[_ZN7httplib6detail33ssl_connect_or_accept_nonblockingIPFiP6ssl_stEEEbiS3_T_ll]+0x35): undefined reference to `SSL_get_error'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `ssl_st* httplib::detail::ssl_new<httplib::SSLServer::process_and_close_socket(int)::{lambda(ssl_st*)#1}, httplib::SSLServer::process_and_close_socket(int)::{lambda(ssl_st*)#2}>(int, ssl_ctx_st*, std::mutex&, httplib::SSLServer::process_and_close_socket(int)::{lambda(ssl_st*)#1}, httplib::SSLServer::process_and_close_socket(int)::{lambda(ssl_st*)#2})':
mocs_compilation.cpp:(.text._ZN7httplib6detail7ssl_newIZNS_9SSLServer24process_and_close_socketEiEUlP6ssl_stE_ZNS2_24process_and_close_socketEiEUlS4_E0_EES4_iP10ssl_ctx_stRSt5mutexT_T0_[_ZN7httplib6detail7ssl_newIZNS_9SSLServer24process_and_close_socketEiEUlP6ssl_stE_ZNS2_24process_and_close_socketEiEUlS4_E0_EES4_iP10ssl_ctx_stRSt5mutexT_T0_]+0x5b): undefined reference to `SSL_new'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail7ssl_newIZNS_9SSLServer24process_and_close_socketEiEUlP6ssl_stE_ZNS2_24process_and_close_socketEiEUlS4_E0_EES4_iP10ssl_ctx_stRSt5mutexT_T0_[_ZN7httplib6detail7ssl_newIZNS_9SSLServer24process_and_close_socketEiEUlP6ssl_stE_ZNS2_24process_and_close_socketEiEUlS4_E0_EES4_iP10ssl_ctx_stRSt5mutexT_T0_]+0xca): undefined reference to `SSL_set_bio'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail7ssl_newIZNS_9SSLServer24process_and_close_socketEiEUlP6ssl_stE_ZNS2_24process_and_close_socketEiEUlS4_E0_EES4_iP10ssl_ctx_stRSt5mutexT_T0_[_ZN7httplib6detail7ssl_newIZNS_9SSLServer24process_and_close_socketEiEUlP6ssl_stE_ZNS2_24process_and_close_socketEiEUlS4_E0_EES4_iP10ssl_ctx_stRSt5mutexT_T0_]+0x11b): undefined reference to `SSL_shutdown'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN7httplib6detail7ssl_newIZNS_9SSLServer24process_and_close_socketEiEUlP6ssl_stE_ZNS2_24process_and_close_socketEiEUlS4_E0_EES4_iP10ssl_ctx_stRSt5mutexT_T0_[_ZN7httplib6detail7ssl_newIZNS_9SSLServer24process_and_close_socketEiEUlP6ssl_stE_ZNS2_24process_and_close_socketEiEUlS4_E0_EES4_iP10ssl_ctx_stRSt5mutexT_T0_]+0x13a): undefined reference to `SSL_free'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::detail::format_decimal_result<char*> fmt::v8::detail::format_decimal<char, unsigned int>(char*, unsigned int, int)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail14format_decimalIcjEENS1_21format_decimal_resultIPT_EES5_T0_i[_ZN3fmt2v86detail14format_decimalIcjEENS1_21format_decimal_resultIPT_EES5_T0_i]+0x52): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::detail::format_decimal_result<char*> fmt::v8::detail::format_decimal<char, unsigned long>(char*, unsigned long, int)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail14format_decimalIcmEENS1_21format_decimal_resultIPT_EES5_T0_i[_ZN3fmt2v86detail14format_decimalIcmEENS1_21format_decimal_resultIPT_EES5_T0_i]+0x55): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler::on_arg_id(fmt::v8::basic_string_view<char>)':
mocs_compilation.cpp:(.text._ZZN3fmt2v86detail10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS4_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS4_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS3_ISF_EEEE4typeESF_EEEENS1_10locale_refEEN14format_handler9on_arg_idENS7_IcEE[_ZZN3fmt2v86detail10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS4_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS4_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS3_ISF_EEEE4typeESF_EEEENS1_10locale_refEEN14format_handler9on_arg_idENS7_IcEE]+0x22): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler::on_format_specs(int, char const*, char const*)':
mocs_compilation.cpp:(.text._ZZN3fmt2v86detail10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS4_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS4_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS3_ISF_EEEE4typeESF_EEEENS1_10locale_refEEN14format_handler15on_format_specsEiPKcSS_[_ZZN3fmt2v86detail10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS4_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS4_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS3_ISF_EEEE4typeESF_EEEENS1_10locale_refEEN14format_handler15on_format_specsEiPKcSS_]+0x541): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `void fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS4_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS4_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS3_ISF_EEEE4typeESF_EEEENS1_10locale_refE[_ZN3fmt2v86detail10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS4_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS4_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS3_ISF_EEEE4typeESF_EEEENS1_10locale_refE]+0x14f): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN3fmt2v86detail10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS4_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS4_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS3_ISF_EEEE4typeESF_EEEENS1_10locale_refE[_ZN3fmt2v86detail10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS4_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS4_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS3_ISF_EEEE4typeESF_EEEENS1_10locale_refE]+0x353): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::detail::parse_format_string<false, char, fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler>(fmt::v8::basic_string_view<char>, fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler&&)::writer::operator()(char const*, char const*)':
mocs_compilation.cpp:(.text._ZZN3fmt2v86detail19parse_format_stringILb0EcZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS5_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS4_ISG_EEEE4typeESG_EEEENS1_10locale_refEE14format_handlerEEvNS8_IT0_EEOT1_EN6writerclEPKcSY_[_ZZN3fmt2v86detail19parse_format_stringILb0EcZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS5_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS4_ISG_EEEE4typeESG_EEEENS1_10locale_refEE14format_handlerEEvNS8_IT0_EEOT1_EN6writerclEPKcSY_]+0xac): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::detail::format_decimal_result<char*> fmt::v8::detail::format_decimal<char, unsigned __int128>(char*, unsigned __int128, int)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail14format_decimalIcoEENS1_21format_decimal_resultIPT_EES5_T0_i[_ZN3fmt2v86detail14format_decimalIcoEENS1_21format_decimal_resultIPT_EES5_T0_i]+0x6a): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write<char, fmt::v8::appender, float, 0>(fmt::v8::appender, float)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEfLi0EEET0_S4_T1_[_ZN3fmt2v86detail5writeIcNS0_8appenderEfLi0EEET0_S4_T1_]+0x1ca): undefined reference to `fmt::v8::detail::dragonbox::decimal_fp<float> fmt::v8::detail::dragonbox::to_decimal<float>(float)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write<char, fmt::v8::appender, double, 0>(fmt::v8::appender, double)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEdLi0EEET0_S4_T1_[_ZN3fmt2v86detail5writeIcNS0_8appenderEdLi0EEET0_S4_T1_]+0x1d6): undefined reference to `fmt::v8::detail::dragonbox::decimal_fp<double> fmt::v8::detail::dragonbox::to_decimal<double>(double)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write<char, fmt::v8::appender>(fmt::v8::appender, char const*)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEEET0_S4_PKT_[_ZN3fmt2v86detail5writeIcNS0_8appenderEEET0_S4_PKT_]+0x35): undefined reference to `fmt::v8::detail::throw_format_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write<char, fmt::v8::appender>(fmt::v8::appender, fmt::v8::monostate, fmt::v8::basic_format_specs<char>, fmt::v8::detail::locale_ref)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEEET0_S4_NS0_9monostateENS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail5writeIcNS0_8appenderEEET0_S4_NS0_9monostateENS0_18basic_format_specsIT_EENS1_10locale_refE]+0x39): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::basic_format_parse_context<char, fmt::v8::detail::error_handler>::on_error(char const*)':
mocs_compilation.cpp:(.text._ZN3fmt2v826basic_format_parse_contextIcNS0_6detail13error_handlerEE8on_errorEPKc[_ZN3fmt2v826basic_format_parse_contextIcNS0_6detail13error_handlerEE8on_errorEPKc]+0xb): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::basic_format_context<fmt::v8::appender, char>::on_error(char const*)':
mocs_compilation.cpp:(.text._ZN3fmt2v820basic_format_contextINS0_8appenderEcE8on_errorEPKc[_ZN3fmt2v820basic_format_contextINS0_8appenderEcE8on_errorEPKc]+0x20): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `char const* fmt::v8::detail::parse_align<char, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail11parse_alignIcRNS1_13specs_checkerINS1_13specs_handlerIcEEEEEEPKT_SA_SA_OT0_[_ZN3fmt2v86detail11parse_alignIcRNS1_13specs_checkerINS1_13specs_handlerIcEEEEEEPKT_SA_SA_OT0_]+0x7c): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `char const* fmt::v8::detail::parse_width<char, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail11parse_widthIcRNS1_13specs_checkerINS1_13specs_handlerIcEEEEEEPKT_SA_SA_OT0_[_ZN3fmt2v86detail11parse_widthIcRNS1_13specs_checkerINS1_13specs_handlerIcEEEEEEPKT_SA_SA_OT0_]+0x74): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::detail::parse_replacement_field<char, fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler&>(char const*, char const*, fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler&)::id_adapter::on_error(char const*)':
mocs_compilation.cpp:(.text._ZZN3fmt2v86detail23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS5_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS4_ISG_EEEE4typeESG_EEEENS1_10locale_refEE14format_handlerEEPKS5_SU_SU_OT0_EN10id_adapter8on_errorEPKc[_ZZN3fmt2v86detail23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS5_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS4_ISG_EEEE4typeESG_EEEENS1_10locale_refEE14format_handlerEEPKS5_SU_SU_OT0_EN10id_adapter8on_errorEPKc]+0x12): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `char const* fmt::v8::detail::parse_replacement_field<char, fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler&>(char const*, char const*, fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS5_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS4_ISG_EEEE4typeESG_EEEENS1_10locale_refEE14format_handlerEEPKS5_SU_SU_OT0_[_ZN3fmt2v86detail23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS5_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS4_ISG_EEEE4typeESG_EEEENS1_10locale_refEE14format_handlerEEPKS5_SU_SU_OT0_]+0xee): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN3fmt2v86detail23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS5_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS4_ISG_EEEE4typeESG_EEEENS1_10locale_refEE14format_handlerEEPKS5_SU_SU_OT0_[_ZN3fmt2v86detail23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS5_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS4_ISG_EEEE4typeESG_EEEENS1_10locale_refEE14format_handlerEEPKS5_SU_SU_OT0_]+0x562): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN3fmt2v86detail23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS5_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS4_ISG_EEEE4typeESG_EEEENS1_10locale_refEE14format_handlerEEPKS5_SU_SU_OT0_[_ZN3fmt2v86detail23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS5_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS4_ISG_EEEE4typeESG_EEEENS1_10locale_refEE14format_handlerEEPKS5_SU_SU_OT0_]+0x571): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write<char, fmt::v8::appender, float, 0>(fmt::v8::appender, float, fmt::v8::basic_format_specs<char>, fmt::v8::detail::locale_ref)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEfLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail5writeIcNS0_8appenderEfLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE]+0x350): undefined reference to `int fmt::v8::detail::snprintf_float<double>(double, int, fmt::v8::detail::float_specs, fmt::v8::detail::buffer<char>&)'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEfLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail5writeIcNS0_8appenderEfLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE]+0x406): undefined reference to `fmt::v8::detail::throw_format_error(char const*)'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEfLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail5writeIcNS0_8appenderEfLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE]+0x491): undefined reference to `int fmt::v8::detail::format_float<double>(double, int, fmt::v8::detail::float_specs, fmt::v8::detail::buffer<char>&)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write<char, fmt::v8::appender, double, 0>(fmt::v8::appender, double, fmt::v8::basic_format_specs<char>, fmt::v8::detail::locale_ref)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEdLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail5writeIcNS0_8appenderEdLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE]+0x357): undefined reference to `int fmt::v8::detail::snprintf_float<double>(double, int, fmt::v8::detail::float_specs, fmt::v8::detail::buffer<char>&)'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEdLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail5writeIcNS0_8appenderEdLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE]+0x40d): undefined reference to `fmt::v8::detail::throw_format_error(char const*)'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEdLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail5writeIcNS0_8appenderEdLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE]+0x49a): undefined reference to `int fmt::v8::detail::format_float<double>(double, int, fmt::v8::detail::float_specs, fmt::v8::detail::buffer<char>&)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write<char, fmt::v8::appender, long double, 0>(fmt::v8::appender, long double, fmt::v8::basic_format_specs<char>, fmt::v8::detail::locale_ref)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEeLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail5writeIcNS0_8appenderEeLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE]+0x351): undefined reference to `int fmt::v8::detail::snprintf_float<long double>(long double, int, fmt::v8::detail::float_specs, fmt::v8::detail::buffer<char>&)'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEeLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail5writeIcNS0_8appenderEeLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE]+0x40b): undefined reference to `fmt::v8::detail::throw_format_error(char const*)'
/usr/bin/ld: mocs_compilation.cpp:(.text._ZN3fmt2v86detail5writeIcNS0_8appenderEeLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail5writeIcNS0_8appenderEeLi0EEET0_S4_T1_NS0_18basic_format_specsIT_EENS1_10locale_refE]+0x497): undefined reference to `int fmt::v8::detail::format_float<long double>(long double, int, fmt::v8::detail::float_specs, fmt::v8::detail::buffer<char>&)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `void fmt::v8::detail::check_pointer_type_spec<fmt::v8::detail::error_handler>(fmt::v8::presentation_type, fmt::v8::detail::error_handler&&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail23check_pointer_type_specINS1_13error_handlerEEEvNS0_17presentation_typeEOT_[_ZN3fmt2v86detail23check_pointer_type_specINS1_13error_handlerEEEvNS0_17presentation_typeEOT_]+0x25): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `int fmt::v8::detail::parse_nonnegative_int<char>(char const*&, char const*, int)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail21parse_nonnegative_intIcEEiRPKT_S5_i[_ZN3fmt2v86detail21parse_nonnegative_intIcEEiRPKT_S5_i]+0x7a): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `bool fmt::v8::detail::check_char_specs<char, fmt::v8::detail::error_handler>(fmt::v8::basic_format_specs<char> const&, fmt::v8::detail::error_handler&&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail16check_char_specsIcNS1_13error_handlerEEEbRKNS0_18basic_format_specsIT_EEOT0_[_ZN3fmt2v86detail16check_char_specsIcNS1_13error_handlerEEEbRKNS0_18basic_format_specsIT_EEOT0_]+0x52): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `bool fmt::v8::detail::check_cstring_type_spec<fmt::v8::detail::error_handler>(fmt::v8::presentation_type, fmt::v8::detail::error_handler&&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail23check_cstring_type_specINS1_13error_handlerEEEbNS0_17presentation_typeEOT_[_ZN3fmt2v86detail23check_cstring_type_specINS1_13error_handlerEEEbNS0_17presentation_typeEOT_]+0x2c): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write_int_noinline<char, fmt::v8::appender, unsigned int>(fmt::v8::appender, fmt::v8::detail::write_int_arg<unsigned int>, fmt::v8::basic_format_specs<char> const&, fmt::v8::detail::locale_ref)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail18write_int_noinlineIcNS0_8appenderEjEET0_S4_NS1_13write_int_argIT1_EERKNS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail18write_int_noinlineIcNS0_8appenderEjEET0_S4_NS1_13write_int_argIT1_EERKNS0_18basic_format_specsIT_EENS1_10locale_refE]+0x91e): undefined reference to `fmt::v8::detail::throw_format_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::detail::float_specs fmt::v8::detail::parse_float_type_spec<fmt::v8::detail::error_handler, char>(fmt::v8::basic_format_specs<char> const&, fmt::v8::detail::error_handler&&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail21parse_float_type_specINS1_13error_handlerEcEENS1_11float_specsERKNS0_18basic_format_specsIT0_EEOT_[_ZN3fmt2v86detail21parse_float_type_specINS1_13error_handlerEcEENS1_11float_specsERKNS0_18basic_format_specsIT0_EEOT_]+0xe5): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::detail::fill_t<char>::operator=(fmt::v8::basic_string_view<char>)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail6fill_tIcEaSENS0_17basic_string_viewIcEE[_ZN3fmt2v86detail6fill_tIcEaSENS0_17basic_string_viewIcEE]+0x39): undefined reference to `fmt::v8::detail::throw_format_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `int fmt::v8::detail::get_dynamic_spec<fmt::v8::detail::width_checker, fmt::v8::basic_format_arg<fmt::v8::basic_format_context<fmt::v8::appender, char> >, fmt::v8::detail::error_handler>(fmt::v8::basic_format_arg<fmt::v8::basic_format_context<fmt::v8::appender, char> >, fmt::v8::detail::error_handler)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail16get_dynamic_specINS1_13width_checkerENS0_16basic_format_argINS0_20basic_format_contextINS0_8appenderEcEEEENS1_13error_handlerEEEiT0_T1_[_ZN3fmt2v86detail16get_dynamic_specINS1_13width_checkerENS0_16basic_format_argINS0_20basic_format_contextINS0_8appenderEcEEEENS1_13error_handlerEEEiT0_T1_]+0x274): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `char const* fmt::v8::detail::do_parse_arg_id<char, fmt::v8::detail::parse_width<char, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&)::width_adapter&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail15do_parse_arg_idIcRZNS1_11parse_widthIcRNS1_13specs_checkerINS1_13specs_handlerIcEEEEEEPKT_SB_SB_OT0_E13width_adapterEESB_SB_SB_SD_[_ZN3fmt2v86detail15do_parse_arg_idIcRZNS1_11parse_widthIcRNS1_13specs_checkerINS1_13specs_handlerIcEEEEEEPKT_SB_SB_OT0_E13width_adapterEESB_SB_SB_SD_]+0xe6): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `int fmt::v8::detail::get_dynamic_spec<fmt::v8::detail::precision_checker, fmt::v8::basic_format_arg<fmt::v8::basic_format_context<fmt::v8::appender, char> >, fmt::v8::detail::error_handler>(fmt::v8::basic_format_arg<fmt::v8::basic_format_context<fmt::v8::appender, char> >, fmt::v8::detail::error_handler)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail16get_dynamic_specINS1_17precision_checkerENS0_16basic_format_argINS0_20basic_format_contextINS0_8appenderEcEEEENS1_13error_handlerEEEiT0_T1_[_ZN3fmt2v86detail16get_dynamic_specINS1_17precision_checkerENS0_16basic_format_argINS0_20basic_format_contextINS0_8appenderEcEEEENS1_13error_handlerEEEiT0_T1_]+0x274): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `char const* fmt::v8::detail::do_parse_arg_id<char, fmt::v8::detail::parse_precision<char, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&)::precision_adapter&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail15do_parse_arg_idIcRZNS1_15parse_precisionIcRNS1_13specs_checkerINS1_13specs_handlerIcEEEEEEPKT_SB_SB_OT0_E17precision_adapterEESB_SB_SB_SD_[_ZN3fmt2v86detail15do_parse_arg_idIcRZNS1_15parse_precisionIcRNS1_13specs_checkerINS1_13specs_handlerIcEEEEEEPKT_SB_SB_OT0_E17precision_adapterEESB_SB_SB_SD_]+0xe6): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write_int_noinline<char, fmt::v8::appender, unsigned long>(fmt::v8::appender, fmt::v8::detail::write_int_arg<unsigned long>, fmt::v8::basic_format_specs<char> const&, fmt::v8::detail::locale_ref)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail18write_int_noinlineIcNS0_8appenderEmEET0_S4_NS1_13write_int_argIT1_EERKNS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail18write_int_noinlineIcNS0_8appenderEmEET0_S4_NS1_13write_int_argIT1_EERKNS0_18basic_format_specsIT_EENS1_10locale_refE]+0x9c1): undefined reference to `fmt::v8::detail::throw_format_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write_int_noinline<char, fmt::v8::appender, unsigned __int128>(fmt::v8::appender, fmt::v8::detail::write_int_arg<unsigned __int128>, fmt::v8::basic_format_specs<char> const&, fmt::v8::detail::locale_ref)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail18write_int_noinlineIcNS0_8appenderEoEET0_S4_NS1_13write_int_argIT1_EERKNS0_18basic_format_specsIT_EENS1_10locale_refE[_ZN3fmt2v86detail18write_int_noinlineIcNS0_8appenderEoEET0_S4_NS1_13write_int_argIT1_EERKNS0_18basic_format_specsIT_EENS1_10locale_refE]+0xaff): undefined reference to `fmt::v8::detail::throw_format_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `void fmt::v8::detail::check_int_type_spec<fmt::v8::detail::error_handler&>(fmt::v8::presentation_type, fmt::v8::detail::error_handler&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail19check_int_type_specIRNS1_13error_handlerEEEvNS0_17presentation_typeEOT_[_ZN3fmt2v86detail19check_int_type_specIRNS1_13error_handlerEEEvNS0_17presentation_typeEOT_]+0x26): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `void fmt::v8::detail::check_string_type_spec<fmt::v8::detail::error_handler>(fmt::v8::presentation_type, fmt::v8::detail::error_handler&&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail22check_string_type_specINS1_13error_handlerEEEvNS0_17presentation_typeEOT_[_ZN3fmt2v86detail22check_string_type_specINS1_13error_handlerEEEvNS0_17presentation_typeEOT_]+0x25): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `char const* fmt::v8::detail::do_parse_arg_id<char, fmt::v8::detail::parse_replacement_field<char, fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler&>(char const*, char const*, fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler&)::id_adapter&>(char const*, char const*, fmt::v8::detail::vformat_to<char>(fmt::v8::detail::buffer<char>&, fmt::v8::basic_string_view<char>, fmt::v8::basic_format_args<fmt::v8::basic_format_context<std::conditional<std::is_same<fmt::v8::type_identity<char>::type, char>::value, fmt::v8::appender, std::back_insert_iterator<fmt::v8::detail::buffer<fmt::v8::type_identity<char>::type> > >::type, fmt::v8::type_identity<char>::type> >, fmt::v8::detail::locale_ref)::format_handler&)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail15do_parse_arg_idIcRZNS1_23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS6_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS6_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS5_ISH_EEEE4typeESH_EEEENS1_10locale_refEE14format_handlerEEPKS6_SV_SV_OT0_E10id_adapterEESV_SV_SV_SX_[_ZN3fmt2v86detail15do_parse_arg_idIcRZNS1_23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS6_EENS0_17basic_format_argsINS0_20basic_format_contextINSt11conditionalIXsrSt7is_sameINS0_13type_identityIS6_E4typeEcE5valueENS0_8appenderESt20back_insert_iteratorINS5_ISH_EEEE4typeESH_EEEENS1_10locale_refEE14format_handlerEEPKS6_SV_SV_OT0_E10id_adapterEESV_SV_SV_SX_]+0xe6): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `char fmt::v8::detail::decimal_point<char>(fmt::v8::detail::locale_ref)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail13decimal_pointIcEET_NS1_10locale_refE[_ZN3fmt2v86detail13decimal_pointIcEET_NS1_10locale_refE]+0x18): undefined reference to `char fmt::v8::detail::decimal_point_impl<char>(fmt::v8::detail::locale_ref)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::appender fmt::v8::detail::write_exponent<char, fmt::v8::appender>(int, fmt::v8::appender)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail14write_exponentIcNS0_8appenderEEET0_iS4_[_ZN3fmt2v86detail14write_exponentIcNS0_8appenderEEET0_iS4_]+0x4e): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `fmt::v8::detail::thousands_sep_result<char> fmt::v8::detail::thousands_sep<char>(fmt::v8::detail::locale_ref)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail13thousands_sepIcEENS1_20thousands_sep_resultIT_EENS1_10locale_refE[_ZN3fmt2v86detail13thousands_sepIcEENS1_20thousands_sep_resultIT_EENS1_10locale_refE]+0x33): undefined reference to `fmt::v8::detail::thousands_sep_result<char> fmt::v8::detail::thousands_sep_impl<char>(fmt::v8::detail::locale_ref)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `unsigned long long fmt::v8::detail::width_checker<fmt::v8::detail::error_handler>::operator()<int, 0>(int)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclIiLi0EEEyT_[_ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclIiLi0EEEyT_]+0x36): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `unsigned long long fmt::v8::detail::width_checker<fmt::v8::detail::error_handler>::operator()<unsigned int, 0>(unsigned int)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclIjLi0EEEyT_[_ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclIjLi0EEEyT_]+0x36): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `unsigned long long fmt::v8::detail::width_checker<fmt::v8::detail::error_handler>::operator()<long long, 0>(long long)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclIxLi0EEEyT_[_ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclIxLi0EEEyT_]+0x39): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `unsigned long long fmt::v8::detail::width_checker<fmt::v8::detail::error_handler>::operator()<unsigned long long, 0>(unsigned long long)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclIyLi0EEEyT_[_ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclIyLi0EEEyT_]+0x39): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o: in function `unsigned long long fmt::v8::detail::width_checker<fmt::v8::detail::error_handler>::operator()<__int128, 0>(__int128)':
mocs_compilation.cpp:(.text._ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclInLi0EEEyT_[_ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclInLi0EEEyT_]+0x50): undefined reference to `fmt::v8::detail::error_handler::on_error(char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/Havoc_autogen/mocs_compilation.cpp.o:mocs_compilation.cpp:(.text._ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclIoLi0EEEyT_[_ZN3fmt2v86detail13width_checkerINS1_13error_handlerEEclIoLi0EEEyT_]+0x50): more undefined references to `fmt::v8::detail::error_handler::on_error(char const*)' follow
/usr/bin/ld: CMakeFiles/Havoc.dir/src/Havoc.cc.o: in function `httplib::ClientImpl::process_request(httplib::Stream&, httplib::Request&, httplib::Response&, bool, httplib::Error&)':
Havoc.cc:(.text._ZN7httplib10ClientImpl15process_requestERNS_6StreamERNS_7RequestERNS_8ResponseEbRNS_5ErrorE[_ZN7httplib10ClientImpl15process_requestERNS_6StreamERNS_7RequestERNS_8ResponseEbRNS_5ErrorE]+0x11b): undefined reference to `SSL_peek'
/usr/bin/ld: Havoc.cc:(.text._ZN7httplib10ClientImpl15process_requestERNS_6StreamERNS_7RequestERNS_8ResponseEbRNS_5ErrorE[_ZN7httplib10ClientImpl15process_requestERNS_6StreamERNS_7RequestERNS_8ResponseEbRNS_5ErrorE]+0x137): undefined reference to `SSL_get_error'
/usr/bin/ld: CMakeFiles/Havoc.dir/src/Havoc.cc.o: in function `httplib::SSLClient::SSLClient(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
Havoc.cc:(.text._ZN7httplib9SSLClientC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_[_ZN7httplib9SSLClientC5ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_]+0xa9): undefined reference to `TLS_client_method'
/usr/bin/ld: Havoc.cc:(.text._ZN7httplib9SSLClientC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_[_ZN7httplib9SSLClientC5ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_]+0xb1): undefined reference to `SSL_CTX_new'
/usr/bin/ld: Havoc.cc:(.text._ZN7httplib9SSLClientC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_[_ZN7httplib9SSLClientC5ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_]+0x1a7): undefined reference to `SSL_CTX_set_default_passwd_cb_userdata'
/usr/bin/ld: Havoc.cc:(.text._ZN7httplib9SSLClientC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_[_ZN7httplib9SSLClientC5ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_]+0x1d1): undefined reference to `SSL_CTX_use_certificate_file'
/usr/bin/ld: Havoc.cc:(.text._ZN7httplib9SSLClientC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_[_ZN7httplib9SSLClientC5ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_]+0x200): undefined reference to `SSL_CTX_use_PrivateKey_file'
/usr/bin/ld: Havoc.cc:(.text._ZN7httplib9SSLClientC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_[_ZN7httplib9SSLClientC5ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_S8_S8_]+0x228): undefined reference to `SSL_CTX_free'
/usr/bin/ld: CMakeFiles/Havoc.dir/src/Havoc.cc.o: in function `httplib::SSLClient::set_ca_cert_store(x509_store_st*)':
Havoc.cc:(.text._ZN7httplib9SSLClient17set_ca_cert_storeEP13x509_store_st[_ZN7httplib9SSLClient17set_ca_cert_storeEP13x509_store_st]+0x3a): undefined reference to `SSL_CTX_get_cert_store'
/usr/bin/ld: Havoc.cc:(.text._ZN7httplib9SSLClient17set_ca_cert_storeEP13x509_store_st[_ZN7httplib9SSLClient17set_ca_cert_storeEP13x509_store_st]+0x5f): undefined reference to `SSL_CTX_set_cert_store'
/usr/bin/ld: CMakeFiles/Havoc.dir/src/Havoc.cc.o: in function `httplib::SSLClient::load_certs()::{lambda()#1}::operator()() const':
Havoc.cc:(.text._ZZN7httplib9SSLClient10load_certsEvENKUlvE_clEv[_ZZN7httplib9SSLClient10load_certsEvENKUlvE_clEv]+0x8b): undefined reference to `SSL_CTX_load_verify_locations'
/usr/bin/ld: Havoc.cc:(.text._ZZN7httplib9SSLClient10load_certsEvENKUlvE_clEv[_ZZN7httplib9SSLClient10load_certsEvENKUlvE_clEv]+0xf7): undefined reference to `SSL_CTX_load_verify_locations'
/usr/bin/ld: Havoc.cc:(.text._ZZN7httplib9SSLClient10load_certsEvENKUlvE_clEv[_ZZN7httplib9SSLClient10load_certsEvENKUlvE_clEv]+0x132): undefined reference to `SSL_CTX_set_default_verify_paths'
/usr/bin/ld: CMakeFiles/Havoc.dir/src/Havoc.cc.o: in function `httplib::SSLClient::initialize_ssl(httplib::ClientImpl::Socket&, httplib::Error&)::{lambda(ssl_st*)#1}::operator()(ssl_st*) const':
Havoc.cc:(.text._ZZN7httplib9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEENKUlP6ssl_stE_clES7_[_ZZN7httplib9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEENKUlP6ssl_stE_clES7_]+0x67): undefined reference to `SSL_set_verify'
/usr/bin/ld: Havoc.cc:(.text._ZZN7httplib9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEENKUlP6ssl_stE_clES7_[_ZZN7httplib9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEENKUlP6ssl_stE_clES7_]+0x9e): undefined reference to `SSL_connect'
/usr/bin/ld: Havoc.cc:(.text._ZZN7httplib9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEENKUlP6ssl_stE_clES7_[_ZZN7httplib9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEENKUlP6ssl_stE_clES7_]+0xed): undefined reference to `SSL_get_verify_result'
/usr/bin/ld: Havoc.cc:(.text._ZZN7httplib9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEENKUlP6ssl_stE_clES7_[_ZZN7httplib9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEENKUlP6ssl_stE_clES7_]+0x128): undefined reference to `SSL_get1_peer_certificate'
/usr/bin/ld: CMakeFiles/Havoc.dir/src/Havoc.cc.o: in function `httplib::SSLClient::initialize_ssl(httplib::ClientImpl::Socket&, httplib::Error&)::{lambda(ssl_st*)#2}::operator()(ssl_st*) const':
Havoc.cc:(.text._ZZN7httplib9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEENKUlP6ssl_stE0_clES7_[_ZZN7httplib9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEENKUlP6ssl_stE0_clES7_]+0x3f): undefined reference to `SSL_ctrl'
/usr/bin/ld: CMakeFiles/Havoc.dir/src/Havoc.cc.o: in function `fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char> >::operator=(fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char> >&&)':
Havoc.cc:(.text._ZN3fmt2v819basic_memory_bufferIcLm250ESaIcEEaSEOS3_[_ZN3fmt2v819basic_memory_bufferIcLm250ESaIcEEaSEOS3_]+0x38): undefined reference to `fmt::v8::detail::assert_fail(char const*, int, char const*)'
/usr/bin/ld: CMakeFiles/Havoc.dir/src/Havoc.cc.o: in function `ssl_st* httplib::detail::ssl_new<httplib::SSLClient::initialize_ssl(httplib::ClientImpl::Socket&, httplib::Error&)::{lambda(ssl_st*)#1}, httplib::SSLClient::initialize_ssl(httplib::ClientImpl::Socket&, httplib::Error&)::{lambda(ssl_st*)#2}>(int, ssl_ctx_st*, std::mutex&, httplib::SSLClient::initialize_ssl(httplib::ClientImpl::Socket&, httplib::Error&)::{lambda(ssl_st*)#1}, httplib::SSLClient::initialize_ssl(httplib::ClientImpl::Socket&, httplib::Error&)::{lambda(ssl_st*)#2})':
Havoc.cc:(.text._ZN7httplib6detail7ssl_newIZNS_9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEEUlP6ssl_stE_ZNS2_14initialize_sslES5_S7_EUlS9_E0_EES9_iP10ssl_ctx_stRSt5mutexT_T0_[_ZN7httplib6detail7ssl_newIZNS_9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEEUlP6ssl_stE_ZNS2_14initialize_sslES5_S7_EUlS9_E0_EES9_iP10ssl_ctx_stRSt5mutexT_T0_]+0x4e): undefined reference to `SSL_new'
/usr/bin/ld: Havoc.cc:(.text._ZN7httplib6detail7ssl_newIZNS_9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEEUlP6ssl_stE_ZNS2_14initialize_sslES5_S7_EUlS9_E0_EES9_iP10ssl_ctx_stRSt5mutexT_T0_[_ZN7httplib6detail7ssl_newIZNS_9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEEUlP6ssl_stE_ZNS2_14initialize_sslES5_S7_EUlS9_E0_EES9_iP10ssl_ctx_stRSt5mutexT_T0_]+0xbd): undefined reference to `SSL_set_bio'
/usr/bin/ld: Havoc.cc:(.text._ZN7httplib6detail7ssl_newIZNS_9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEEUlP6ssl_stE_ZNS2_14initialize_sslES5_S7_EUlS9_E0_EES9_iP10ssl_ctx_stRSt5mutexT_T0_[_ZN7httplib6detail7ssl_newIZNS_9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEEUlP6ssl_stE_ZNS2_14initialize_sslES5_S7_EUlS9_E0_EES9_iP10ssl_ctx_stRSt5mutexT_T0_]+0x10b): undefined reference to `SSL_shutdown'
/usr/bin/ld: Havoc.cc:(.text._ZN7httplib6detail7ssl_newIZNS_9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEEUlP6ssl_stE_ZNS2_14initialize_sslES5_S7_EUlS9_E0_EES9_iP10ssl_ctx_stRSt5mutexT_T0_[_ZN7httplib6detail7ssl_newIZNS_9SSLClient14initialize_sslERNS_10ClientImpl6SocketERNS_5ErrorEEUlP6ssl_stE_ZNS2_14initialize_sslES5_S7_EUlS9_E0_EES9_iP10ssl_ctx_stRSt5mutexT_T0_]+0x12a): undefined reference to `SSL_free'
collect2: error: ld returned 1 exit status
gmake[3]: *** [CMakeFiles/Havoc.dir/build.make:518: ../Havoc] Error 1
gmake[2]: *** [CMakeFiles/Makefile2:84: CMakeFiles/Havoc.dir/all] Error 2
gmake[1]: *** [Makefile:91: all] Error 2
make: *** [makefile:9: all] Error 2
parallels@ubuntu-linux-22-04-02-desktop:~/Desktop/Havoc/client$

Did You Read Over Your Issue First?

hello-sucess commented 5 months ago
image
Cracked5pider commented 5 months ago

DO NOT USE THE REWRITE BRANCH !!!!!!!!!!!

I am going to ignore this issue.