您的位置:首页 > 运维架构 > Nginx

ubuntu nginx configure 需要额外安装的库

2015-09-11 09:03 573 查看
系统: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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: