Hello. I’m a Korean developer.
I want to connect to MongoDB from CentOS 7.
I made a “make server” in ChatScriptSRC.
But, I can’t “make mongoserver”...
If you look at the logs, It appears as follows.
/usr/bin/ld: cannot find -lsasl2
/usr/bin/ld: cannot find -lmongoc-1.0
/usr/bin/ld: cannot find -lbson-1.0
collect2: error: ld returned 1 exit status
make: *** [binary] Error 1
How can I make a mongoserver?