zhangkaiad 发表于 2016-12-27 20:50:44

centos7.2 安装lnmp1.4 出错

kdir: cannot create directory ‘/home/wwwroot/default/phpmyadmin/upload’: No such file or directory
mkdir: cannot create directory ‘/home/wwwroot/default/phpmyadmin/save’: No such file or directory
chmod: cannot access ‘/home/wwwroot/default/phpmyadmin/’: No such file or directory
chown: invalid user: ‘www:www’
============================phpMyAdmin install completed=======================
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
Add Startup and Starting LNMP...
Add nginx service at system startup...
error reading information on service nginx: No such file or directory
error reading information on service nginx: No such file or directory
include/end.sh: line 42: /etc/init.d/nginx: No such file or directory
Add mysql service at system startup...
error reading information on service mysql: Invalid argument
error reading information on service mysql: Invalid argument
Add php-fpm service at system startup...
error reading information on service php-fpm: No such file or directory
error reading information on service php-fpm: No such file or directory
include/end.sh: line 54: /etc/init.d/php-fpm: No such file or directory
============================== Check install ==============================
Checking ...
Error: Nginx install failed.
Error: MySQL install failed.
Error: PHP install failed.
Sorry, Failed to install LNMP!
Please visit https://bbs.vpser.net/forum-25-1.html feedback errors and logs.

licess 发表于 2016-12-28 09:51:15

CMake Error at libmysqld/examples/cmake_install.cmake:42 (FILE):
file INSTALL cannot copy file
"/root/lnmp1.4/src/mysql-5.7.16/libmysqld/examples/mysql_embedded" to
"/usr/local/mysql/bin/mysql_embedded".
Call Stack (most recent call first):
cmake_install.cmake:120 (INCLUDE)


make: *** Error 1
groupadd: /etc/group.17111: No space left on device
日志上显示空间不够用

zhangkaiad 发表于 2017-1-7 11:45:35

找到问题了 。
vagrant box centos7.2 默认分配9G存储空间 。 安装lnmp选择mysql5.7时,所需空间大于6g改为mysql5.6可以顺利安装,预安装的东西略多,临时存储空间过小

rhinocero 发表于 2017-7-25 20:03:44

我也是这个问题,但是我装的就是mysql5.6      也是这样的问题,但是在别的VPS上就没问题
页: [1]
查看完整版本: centos7.2 安装lnmp1.4 出错