Replies: 1 comment
-
My apologies. I noticed after posting this that building for macOS was failing. Again, my apologies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the error that I am getting. Any suggestions?
[ 0%] Built target sfmt
[ 1%] Built target argon2
[ 2%] Built target fmt
[ 6%] Built target g3dlib
[ 6%] Built target Detour
[ 7%] Built target Recast
[ 7%] Built target gsoap
[ 7%] Built target mpq
[ 12%] Built target common
[ 12%] Built target revision.h
[ 14%] Built target database
[ 15%] Built target shared
[ 15%] Linking CXX executable authserver
Undefined symbols for architecture x86_64:
"_OSSL_PROVIDER_load", referenced from:
OpenSSLCrypto::threadsSetup() in libcommon.a(OpenSSLCrypto.cpp.o)
"_OSSL_PROVIDER_set_default_search_path", referenced from:
OpenSSLCrypto::threadsCleanup() in libcommon.a(OpenSSLCrypto.cpp.o)
"_OSSL_PROVIDER_unload", referenced from:
OpenSSLCrypto::threadsCleanup() in libcommon.a(OpenSSLCrypto.cpp.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/server/apps/authserver] Error 1
make[1]: *** [src/server/apps/CMakeFiles/authserver.dir/all] Error 2
Beta Was this translation helpful? Give feedback.
All reactions