[0.3c] Debian Server Error (No such file or directory) - 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: [0.3c] Debian Server Error (No such file or directory) (
/showthread.php?tid=207975)
[0.3c] Debian Server Error (No such file or directory) -
norbud4 - 07.01.2011
Hi.
I want to start my sa-mp 0.3c server on Debian.
I type "./samp03svr" "./samp03svr &" and "nohup ./samp03svr &" and it always say this:
Re: [0.3c] Debian Server Error (No such file or directory) -
Mike Garber - 07.01.2011
Do
ls to see if samp03svr is in that folder.
Re: [0.3c] Debian Server Error (No such file or directory) -
norbud4 - 07.01.2011
Yes, it is.
Re: [0.3c] Debian Server Error (No such file or directory) -
dugi - 07.01.2011
If it's a 64 bit version, you have to install 32-bit libraries for it to run
Code:
apt-get install ia32-libs
Re: [0.3c] Debian Server Error (No such file or directory) -
Scenario - 07.01.2011
You should also make sure you have set the correct permissions. I always had problems with permissions on my previous VPS.
Re: [0.3c] Debian Server Error (No such file or directory) -
norbud4 - 08.01.2011
Thank you very much. Installing 32-bit libraries works
Thanks for help
Re: [0.3c] Debian Server Error (No such file or directory) -
ExpertSahil - 11.01.2013
I was having same problem, thanks dug, rEP+