-
Type:
Task
-
Resolution: Done
-
Priority:
Blocker - P1
-
None
-
Affects Version/s: 3.0.1
-
Component/s: None
-
None
-
Environment:Ubuntu 14.04
GCC 4.8.5
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I have installed libbson and C mongodb driver. I then tried to install the C++ new driver which gave me this error:
```
CMake Error at /home/cortana/Desktop/mongo-cxx-driver-master/build/src/bsoncxx/third_party/EP_mnmlstc_core-prefix/src/EP_mnmlstc_core-stamp/EP_mnmlstc_core-install-Release.cmake:16 (message):
Command failed: 2
'make' 'install'
See also
/home/cortana/Desktop/mongo-cxx-driver-master/build/src/bsoncxx/third_party/EP_mnmlstc_core-prefix/src/EP_mnmlstc_core-stamp/EP_mnmlstc_core-install-*.log
make[2]: *** [src/bsoncxx/third_party/EP_mnmlstc_core-prefix/src/EP_mnmlstc_core-stamp/EP_mnmlstc_core-install] Error 1
make[1]: *** [src/bsoncxx/third_party/CMakeFiles/EP_mnmlstc_core.dir/all] Error 2
make: *** [all] Error 2
```
How do I remove this error and install the driver?