Posts: 63
Threads: 21
Joined: Jan 2014
Reputation:
0
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
Posts: 6,242
Threads: 8
Joined: Jun 2008
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.
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
apt-get install libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 libglu1-mesa:i386
Posts: 6,242
Threads: 8
Joined: Jun 2008
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.