Sunday, November 7, 2010

Installing XAMPP IN UBUNTU

After downloading the file give the below command

1. sudo chown root:byorn xampp-linux-1.7.3a.tar.gz

2. sudo tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt/

3. cd /opt/lampp
sudo ./lampp start

2 comments:

  1. if you get the 32 bit error make sure the the
    lampp is in the opt folder.

    if mysql doesnt start give the following command.:

    sudo chown -R nobody:root /opt/lampp

    ReplyDelete
  2. For 32 Bit error, do following command if using linux mint
    sudo apt-get install lib32stdc++6

    ReplyDelete