VPS Won't extract files for SA:MP Hosting.
#1

I recently bought a VPS and I'm trying to run my SA:MP server on the host, however, when I use wget to download the files, it doesn't seem to extract it after(using this tutorial)
For example: tar -zxf samp03zsvr_R1.tar.gz.

Anyone that has experience with CentOS 6.4, as I'm not the best using Linux.

EDIT: I've fixed this, however the command lines don't work that are in the wiki tutorial.

(using the nohup cmd line "nohup ./samp03svr &")
$ nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `./samp03svr': No such file or directory
Reply
#2

Did you execute that command inside the "samp03" directory?
Reply
#3

Yes.
Reply
#4

I forgot to mention that you need 32bit librares if you have x64bit OS (i don't know the names of the packages because i have never worked on CentOS)
Reply
#5

I was having same problem. But i don't know whether i was using Centos or not.

Try this:

Код:
apt-get install lib32stdc++6
apt-get install ia32-libs
Or:

If its a problem with extraction than make sure that u have downloaded 0.3z package.
Reply
#6

Nope. I don't have the command apt-get. I think you were using Ubuntu.
Reply
#7

Look at this topic IF you have a x64bit CentOS
Reply
#8

Well, thank you sir! :P
Reply
#9

yum -y install libstdc++.so.6 glibc.i686

That will do the job.
Reply
#10

Thanks but it was already fixed above.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)