SA-MP Forums Archive
samp03svr on ubuntu? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: samp03svr on ubuntu? (/showthread.php?tid=450586)



samp03svr on ubuntu? - KingH0rn - 13.07.2013

I have set the correct permissions and all sorts, followed the complete tutorial on the Wiki page etc.

Keeps telling me the file was not found.

Код:
samp@**:~/samp$ ./samp03svr
-bash: ./samp03svr: No such file or directory
Could anyone help me?




Re: samp03svr on ubuntu? - Khanz - 13.07.2013

It means the file doesn't exist, type ls to view the current files.


Re: samp03svr on ubuntu? - KingH0rn - 13.07.2013

The file is there I can see that lol. for some reason it will not start it, not sure why.


Re: samp03svr on ubuntu? - linuxthefish - 13.07.2013

Try "apt-get -y install lib32stdc++6" and "sudo apt-get -y install libc6". This is assuming you are actually looking for the server files in the right place...


Re: samp03svr on ubuntu? - KingH0rn - 13.07.2013

Quote:
Originally Posted by linuxthefish
Посмотреть сообщение
Try "apt-get -y install lib32stdc++6" and "sudo apt-get -y install libc6". This is assuming you are actually looking for the server files in the right place...
Omg, thanks so much! <3