由于CentOS 5中yum源的boost库版本是1.33,而libtorrent-rasterbar需要1.36以上的boost库,只能源码编译boost库,再通过指定BOOST_ROOT环境变量进行编译。但是libtorrent-rasterbar无法识别boost库。求各位大神帮助
<pre>
Checking for boost libraries:
checking for boostlib >= 1.36... configure: error: We could not detect the boost libraries (version 1.36 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See
http://randspringer.de/boost for more documentation.
</pre>