0

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

4

1 に答える 1

0

ブースト ディレクトリを構成できます。

./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

これで問題が解決しない場合は、さらにログ情報を提供してください。

于 2013-09-02T15:51:38.057 に答える