錯誤提示1:
error: perl module ExtUtils::Embed is required
解決辦法:
yum -y install perl-devel perl-ExtUtils-Embed
錯誤提示2:
./configure: error: the GeoIP module requires the GeoIP library
解決辦法:
yum install geoip-devel
錯誤提示3:
./configure: error: the Google perftools module requires the Google perftools
library. You can either do not enable the module or install the library.
解決辦法:
yum install gperftools