Hi, I am having some problems when trying to build mongo-cxx-driver-r4.0.0 from source on linux mint.
After executing “cmake … -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17”, it outputs some text about the dependency, modules and stuff.
And then it prints “CMake Error at build/_deps/mongo-c-driver-src/src/libmongoc/CMakeLists.txt:866 (message):
MONGODB-AWS requires a crypto library”
I searched about it on google but didn’t find anything related, later I even asked it to chatgpt, and it said to install libmongocrypt. I insatlled libmongocrypt but it didn’t solve the issue.
I am probably missing something or doing it the wrong way, but I really don’t know what because I am still a beginner. Please help me resolve this issue.
Thanks in advance!