Xampp自动安装死亡?

时间:2015-02-01 21:40:15

标签: php installation xampp

我正在尝试在CentOS 6.4上安装Xampp,但这不让我继续!

这是输出:

[root@imperius ~]# ./xampp-linux-x64-5.6.3-0-installer.run
----------------------------------------------------------------------------
Welcome to the XAMPP Setup Wizard.

----------------------------------------------------------------------------
Select the components you want to install; clear the components you do not want
to install. Click Next when you are ready to continue.

XAMPP Core Files : Y (Cannot be edited)

XAMPP Developer Files [Y/n] :y

Is the selection above correct? [Y/n]: y

----------------------------------------------------------------------------
Installation Directory

XAMPP will be installed to /opt/lampp
Press [Enter] to continue:

----------------------------------------------------------------------------
Setup is now ready to begin installing XAMPP on your computer.

Do you want to continue? [Y/n]: y

----------------------------------------------------------------------------
Please wait while Setup installs XAMPP on your computer.

 Installing
 0% ______________ 50% ______________ 100%
 ####Killed
[root@imperius ~]#

显然命令sudo /opt/lampp/lampp不起作用,因为它没有完成安装。

5 个答案:

答案 0 :(得分:3)

就我而言,至少,这只是缺乏记忆。 512MB似乎不足以安装XAMMP。我设法完成安装升级RAM到1GB。

答案 1 :(得分:1)

我有同样的问题,我们通过将内存从512M更新到1G来解决它。

答案 2 :(得分:0)

你试过了吗?

Sudo /opt/lampp/lampp start

答案 3 :(得分:0)

检查你的安装过程是否被Out-Of-Memory Killer杀死:

grep -i kill /var/log/messages*

我将一个SWAP文件添加到我的linux后,我的问题终于消失了。

答案 4 :(得分:0)

我现在对此进行了测试。它有效。

  1. sudo dd if=/dev/zero of=swapfile bs=1024 count=2000000
  2. sudo mkswap -f 交换文件
  3. sudo swapon 交换文件