SA-MP Forums Archive
Problem installing server in CentOS - 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: Problem installing server in CentOS (/showthread.php?tid=551562)



Problem installing server in CentOS - virusa1 - 19.12.2014

Hello guys i did everything like the tutorial i followed but when i run the samp03svr i got this error message
Код:
[root@server1 sampserver]# cd samp03[root@server1 samp03]# ./samp03svr &[1] 2136[root@server1 samp03]# -bash: ./samp03svr: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
what can i do?


AW: Problem installing server in CentOS - Mellnik - 19.12.2014

Your shell looks like Redhat's so

****** says:
Код:
yum -y install glibc.i686
Thank you for providing so many information within your question.


Re: AW: Problem installing server in CentOS - virusa1 - 19.12.2014

Quote:
Originally Posted by Mellnik
Посмотреть сообщение
Your shell looks like Redhat's so

****** says:
Код:
yum -y install glibc.i686
Thank you for providing so many information within your question.
Well, it installed a couple of things and now it has this problem!
Код:
./samp03svr &
[2] 2127
[1]   Exit 127                nohup ./samp03svr
[root@server1 samp03]# ./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
EDIT: FIXED

you just got to type this cmds
Код:
yum update
yum install libstdc++.so.6
Thank you Mellnik +Reped