输入banner图图片脚本导航/分类

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教程有兴趣的朋友有所帮助。