nginx编译过程中出现的几个错误及处理办法

错误提示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

posted @ 2020-01-09 14:27  邱石  阅读(2875)  评论(0)    收藏  举报