linux安装mongo c++ driver,出现Checking for C++ library boost_thread-mt... no的解决办法
摘要:build mongo-cxx-driver-v2.2从mongodb官方网站下载mongo c++ driver程序包:mongodb-linux-x86_64-2.2.0.tar。解压后运行scons。$ cd mongo-cxx-driver-v2.2$ sconsscons: Reading SConscript files ...Checking for C++ library boost_thread-mt... noChecking for C++ library boost_thread... no出现问题。可见它依赖于boost库。用apt-get安装boost开发和文档库$
阅读全文
posted @
2012-08-31 11:58
深圳市路云信息科技有限公司
阅读(4059)
推荐(0)