samp server not run on ubuntu amx64! - 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: samp server not run on ubuntu amx64! (
/showthread.php?tid=599860)
samp server not run on ubuntu amx64! -
hamidkag - 31.01.2016
hi my friends
my linux server is ubuntu 15 and i have many problem to run samp03srv
so when i run it:
Код HTML:
-bash: ./samp03svr: No such file or directory
so i read same topics about this problem like use this command:
Код HTML:
sudo apt-get install ia32-libs
but when i type that:
Код HTML:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5
E: Package 'ia32-libs' has no installation candidate
so what can i do for fix that?
Re: samp server not run on ubuntu amx64! -
hamidkag - 31.01.2016
ok im fix it
what about this error when load mysql.so?
Код HTML:
Failed (libmysqlclient_r.so.16: cannot open shared object file
Re: samp server not run on ubuntu amx64! -
itsCody - 31.01.2016
try mysql_static.so?
Re: samp server not run on ubuntu amx64! -
Sew_Sumi - 31.01.2016
Damn wrong thread, but I do have info regarding this as I just set up a server. I had this issue, and installed the runtimes.
It is that library though.
Код:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs
Re: samp server not run on ubuntu amx64! -
Mund0 - 21.06.2016
Quote:
Originally Posted by hamidkag
ok im fix it
what about this error when load mysql.so?
Код HTML:
Failed (libmysqlclient_r.so.16: cannot open shared object file
|
How did you fix it?
Re: samp server not run on ubuntu amx64! -
Sew_Sumi - 22.06.2016
install the runtimes.