Tuesday, October 15, 2013

Installing Xampp on ubuntu 13.04 64-bits

  1. Installing Xampp on ubuntu 13.04 64-bits


    Get the tar file using wget
    wget http://www.apachefriends.org/download.php?xampp-linux-1.7.3a.tar.gz
  2. Extract the tar file as
    tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt
  3. Give permissions
    sudo chmod 777 -R /opt/lampp/htdocs/
  4. Start xampp using
    /opt/lampp/lampp start
  5. 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 
    1. Start xampp using
      /opt/lampp/lampp start

      Open Browser & Try localhost

      Sagar Vasule

No comments:

Post a Comment