Questions tagged [libboost]

7 questions
7
votes
1 answer

mongod: symbol lookup error: mongod: undefined symbol: _ZN5boost6detail13once_epoch_cvE

Iam having trouble with my mongodb install : when I run sudo mongod, I get mongod: symbol lookup error: mongod: undefined symbol: _ZN5boost6detail13once_epoch_cvE uname -a Linux xyz 3.2.0-4-686-pae #1 SMP Debian 3.2.65-1+deb7u2 i686 GNU/Linux which…
3agelx45
  • 93
  • 5
1
vote
1 answer

how to install and configure libboost and dlib for python 3.6 on CentOS 7

I have this setup CentOS 7 64bit Python 2.7 and 3.6 pip and pip3.6 dlib 19.3 libboost 1.53 I've dlib 19.3.0 libboost 1.53 working properly with python 2.7 Now I need to run dlib and libboost with python 3. I tried several things but no luck. I get…
Ergec
  • 578
  • 1
  • 7
  • 25
1
vote
1 answer

Installing Boost on CentOS 6.5 (Rocks 6.1.1)

I have a Rocks 6.1.1 (with CentOS 6.5) installed on a VM, and I'm trying to get Boost installed on it. I tried doing yum install boost-devel. However, it complains about missing dependencies: Error: Package: boost-devel-1.41.0-18.el6.i686…
Santiago
  • 111
  • 4
1
vote
2 answers

macports boost, but need an old version of boost

I am not new to unix, but I am new to Mac OS. I have seen that its pretty easy to use macports to get/build the tip version of boost. But I need to get/build/install boost v1.41, not the latest boost. That is because the test framework I am…
zap foster
  • 11
  • 2
0
votes
1 answer

Libboost 1.38.0 on Ubuntu 11.04 Natty

I have a Linux/Ubuntu DLL that depends on libboost_thread-mt.so.1.38.0. I've tried various ways including building my own version of LibBoost 1.38.0 yet none of my methods have worked. I was wondering if 1.38.0 is available pre-compiled on earlier…
Josh Ferrara
  • 103
  • 2
0
votes
1 answer

configure, if only newer version of the required lib available

I'd like to ./configure a software, that requires: libboost1.35-dev libboost-filesystem1.35-dev libboost-thread1.35-dev My distribution (Ubuntu 9.10) has only 1.40, and the configuration process fails with message: libboost1.35-dev library is not…
erenon
  • 253
  • 1
  • 8
-2
votes
1 answer

Boost libraries ! :(

I am in the process of running some tests on a cluster which has CENTOS 5 x86_64 kernel 2.6.18. I need to install a software there which needs boost>=1.42. I have looked around but cant seem to find the solution. I tried installing via YUM but it…