OGP - Printable Version +- ElitesHost Forums (https://forum.eliteshost.com) +-- Forum: Community (https://forum.eliteshost.com/forumdisplay.php?fid=5) +--- Forum: General Discussion (https://forum.eliteshost.com/forumdisplay.php?fid=23) +--- Thread: OGP (/showthread.php?tid=8) |
OGP - JohnTurbo - 12-09-2016 hey all, i have just installed OGP on my vps Centos 7 64x bit and its working as well with me but i have mini proplem and its Code: ./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory note: i have installed it using this tutorial: http://forum.elites-host.com/showthread.php?tid=2 RE: OGP - Luke Graham - 12-10-2016 Hello, JohnTurbo Run the following commands to install libstdc++.so. 6 Update your VPS: PHP Code: yum update SA-MP Requires 32-bit libs so install libstdc++.so.6 PHP Code: yum install glibc.i686 Then run something like this: PHP Code: yum install compat-libstdc++-33.i686 Check if there is any update again: PHP Code: yum update Hope this helped! If this helped don't reply to this topic in 24 hours [Topic will be locked]and if this didn't solve the problem reply to this topic |