sloan 发表于 2021-10-28 12:29:30

Ubuntu 20.04.3 LTS安装lnmp1.8失败

============================== Check install ==============================
Checking ...
Error: Nginx install failed.
Error: MySQL install failed.
Error: PHP install failed.
Sorry, Failed to install LNMP!
具体情况见附件lnmp-install.log

licess 发表于 2021-10-28 16:52:48

--2021-10-28 12:14:11--https://soft.vpser.net/lib/openssl/openssl-1.1.1k.tar.gz
Resolving soft.vpser.net (soft.vpser.net)... 183.131.200.87, 183.131.200.94, 183.131.200.90, ...
Connecting to soft.vpser.net (soft.vpser.net)|183.131.200.87|:443... connected.
Unable to establish SSL connection.
tar (child): openssl-1.1.1k.tar.gz: Cannot open: No such file or directory
。。。。。
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libssl-dev : Depends: libssl1.1 (= 1.1.1f-1ubuntu2.8) but 1.1.1f-1ubuntu2.9 is to be installed
E: Unable to correct problems, you have held broken packages.

有软件包未下载下来,可以尝试使用full包
另外你系统上依赖关系有问题,可以尝试使用 apt install libssl1.1=1.1.1f-1ubuntu2.8 进行修复
再 apt install libssl-dev 安装正常不报错后再安装lnmp

sloan 发表于 2021-11-11 17:20:30

licess 发表于 2021-10-28 16:52
有软件包未下载下来,可以尝试使用full包
另外你系统上依赖关系有问题,可以尝试使用 apt install libssl1 ...

你好,按照你说的已经解决了,谢谢!
页: [1]
查看完整版本: Ubuntu 20.04.3 LTS安装lnmp1.8失败