Vps - 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: Vps (
/showthread.php?tid=607881)
Vps -
MatiAcademia - 25.05.2016
Hello always looking vps able to open Linux Servers line , but in this case I can not
look what happens :
./samp03svr : error while loading shared libraries: libstdc ++ so.6 . can not open shared object file: No such file or directory
The operating system is CentOS 6 64bit .
I hope you can help me
Thank you.
Re: [Help]Vps -
xPhantom - 25.05.2016
Run these commands on your terminal, should do the trick.
Quote:
yum update
yum install libstdc++.so.6
yum install glibc.i686
|