系统:ubuntu
安装nginx
./configure 报错误:the HTTP rewrite module requires the PREC Liberary
安装 PREC Liberary
这使用的是root 用户
apt-get upgrade
apt-get install libpcre3 libpcre3-deverror:The HTTP gzip module requires the zlib Liberary
安装zlibc库
apt-get install zlibc
apt-get install zlib1g.dev
本文详细介绍了在Ubuntu环境下,解决安装Nginx时遇到的依赖库错误,包括如何正确安装libpcre3、libpcre3-dev及zlibc库,并最终成功部署Nginx。
3775

被折叠的 条评论
为什么被折叠?



