SA-MP Forums Archive
Directory not found in VPS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Directory not found in VPS (/showthread.php?tid=634255)



Directory not found in VPS - aoky - 15.05.2017

So, here is proof that the files are there:


Here is the error:



Re: Directory not found in VPS - DRIFT_HUNTER - 15.05.2017

My wild guess is that you are running x64 Ubuntu OS on that VPS. Install i386 libs (x86/32 bit compatibility) since samp server is 32bits.


Re: Directory not found in VPS - aoky - 15.05.2017

Quote:
Originally Posted by DRIFT_HUNTER
Посмотреть сообщение
My wild guess is that you are running x64 Ubuntu OS on that VPS. Install i386 libs (x86/32 bit compatibility) since samp server is 32bits.
How exactly can I do this?


Re: Directory not found in VPS - aoky - 15.05.2017

I'm running Centos by the way.


Re: Directory not found in VPS - Sew_Sumi - 15.05.2017

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

Need libc and ia32libs.


Re: Directory not found in VPS - DRIFT_HUNTER - 15.05.2017

****** for: Installing 32bit package on 64bit centos
See what works for you.


Re: Directory not found in VPS - iLearner - 16.05.2017

Did you set right permissions for the file? (chmod +x)


Re: Directory not found in VPS - iKarim - 16.05.2017

Quote:
Originally Posted by iLearner
Посмотреть сообщение
Did you set right permissions for the file? (chmod +x)