yanqzh 发表于 2016-11-11 10:32:34

centos7 安装lnmp1.3显示applydeltarpm not installed

Updating for dependencies:
glib2                        x86_64 2.42.2-5.el7               base    2.2 M
libdb                        x86_64 5.3.21-19.el7                base    718 k
libdb-utils                  x86_64 5.3.21-19.el7                base    102 k

Transaction Summary
================================================================================
Install1 Package(+138 Dependent packages)
Upgrade             (   3 Dependent packages)

Total download size: 50 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.

因为不知道是什么错误,所以在这里直接ctrl+c中断了。

军哥,在线等

licess 发表于 2016-11-11 10:51:09

这是安装依赖包的过程,不需要关注,你只需要关注最后提示的结果是成功还是失败就行了

yanqzh 发表于 2016-11-11 10:55:21

现在已经通过以下两步暂时安装好applydeltarpm以继续安装lnmp
yum provides '*/applydeltarpm'
yum install deltarpm

yanqzh 发表于 2016-11-11 18:04:27

iptables: Saving firewall rules to /etc/sysconfig/iptables:
Add Startup and Starting LNMP...
Add nginx service at system startup...
Starting nginx...done
Add mysql service at system startup...
Starting MySQL.. SUCCESS!
Add php-fpm service at system startup...
Starting php-fpmdone
============================== Check install ==============================
Checking ...
Nginx: OK
MySQL: OK
PHP: OK
PHP-FPM: OK
Clean src directory...
+------------------------------------------------------------------------+
|          LNMP V1.3 for CentOS Linux Server, Written by Licess          |
+------------------------------------------------------------------------+
|         For more information please visit http://www.lnmp.org          |
+------------------------------------------------------------------------+
|    lnmp status manage: lnmp {start|stop|reload|restart|kill|status}    |
+------------------------------------------------------------------------+
|phpMyAdmin: http://IP/phpmyadmin/                                     |
|phpinfo: http://IP/phpinfo.php                                        |
|Prober:http://IP/p.php                                              |
+------------------------------------------------------------------------+
|Add VirtualHost: lnmp vhost add                                       |
+------------------------------------------------------------------------+
|Default directory: /home/wwwroot/default                              |
+------------------------------------------------------------------------+
|MySQL/MariaDB root password: *******                        |
+------------------------------------------------------------------------+
+-------------------------------------------+
|    Manager for LNMP, Written by Licess    |
+-------------------------------------------+
|            http://lnmp.org            |
+-------------------------------------------+
nginx (pid 8799 8798 8797 8796 8795) is running...
php-fpm is runing!
SUCCESS! MySQL running (9344)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address         Foreign Address         State      
tcp      0      0 0.0.0.0:80            0.0.0.0:*               LISTEN   
tcp      0      0 0.0.0.0:DDDDD         0.0.0.0:*               LISTEN   
tcp6       0      0 :::DDDD               :::*                  LISTEN   
tcp6       0      0 :::DDDDD                :::*                  LISTEN   
Install lnmp V1.3 completed! enjoy it.

licess 发表于 2016-11-11 19:22:05

安装成功了
页: [1]
查看完整版本: centos7 安装lnmp1.3显示applydeltarpm not installed