我在我的 centOS-6 机器上安装了 boost_1_48_0 但是当我安装 mapnik 时它显示:
检查 Boost 版本 >= 1.34... 不需要 Boost 版本 1.34 或更高版本。
请解决问题。
希望早日收到你的消息。
问候,
帕尔马南
您可以配置 boost 目录:
./configure PREFIX=/path/to/your/mapnik/install/directory BOOST_INCLUDES=/path/to/your/boost/include/directory BOOST_LIBS=/path/to/your/boost/lib/directory
make && make
对于 boost 安装,我安装了所有 boost lib :
./bootstrap.sh --prefix=/path/to/your/boost/include/directory
./bjam
./bjam install
但是你可以安装你需要的库
./bootstrap.sh --prefix=/path/to/your/boost/include/directory -with-libraries=system,filesystem,thread
如果这不能解决问题,请提供更多日志信息。