SA-MP Forums Archive
Problema ao Ligar VPS linux - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: Problema ao Ligar VPS linux (/showthread.php?tid=677896)



Problema ao Ligar VPS linux - ReturnZero - 03.08.2020

Opa, beleza pessoal, se alguem puder me dar um auxilio para ligar o servidor, quando digito o comando "./samp03svr &" aparece o seguinte erro:
Code:
bash: ./samp03svr: No such file or directory
O arquivo estб no diretorio.


Re: Problema ao Ligar VPS linux - RodrigoMSR - 03.08.2020

Qual distribuiзгo estб usando?


Re: Problema ao Ligar VPS linux - ReturnZero - 03.08.2020

Quote:
Originally Posted by RodrigoMSR
View Post
Qual distribuiзгo estб usando?
puts nгo sei


Re: Problema ao Ligar VPS linux - RodrigoMSR - 03.08.2020

Tente estes comandos:

Code:
sudo yum install libstdc++.i686 -y
Ou, se o de cima nгo funcionar:
Code:
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libstdc++6:i386 -y
Depois inicie o servidor.


Re: Problema ao Ligar VPS linux - ReturnZero - 03.08.2020

Amigгo, fiz este procedimento, tivemos o mesmo erro

[1] 2144
bash: ./samp03sv: No such file or directory


Re: Problema ao Ligar VPS linux - RodrigoMSR - 03.08.2020

Code:
[1] 2144
bash: ./samp03sv: No such file or directory
Dessa vez parece que vocк digitou errado.


Re: Problema ao Ligar VPS linux - oRaphael - 03.08.2020

https://sampforum.blast.hk/showthread.php?tid=312992