seobishop 发表于 2016-12-27 16:14:14

centos 6.8 64位 lnmp1.3 安装失败

请高手帮忙看看,一直用的军爷的包,不想换其他的安装包

test -d '/usr/local/nginx/logs' \
                || mkdir -p '/usr/local/nginx/logs'
test -d '/usr/local/nginx/html' \
                || cp -R html '/usr/local/nginx'
test -d '/usr/local/nginx/logs' \
                || mkdir -p '/usr/local/nginx/logs'
make: Leaving directory `/home/soft/lnmp1.3-full/src/nginx-1.10.0'
mkdir: missing operand
Try `mkdir --help' for more information.
chmod: missing operand after `+w'
Try `chmod --help' for more information.
chown: missing operand after `www:www'
Try `chown --help' for more information.
Create PHP Info Tool...
Copy PHP Prober...
============================Install PHPMyAdmin=================================
============================phpMyAdmin install completed=======================
iptables: Saving firewall rules to /etc/sysconfig/iptables: 
Add Startup and Starting LNMP...
Add nginx service at system startup...
Starting nginx... nginx: invalid number of arguments in "root" directive in /usr/local/nginx/conf/nginx.conf:66
failed
Add mysql service at system startup...
Starting MySQL.The server quit without updating PID file (/182192.68790.sys.ipv4.io.pid).
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:                               |
+------------------------------------------------------------------------+
|MySQL/MariaDB root password: BGTroot123!@#                        |
+------------------------------------------------------------------------+
+-------------------------------------------+
|    Manager for LNMP, Written by Licess    |
+-------------------------------------------+
|            http://lnmp.org            |
+-------------------------------------------+
nginx is stopped
php-fpm is runing!
MySQL is not running, but lock file (/var/lock/subsys/mysql) exists
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State      
tcp      0      0 127.0.0.1:53                0.0.0.0:*                   LISTEN      
tcp      0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      
tcp      0      0 127.0.0.1:953               0.0.0.0:*                   LISTEN      
tcp      0      0 ::1:53                      :::*                        LISTEN      
tcp      0      0 :::22                     :::*                        LISTEN      
tcp      0      0 ::1:953                     :::*                        LISTEN      


licess 发表于 2016-12-27 18:56:22

Print lnmp.conf infomation...
Download Mirror:
Nginx Additional Modules:
PHP Additional Modules:
Database Directory:
Default Website Directory:
lnmp.conf 里的信息都没有显示,估计可能lnmp.conf 丢失或有权限问题,运行卸载脚本,删除整个安装包和目录,重新下载安装一下看看
页: [1]
查看完整版本: centos 6.8 64位 lnmp1.3 安装失败