Installing Xampp on ubuntu 13.04 64-bits
Get the tar file using wgetwget http://www.apachefriends.org/download.php?xampp-linux-1.7.3a.tar.gz
- Extract the tar file as
tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt
- Give permissions
sudo chmod 777 -R /opt/lampp/htdocs/
- Start xampp using
/opt/lampp/lampp start
- Stop xampp using
/opt/lampp/lampp stop
U have Error in Terminal--
XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.
Than U can Run the Terminal
sudo apt-get install lib32stdc++6
Than
- Start xampp using
/opt/lampp/lampp start
Open Browser & Try localhost
Sagar Vasule
Tuesday, October 15, 2013
Installing Xampp on ubuntu 13.04 64-bits
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment