Created
October 29, 2011 12:28
-
-
Save s4l1h/1324387 to your computer and use it in GitHub Desktop.
Install XAMPP on 64 bit linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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" |
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
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.