SA-MP Forums Archive
SA:MP in Linux. - 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: SA:MP in Linux. (/showthread.php?tid=604988)



SA:MP in Linux. - iKarim - 12.04.2016

I'm running on CentOS 7 x86, but I can't run the server, whenever I CD to samp folder and use ./samp03svr it doesn't start and throw an error:
Код:
[root@... samp03]# ./samp03svr
-bash: ./samp03svr: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Any ideas?


Re: SA:MP in Linux. - ChromeAmazing - 12.04.2016

I suggest checking in a FTP client if samp03srv exists in that directory. AND, the proper way to start up a Linux based SA-MP server is
PHP код:
./samp03svr 



Re: SA:MP in Linux. - Sew_Sumi - 12.04.2016

https://sampforum.blast.hk/showthread.php?tid=521597

Googling helps... Turns out you need to read the tutorials which cover installing the required runtimes.


Also for the love of god, DO NOT follow ANY instructions that say chmod 777............ Seriously, anyone that suggests that is an idiot.


Check this, and the thread it's related to http://forum.sa-mp.com/showpost.php?...5&postcount=17

Quote:
Originally Posted by ChromeAmazing
Посмотреть сообщение
I suggest checking in a FTP client if samp03srv exists in that directory. AND, the proper way to start up a Linux based SA-MP server is
PHP код:
./samp03svr 
Nothing to do with this. That will not stop the server itself running.


Re: SA:MP in Linux. - iKarim - 13.04.2016

Thanks, the problem fixed after installing libstdc++.i686.


Re: SA:MP in Linux. - Sew_Sumi - 13.04.2016

\m/ YUS!


Re: SA:MP in Linux. - Sublime - 13.04.2016

Quote:
Originally Posted by ChromeAmazing
Посмотреть сообщение
I suggest checking in a FTP client if samp03srv exists in that directory. AND, the proper way to start up a Linux based SA-MP server is
PHP код:
./samp03svr 
http://unix.stackexchange.com/questi...-forking-using

no major difference lol


Re: SA:MP in Linux. - ayoub001 - 14.04.2016

apt-get install ia32-libs


Re: SA:MP in Linux. - Sew_Sumi - 14.04.2016

Quote:
Originally Posted by ayoub001
Посмотреть сообщение
apt-get install ia32-libs
He already fixed it by installing libstdc++.i686

Read the thread before posting.