编译 postgis2.5.0 出现如下错误
/usr/local/sfcgal/lib64/libSFCGAL.so.1: undefined reference to boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::save(std::string const&)' /usr/local/sfcgal/lib64/libSFCGAL.so.1: undefined reference to
boost::archive::basic_binary_oprimitive<boost::archive::binary_oarchive, char, std::char_traits<char> >::save(std::string const&)'
/usr/local/sfcgal/lib64/libSFCGAL.so.1: undefined reference to boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::load(std::string&)' collect2: error: ld returned 1 exit status make[2]: *** [raster2pgsql] Error 1 make[2]: Leaving directory
/root/postgis-2.5.0/raster/loader'
make[1]: *** [rtloader] Error 2
make[1]: Leaving directory `/root/postgis-2.5.0/raster'
make: *** [all] Error 1</char>
boost 是自己编译的 1.66 版本,SFCGAL 也是自己编译的 1.3.4 版本,请问有谁知道该如何解决吗?