欢迎光临
我们一直在努力

nginx安装时报错:Embed is required

建站超值云服务器,限时71元/月

安装nginx时使用的命令:

sudo ./configure –with-ld-opt="-Wl,-rpath,/opt/modules/luajit/lib"

–user=www –group=www –prefix=/opt/modules/nginx

–with-http_stub_status_module –with-http_ssl_module

–with-http_perl_module

–with-pcre=../pcre-8.39 –with-debug
–add-module=../ngx_devel_kit-master/

–add-module=../lua-nginx-module-master/

–add-module=../nginx_upstream_check_module-0.3.0/

解决方法:yum install perl perl-devel perl-ExtUtils-Embed

因为在nginx的安装过程中指定了加载with-http_perl_module模块,官网:http://nginx.org/en/docs/http/ngx_http_perl_module.html。

官网描述 :The ngx_http_perl_module module is used to implement location and
variable handlers in Perl and insert Perl calls into SSI.This module is not
built by default, it should be enabled with the –with-http_perl_module
configuration parameter.This module requires Perl version 5.6.1 or higher. The C
compiler should be compatible with the one used to build Perl.

要在nginx中使用perl模块,这时就需要安装perl了.也比较常用,所以在做系统的时候直接把这些装上。

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » nginx安装时报错:Embed is required
分享到: 更多 (0)