[Help]Vps - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Help]Vps (
/showthread.php?tid=607882)
[Help]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 -
Noris - 25.05.2016
libstdc ++ so.6 libraries is missing. Try installing it's packages and libs
Re: [Help]Vps -
DRIFT_HUNTER - 25.05.2016
First wrong section, at least read where you are posting.
Second quick googling will tell you that you need 32bit libraries. Since im on Ubuntu i would suggest just installing ia32-libs that would pull many other files and spare you a headache from installing other possible shit. But as you are on CentOS and i have no idea if ia32-libs are available there or if there is equivalent package a quick googling gave me these.
Код:
yum install libstdc++.i686
And that looks like your solution.