How To Run XAMPP on 64-Bit Machine
by Haris on July 25, 2008
in General, Internet, Tips and Tricks
Recently, I moved to Slicehost because I was really fed up with Bluehost and their low quality web hosting. Dj Flush of Sizlopedia helped a lot to transfer my blog from Bluehost to Slicehost. While installing the web server we faced many difficulties.
The first one was that we were not able to start XAMPP on our server after installing it because Slicehost offers 64-bit machines only. XAMPP is currently only availably as 32-bit application. We will have to use 32-bit library to make it work.
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use. Just download, extract and start.
If you’re also having problems in installing XAMPP on a 64-bit machine, then follow the steps below and you will be running XAMPP on your server in no time!
How To Run XAMPP on 64-Bit Machine
Open /etc/apt/sources.list and uncomment all the lines. Then in Ubuntu, type:
sudo apt-get update
Then type:
sudo apt-get install ia32-libs
That’s it! Try running it by “sudo lampp start” and it should now start and work perfectly fine.




Share Tweet