Server Error Linux
#1

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 =(
Reply
#2

you have link for me?!
i need tutorial for install ;/
i'm noob linux
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)