Help me launch sa-mp server on linux vps
#1

I try to boot but it says: -bash: ./samp03svr: /lib/ld-linux.so.2: bad ELF interpreter: No such file or dir, got chmod
IMG:
Reply
#2

Try
chmod +x samp-npc samp03svr announce

Then
nohup ./samp03svr &
Reply
#3

Quote:
Originally Posted by -Shifty-
Посмотреть сообщение
Try
chmod +x samp-npc samp03svr announce

Then
nohup ./samp03svr &
I've been tried:
and error:
Код:
nohup: failed to run `./samp03svr 'command: No such file or directory
Reply
#4

Are you 100% sure that file is in your directory? Make sure you also cd’ed to that directory before excruciating the command.
Reply
#5

You need 32bit libstdc++6 to run sa-mp server on a 64bit system, I'll create a test virtual machine and edit this post with details on how to do it.

EDIT: Looks like it's not that simple, you can look for it yourself just search for "32bit libstdc++6 on 64bit centos"
Reply
#6

Код:
yum install glibc.i686
Reply
#7

Quote:
Originally Posted by Sgt.TheDarkness
Посмотреть сообщение
Код:
yum install glibc.i686
I tried it in a VM and the server still wouldn't run, looks like you need libstdc++ regular libc won't do it:
Код:
yum install libstdc++.i686
Server starts fine after installing this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)