CentOS 6.3 has only rpm for boost_1.41.0 at the time I made the build. I had to build boost from source by myself.
- Clean up the old installation. Find all boost installations, then remove all old versions.
$ rpm -qa | grep boost $ yum remove boost boost-filesystem ...
cd boost_1.42.0 ./bootstrap sudo ./bjam --layout=tagged install
thank you mr. ben!
ReplyDelete