我在我的centOS-6机器上安装了boost_1_48_0但是当我安装了mapnik时它会显示:
检查Boost版本> = 1.34 ...没有 需要提升1.34或更高版本。
请解决此问题。
希望很快能收到你的回复。此致
Parmanand
答案 0 :(得分:0)
您可以配置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
如果这不能解决问题,请提供更多日志信息。