Posts: 190
Threads: 28
Joined: Jun 2017
03.07.2017, 19:10
(
Последний раз редактировалось HoussemGaming; 05.07.2017 в 22:00.
Причина: Fixed
)
Fixed
Posts: 190
Threads: 28
Joined: Jun 2017
Quote:
Originally Posted by Astralis
install lib32stdc++6
|
How please ? i use debian 7
Before typing nohup ./samp03svr write apt-get install lib32stdc++6 and press enter.
Posts: 190
Threads: 28
Joined: Jun 2017
It says command not found, i switched to centos 6.6 and tried installing libsdc and tried nohup but still same error :
Код:
nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `./samp03svr': No such file or directory
^C
[1]+ Exit 127 nohup ./samp03svr
Edit
Now it stuck at that :
Код:
nohup ./samp03svr &
[1] 1131
[root@houssemserver samp03]# nohup: ignoring input and appending output to `nohup.out'
On CentOS you use;
yum install libstdc++.so.6 and nohup ./samp03svr &
Posts: 190
Threads: 28
Joined: Jun 2017
it sucks at that :
Код:
nohup: ignoring input and appending output to `nohup.out'
And server no work :
I open nohup.out file and find that :
Код:
./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Posts: 190
Threads: 28
Joined: Jun 2017
Posts: 190
Threads: 28
Joined: Jun 2017
Posts: 56
Threads: 12
Joined: May 2017