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 (Rocks-6.1.1) Requires: libboost_serialization.so.5 Error: Package: boost-graph-1.41.0-18.el6.i686 (Rocks-6.1.1) Requires: libicuuc.so.42 Error: Package: boost-devel-1.41.0-18.el6.i686 (Rocks-6.1.1) Requires: libboost_math_tr1l.so.5 Error: Package: boost-devel-1.41.0-18.el6.i686 (Rocks-6.1.1) … Read more

Xeon, Linux and turbo boost technology

I have 4 core Xeon at my server and Debian, the CPU has turbo boost technology. Does the top command in linux show % cpu usage counting with the possibility of turbo boost ? I mean if I have 50% CPU usage does it mean I use half of the CPU with turbo boost included … Read more

Boost errors when compiling xbt on Debian

I’m trying to compile xbt on a Debian machine, but boost/make_shared.hpp is not found. In file included from ./stdafx.h:32, from ../misc/bvalue.cpp:1: ../misc/xbt/virtual_binary.h:5:33: error: boost/make_shared.hpp: No such file or directory ../misc/bvalue.cpp: In member function ‘Cvirtual_binary Cbvalue::read() const’: ../misc/bvalue.cpp:308: error: ‘BOOST_VERIFY’ was not declared in this scope apt-cache show libboost-dev says the following, if it helps: Package: … Read more

Unusual characters not loaded in Nginx Drupal Boost static cache

(Setup: Drupal 6.20, Boost 1.18, Nginx 0.7.67) When the URL of the boosted node contain character → or 中国新闻网新闻中心, the node is correctly cached in the cache directory, and correctly reflecting the URL. But when accessing the node, the uncached node loaded instead. Below is the Nginx rules I use: server { server_name *.com *.net … Read more

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 this error when i try to import … Read more

Where did yum put boost?

I installed boost.x86_64 on my Linux system: $ sudo yum install boost.x86_64 Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit Adding en_US to language list Loading mirror speeds from cached hostfile * fedora: mirror.uoregon.edu * updates: mirror.uoregon.edu Setting up Install Process Package boost-1.44.0-8.fc14.x86_64 already installed and latest version Nothing to do But when I looked for the … Read more