【发布时间】:2018-10-21 20:28:45
【问题描述】:
我正在尝试将 nginx 安装在 亚马逊 Linux AMI
但是当我尝试运行命令时
sudo yum 安装 nginx
错误如下
Loaded plugins: langpacks, priorities, update-motd
Resolving Dependencies
--> Running transaction check
---> Package nginx.x86_64 0:1.14.0-1.el6.ngx will be installed
--> Processing Dependency: libpcre.so.0()(64bit) for package: nginx-1.14.0-1.el6.ngx.x86_64
--> Finished Dependency Resolution
Error: Package: nginx-1.14.0-1.el6.ngx.x86_64 (nginx)
Requires: libpcre.so.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
【问题讨论】:
标签: linux nginx amazon-ec2 installation amazon-linux