0
後仍表現出更低的版本我安裝boost_1_48_0在我的CentOS-6機,但是當我安裝Mapnik的話,就說明:更新用和安裝升壓
檢查升壓版本> = 1.34 ...沒有 加速版1.34或更高要求。
請解決此問題。
希望能儘快收到您的來信。
問候,
Parmanand
後仍表現出更低的版本我安裝boost_1_48_0在我的CentOS-6機,但是當我安裝Mapnik的話,就說明:更新用和安裝升壓
檢查升壓版本> = 1.34 ...沒有 加速版1.34或更高要求。
請解決此問題。
希望能儘快收到您的來信。
問候,
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
對於提升安裝,我安裝了所有升壓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
如果這樣不能解決問題,請給出更多的日誌信息。
無論如何上述問題已解決,但面臨新問題C++ boost_system,boost_filesystem,boost_thread依賴關係未找到 – Parmanand