Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Why would it need to be? It won't run faster and it's not like it needs to address a huge amount of RAM.
Posts: 155
Threads: 4
Joined: Oct 2013
Reputation:
0
Coming to the main question, from which that question arose:
When I tried to start the server on my Linux x64 machine, it said "no such file or directory", when clearly my file did exist.
The command I used was " nohup ./samp03svr & "
Which cant be wrong cause I crosschecked it with an article at wiki.sa-mp.com which states the same.
A friend of mine told me that its because I tried to run a x32 file on a x64 machine, which I didnt believe, cause in my opinion AFAIK x32 should run on x64, but not the other way round.
But I couldn't find any other way to get it running. Thats why I asked if there is a 64 bit version.
So any ideas on what could be wrong? And how i could make it work?
Could I be missing some libraries that are required?
Posts: 2,350
Threads: 96
Joined: Jun 2007
Reputation:
0
You need to get ia32-libs, search ****** for info about it.
Posts: 743
Threads: 49
Joined: May 2014
Reputation:
0
theres no 64 bit windows server either, its a 32 bit program.
Posts: 155
Threads: 4
Joined: Oct 2013
Reputation:
0
@dugi can I get some help here?
Posts: 155
Threads: 4
Joined: Oct 2013
Reputation:
0
Hi Tenshi,
First off, I am using Ubuntu 14.04
Secondly, because I'm using Ubuntu 14.04, it doesnt let me install ia32-libs stating it is obsolete
It says that lib32z1 lib32ncurses5 lib32bz2-1.0 are the replacements for it
And when I install them, the error persists
The command was what I used on my Ubuntu so thats fine
I was in the same folder, and I did edit the config, etc.
I actually even double tapped TAB after writing part of the filename to make sure its in the same directory.
And evv