Skip to content

Instantly share code, notes, and snippets.

@s4l1h
Created October 29, 2011 12:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s4l1h/1324387 to your computer and use it in GitHub Desktop.
Save s4l1h/1324387 to your computer and use it in GitHub Desktop.
Install XAMPP on 64 bit linux
#/usr/bin/sh
echo "Download XAMPP"
wget http://downloads.sourceforge.net/project/xampp/BETAS/xampp-linux-1.7.7.tar.gz
echo "install ia32-libs"
sudo apt-get install ia32-libs
echo "Extrach XAMPP"
sudo tar xvfz xampp-linux-1.7.7.tar.gz -C /opt
echo "install python-gtk2-dev with xampp controller panel"
sudo apt-get install python-gtk2-dev
echo "Start LAMP"
gksudo python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py
echo "Finishimmm"
@imansilla
Copy link

sudo apt-get install lib32ncurses5 lib32z1

@nvlled
Copy link

nvlled commented Sep 12, 2018

This message is also misleading "XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your" system when I actually just need to move it to /opt directory.

@jhfhackersbd
Copy link

XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.

what is reason this message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment