Liberty Unleashed

Liberty Unleashed => Support => Topic started by: Repsnol on October 16, 2016, 02:36:33 pm

Title: problem with server on Linux!
Post by: Repsnol on October 16, 2016, 02:36:33 pm
Hello All Well Someone can help me please I am Wanting to connect my erver a vps Linux Ubuntu 14 64 bits do certain commands eg

cd GTA3
ls
chmod + x Server.bin
./Server.bin

there comes the error
-bash: ./Server.bin: No such file or directory

Anyone know help me Dou moderator In My server database kk not I speak very well English For Sou Brasileiro Thanks!
Title: Re: problem with server on Linux!
Post by: Ankris on October 16, 2016, 10:18:24 pm
Code: [Select]
apt-get install libc6-i386
Title: Re: problem with server on Linux!
Post by: Repsnol on October 17, 2016, 04:55:33 pm
Code: [Select]
apt-get install libc6-i386


Ready only now appeared Another Error! What is it


./Server.bin: /usr/lib/i386-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./Server.bin)

:(

Title: Re: problem with server on Linux!
Post by: Ankris on October 18, 2016, 07:17:42 pm
Code: [Select]
apt-get update & apt-get install gcc g++ libstdc++6