SA-MP Forums Archive
Linux Server Problems - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Linux Server Problems (/showthread.php?tid=447342)



Linux Server Problems - Joshman543 - 29.06.2013

I'm receiving these errors after trying to start the server.

Код:
./samp03svr: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory



Re: Linux Server Problems - GWMPT - 29.06.2013

Are you running this server in a vps or in a host?


Re: Linux Server Problems - nenelokao - 29.06.2013

if you are using centOS, RedHat or similar distributions:

Код:
yum install libgcc_s.so.1
For Debian or similar distributions:

Код:
apt-get install libgcc_s.so.1
it works for me...

--------------------------------------------------------------
My server starts, is showed in process list but is not showing in samp client list, i've sent permisions, set announce = 1, configured iptables to allow port 7777 but not happens, im my windows pc i tested the port 7777 and its closed but evem closed i can see my server connect etc, i am using a centos 6 vps i really don't understand what is missing, any idea anyone?

Sorry my bad english, i'm braziliam...

what kind protocol do i have to set for port 7777 tcp or udp?? what is the diference betwen those protocols??

Thanks.