Is there any way I can run xampp on 11.10 x64?

5,663

Solution 1

It should just work as normal in 64 bit Ubuntu. Running XAMPP as a development server here on my Ubuntu 11.10 x64 without problems. Just follow the installation instructions and it should work out of the box!

Solution 2

My experience is that you can run any x86 software on an 64 bit system. It will act like a x86 system for the software, so no advantage trough more memory or anything.

I am indeed running XAMPP 1.7.7 on a x64 Ubuntu 11.10 right now, although there is a problem with the MySQL service not starting properly.

Solution 3

Issue following command at terminal

 sudo apt-get install ia32-libs

then start XAMPP as usual

Share:
5,663

Related videos on Youtube

sdht0
Author by

sdht0

Updated on September 18, 2022

Comments

  • sdht0
    sdht0 over 1 year

    Running xampp says it requires a 32 bit system. Is there a workaround, or a different software I can use??

    I am indeed aware of the lamp-server installation available in Ubuntu, and am currently using it.

    But I was specifically asking for a integrated LAMP software like xampp which makes it easier to manage the LAMP installation. Currently xampp runs only on x86 systems, and I have a x64 bit install. Hence the question.

  • sdht0
    sdht0 over 12 years
    trying to run XAMPP as ~/lampp/lampp start gives error: XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system. Do I need to install a specific library file?
  • sdht0
    sdht0 over 12 years
    ahh, found out that the folder location was the culprit. On moving it to /opt, XAMPP works alright! Anyways, thank you Noel!
  • sdht0
    sdht0 over 12 years
    thank you Bart. Was trying to run it out of my home folder, hence the error.
  • sdht0
    sdht0 over 12 years
    of course you are right, just that XAMPP keeps everything at one place/folder, thus managing it is easier :)