Hi David, thanks for the reply.
I followed the installation commands provided in the installation guide. The only change is that I had to run 'sudo cmake ...' and 'sudo make' before running before 'sudo make install' since I was getting permission errors with cmake on its own.
So to specify:
"sudo cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local .."
"sudo make EP_mnmlstc_core"
then "sudo make && sudo make install"
It was a little odd than I needed to run sudo with cmake to get it to work but assumed that had to do with /usr/local requiring root permissions.
Running pkg-config --cflags libmongocxx returns -I/usr/local/include/mongocxx/v_noabi -I/usr/local/include/libmongoc-1/0 -I/usr/local/include/bsoncxx/v_noabi -I/user/local/include/libbson-1.0
pkg-config --libs libmongocxx returns -L/usr/local/lib -lmongocxx lbsoncxx
As far as I can tell that is correct and as I said it compiles fine. Hopefully you can make more sense of what's going on since I'm at a loss right now.
Thanks,
Claudio