problem with putty
#1

when i am starting my server in putty with this command :
Код:
./samp03svr
i get this error :
Код:
./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
what can i do ?
thanks for help !
Reply
#2

Use nohup ./samp03svr
Reply
#3

Quote:
Originally Posted by Inspiron
Посмотреть сообщение
Use nohup ./samp03svr
nohup ./samp03svr &
Reply
#4

Quote:
Originally Posted by Inspiron
Посмотреть сообщение
Use nohup ./samp03svr
Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
nohup ./samp03svr &
and now i get this error :
Код:
 nohup: ignoring input and appending output to `nohup.out'
is it good ?
Reply
#5

That means it works. It should also say the ID above.

If you close the putty, then it will still run. If you want to close it, type /top and see the ID of samp03svr to the left, then hit Q button to exit and do:
pawn Код:
kill ID_HERE
Reply
#6

You need to install the libstdc++.so.6 library.
Reply
#7

Quote:
Originally Posted by Kikito
Посмотреть сообщение
You need to install the libstdc++.so.6 library.
how can i install it ?
Reply
#8

Is it hard to use ****** / start page and search for "how to install libstdc++.so.6"?


Код:
// centOS, fedora, ...
yum install libstdc++.so.6
// debian, ubuntu, ...
apt-get install libstdc++.so.6
Reply
#9

Quote:
Originally Posted by Kikito
Посмотреть сообщение
Is it hard to use ****** / start page and search for "how to install libstdc++.so.6"?


Код:
// centOS, fedora, ...
yum install libstdc++.so.6
// debian, ubuntu, ...
apt-get install libstdc++.so.6
and now i get this error :
Код:
CRITICAL:yum.cli:Config Error: Error accessing file for config file:///etc/yum.conf
plz help me
Reply
#10

some one can help me plz ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)