当前位置:首页 > 服务器技术 > nginx

ubuntunginxconfigure需要额外安装的库

系统:ubuntu

安装nginx

./configure 报错误:the HTTP rewrite module requires the PREC Liberary

安装 PREC Liberary

这使用的是root 用户

apt-get upgrade
apt-get install libpcre3 libpcre3-dev

error:The HTTP gzip module requires the zlib Liberary

安装zlibc库

apt-get install zlibc
apt-get install zlib1g.dev

版权声明:本文为博主原创文章,未经博主允许不得转载。

以上就介绍了ubuntu nginx configure 需要额外安装的库,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!