SA-MP Forums Archive
[Ajuda] Erro ao abrir samp-server em 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: [Ajuda] Erro ao abrir samp-server em VPS Linux (/showthread.php?tid=643113)



Erro ao abrir samp-server em VPS Linux [SOLVED] - DragonCraft - 13.10.2017

Olб!

Quando tento abrir o meu servidor em uma VPS Linux, me deparo com isto:

-bash: ./samp03svr: No such file or directory

A minha VPS й Ubuntu 14.04.5, 64bits.


Re: Erro ao abrir samp-server em VPS Linux - Whoo - 13.10.2017

Ubuntu 64 bits nгo vem com suporte para arquivos 32 bits por esse motivo ele ignora esses arquivos. vocк precisa habilitar o suporte a 32 bits e instalar os pacotes necessarios.

PHP код:
dpkg --add-architecture i386
apt
-get update
apt
-get -y install libc6:i386 



Re: Erro ao abrir samp-server em VPS Linux - DragonCraft - 13.10.2017

Quote:
Originally Posted by Whoo
Посмотреть сообщение
Ubuntu 64 bits nгo vem com suporte para arquivos 32 bits por esse motivo ele ignora esses arquivos. vocк precisa habilitar o suporte a 32 bits e instalar os pacotes necessarios.

PHP код:
dpkg --add-architecture i386
apt
-get update
apt
-get -y install libc6:i386 
Fiz estes comandos e agora me vem este erro:

PHP код:
./samp03svrerror while loading shared librarieslibstdc++.so.6cannot open shared object fileNo such file or directory 



Re: Erro ao abrir samp-server em VPS Linux - DragonCraft - 13.10.2017

Consegui resolver, pode ser trancado.