Search code examples
phpinstallationxampp

Xampp auto killed on installation?


I'm trying to install Xampp on CentOS 6.4 but this doesn't let me continue!

This is the output:

[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 ~]#

Obviously the command sudo /opt/lampp/lampp doesn't work because it doesn't complete the installation.


Solution

  • Check if your installation process was killed by Out-Of-Memory Killer:

    grep -i kill /var/log/messages*
    

    My issue finally gone away after I added a SWAP file to my linux.