VPS Won't extract files for SA:MP Hosting. -
BleverCastard - 22.04.2014
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
Re: VPS Won't extract files for SA:MP Hosting. -
Kirollos - 22.04.2014
Did you execute that command inside the "samp03" directory?
Re: VPS Won't extract files for SA:MP Hosting. -
BleverCastard - 22.04.2014
Yes.
Re: VPS Won't extract files for SA:MP Hosting. -
Kirollos - 22.04.2014
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)
Re: VPS Won't extract files for SA:MP Hosting. -
FahadKing07 - 22.04.2014
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.
Re: VPS Won't extract files for SA:MP Hosting. -
BleverCastard - 22.04.2014
Nope. I don't have the command apt-get. I think you were using Ubuntu.
Re: VPS Won't extract files for SA:MP Hosting. -
Kirollos - 22.04.2014
Look at this
topic IF you have a x64bit CentOS
Re: VPS Won't extract files for SA:MP Hosting. -
BleverCastard - 22.04.2014
Well, thank you sir! :P
Re: VPS Won't extract files for SA:MP Hosting. -
Mark™ - 22.04.2014
yum -y install libstdc++.so.6 glibc.i686
That will do the job.
Re: VPS Won't extract files for SA:MP Hosting. -
BleverCastard - 22.04.2014
Thanks but it was already fixed above.