Linux Server - 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: Linux Server (
/showthread.php?tid=614989)
Linux Server -
pors - 15.08.2016
cd samp03
chmod +x announce
chmod +x samp03svr
./samp03svr &
Error:
./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Re: Linux Server -
Sew_Sumi - 15.08.2016
https://sampforum.blast.hk/showthread.php?tid=59262
There's another step that includes the ia32 libs, if you have a 64 bit host.
Here's some more regarding the second step as well.
https://sampforum.blast.hk/showthread.php?tid=593843
Even though the distribution may not match, there will be an equivalent package for what one you are using.
Re: Linux Server -
SickAttack - 15.08.2016
apt-get install libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 libglu1-mesa:i386
Re: Linux Server -
Sew_Sumi - 15.08.2016
I've only ever needed to chuck on the ia32 libs, and the std32c libs.
Quote:
Originally Posted by Anuris
apt-get install lib32stdc++6
|
Adding plugins though, now that's another story.