make in progress,centos5安装wdcp时make in progress卡住的解决办法
2014-09-10 10:42:23 来源: 浏览: 次
导读:
如图所示:make install in progress
今天春哥在本地虚拟机中centos5上安装wdcp出现的这个问题,到安装程序滚动至下面这里时出现卡死。
如图所示:make install in progress
今天春哥在本地虚拟机中centos5上安装wdcp出现的这个问题,到安装程序滚动至下面这里时出现“卡死”。
....
setenforce:selinux is disabled
installing mysql,this may take a few minutes,hold on plz...
cofigure in progress...
make in progress...
setenforce:selinux is disabled
installing mysql,this may take a few minutes,hold on plz...
cofigure in progress...
make in progress...
在这里卡住了,本以为是上面的selinux is disabled的原故。其实没有半毛钱的关系。安装在这里卡住后,不必心急,也不必强行退出安装程序重新安装,你所要做的就是一个字:等。
等了大约五分钟左右时,进度又向下滚动了一行:
make install in progress ...
这时,又卡住了,你需要做的是去喝一杯茶。过了五六分钟(可能更长)的样子,进度又向下滚了一行,提示安装mysql成功:
Starting Mysql. success!
installing httpd...[这里会卡个四五分钟]
installing libiconv ...[这里也会卡个四五分钟]
installing php...[这里还会卡个四五分钟]
installing wdcp apache... [这里卡的时间稍长,五至十分钟不等]
Staring httpd:[ok]
iptables:Saving firewall rules to /etc/sysconfig/iptables:[ok]
installing wdcp php ... [同上]
installing httpd...[这里会卡个四五分钟]
installing libiconv ...[这里也会卡个四五分钟]
installing php...[这里还会卡个四五分钟]
installing wdcp apache... [这里卡的时间稍长,五至十分钟不等]
Staring httpd:[ok]
iptables:Saving firewall rules to /etc/sysconfig/iptables:[ok]
installing wdcp php ... [同上]
卡了大半天,然后终于见到安装完成并成功启动各个服务的提示。
所以在安装wdcp时如果也遇到了卡的情况,还是要多等,只要它没有提示error错误。当然,如果你真的等了大半天(6个小时) 那就不必要等了,重新安装下。