I installed boost_1_48_0 on my centOS-6 machine but when i installed mapnik then it shows:
Checking for Boost version >= 1.34... no Boost version 1.34 or greater is requred.
please resolve the issue.
hope to hear from you soon.
Regards,
Parmanand
ブースト ディレクトリを構成できます。
./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
ブーストのインストールでは、すべてのブースト ライブラリをインストールしました。
./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
これで問題が解決しない場合は、さらにログ情報を提供してください。