SA-MP Forums Archive
[SOLVED] Running sa-mp on Centos 6.5 - 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: [SOLVED] Running sa-mp on Centos 6.5 (/showthread.php?tid=521597)



[SOLVED] Running sa-mp on Centos 6.5 - Roel - 23.06.2014

Hello,

I'm running Centos 6.5, when I start the server with the follow command;
Code:
./samp03svr &
I get the following error:
Code:
 -bash: ./samp03svr: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
If I search this on ******, i get only crap, so someone may can explain me how to fix this?
I do not know alot about linux systems.

Okay, I fixed that i guess, now i get a new error that doesnt say me anything...
Code:
 error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Okay, nvm I fixed it by running:
Code:
yum install libstdc++.i686



Re: Running sa-mp on Centos 6.5 - SaltySandy - 23.06.2014

There's no such file as the error states. Make sure you're using the correct folder. ( go into the correct folder, before you execute .samp03svr )


Re: Running sa-mp on Centos 6.5 - Roel - 23.06.2014

Quote:
Originally Posted by SaltySandy
View Post
There's no such file as the error states. Make sure you're using the correct folder. ( go into the correct folder, before you execute .samp03svr )
I was, but it seems I missed some libraries..