Xampp installation process may get killed half way through, try the following terminal command to solve the problem:
sudo dd if=/dev/zero of=swapfile bs=1024 count=2000000
sudo mkswap -f swapfile
sudo swapon swapfile
REFERENCE:
https://stackoverflow.com/questions/28268267/xampp-auto-killed-on-installation
No comments:
Post a Comment