AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   ubuntu server 64 bit + xampp = do not work (https://forums.alliedmods.net/showthread.php?t=183523)

Neeeeeeeeeel.- 04-22-2012 16:43

ubuntu server 64 bit + xampp = do not work
 
Hi, I try to install xampp in ubuntu server (64 bits) and when I start it it says that only can run under 32 bits :/ I read that I can run it by installing "ia32_libs" package but when I send the command "apt-get install ia32_libs" says me that the server cannot find the package:/

What can I do? It is not neccesary to install xampp just something to run php (I try to install apache & php5 but I couldn't).

8088 04-22-2012 17:44

Re: ubuntu server 64 bit + xampp = do not work
 
Code:

apt-get search ia32
It's called ia32-libs, not ia32_libs. Beats me why you want to install XAMPP 32 bit apps on a 64 bit OS, though, when you have huge repositories that have everything you need at your disposal. Installing Apache and PHP is just as elementary as installing ia32-libs. Check out http://www.howtoforge.com for pointers.

Neeeeeeeeeel.- 04-22-2012 19:41

Re: ubuntu server 64 bit + xampp = do not work
 
Yes the command that I sent was "ia32-libs" :B just I wrote it wrong.

"apt-get search ia32" --> E: Invalid operation search

I didnīt know that XAMPP is a 32 bit app :/

I found this: http://www.howtoforge.com/using-php5...n-ubuntu-11.10

I dont know how to continue after install php5. (I installed it succesfuly).

I'm a noob in linux u.u

8088 04-22-2012 22:59

Re: ubuntu server 64 bit + xampp = do not work
 
Quote:

Originally Posted by Neeeeeeeeeel.- (Post 1694815)
"apt-get search ia32" --> E: Invalid operation search

My bad, I meant
Code:

apt-cache search ia32
Quote:

I dont know how to continue after install php5. (I installed it succesfuly).
Continue with what to achieve what? And is there a particular reason you chose PHP FPM? I would think PHP as an Apache module (libapache2-mod-php5 + apache2-mpm-prefork) will be easier to manage if you're not really familiar with this yet.
Quote:

I'm a noob in linux u.u
All the more reason to search and read.

Neeeeeeeeeel.- 04-23-2012 12:32

Re: ubuntu server 64 bit + xampp = do not work
 
Well finaly I installed all what I want

Just with this 3 commands:
"apt-get install apache2"
"apt-get install php5"
"apt-get install libapache2-mod-php5"

thx:D

madeitout 04-23-2012 13:05

Re: ubuntu server 64 bit + xampp = do not work
 
lighttpd is better than apache

8088 04-23-2012 13:38

Re: ubuntu server 64 bit + xampp = do not work
 
Quote:

Originally Posted by Neeeeeeeeeel.- (Post 1695148)
Well finaly I installed all what I want

Good :)
Quote:

Originally Posted by madeitout (Post 1695167)
lighttpd is better than apache

That's like saying yellow is better than blue: utterly pointless.

AngleWold 04-24-2012 22:27

Re: ubuntu server 64 bit + xampp = do not work
 
lighttpd is better than apache


All times are GMT -4. The time now is 02:29.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.