Server Error Linux - 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: Server Error Linux (
/showthread.php?tid=55583)
Server Error Linux -
Mateus_Jp - 18.11.2008
I need help to start my server in LINUX...
look:
Quote:
bash-2.05b# ls
LICENSE announce gamemodes scriptfiles
README filterscripts samp02Xsvr server.cfg
bash-2.05b# ./samp02Xsvr
./samp02Xsvr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
bash-2.05b# uname -a
Linux ns.luport.com 2.4.20-9asp #1 Tue Apr 29 22:46:49 MSD 2003 i686 athlon i386 GNU/Linux
|
Help meeeee =(
Re: Server Error Linux -
Mateus_Jp - 18.11.2008
you have link for me?!
i need tutorial for install ;/
i'm noob linux
Re: Server Error Linux -
kustom - 20.11.2008
Depends what Linux your using :
Centos(others like it):
yum install libstdc++.so.5
yum install libstdc++.so.6
Ubuntu(others like it):
sudo apt-get install libstdc++5
sudo apt-get install libstdc++6
Debian(should be):
dpkg -s -i libstdc++5
dpkg -s -i libstdc++6
or
dpkg -s -i libstdc++.so.5 ect