sergei
Results
1
comments of
sergei
I had the same issue, commented these checks out in configure.ac and the build worked: +#AC_CHECK_LIB([folly],[getenv],[],[AC_MSG_ERROR( +# [Please install the folly library])]) +#AC_CHECK_LIB([sodium],[sodium_init],[],[AC_MSG_ERROR( +# [Please install the libsodium library])]) +#AC_CHECK_LIB([fizz],[getenv],[],[AC_MSG_ERROR(...