SA-MP Forums Archive
Starting samp03svr on debian x64 - 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: Starting samp03svr on debian x64 (/showthread.php?tid=593843)



Starting samp03svr on debian x64 - Anuris - 10.11.2015

Hello.
There was a problem with starting samp server on Debian x64.
Code:
/samp03svr: No such file or directory
I was able to fix it using the following command:
PHP Code:
apt-get install ia32-libs 
But now:
Code:
~# apt-get install ia32-libs
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, please, help me guys.
And sorry for my English.


Re: Starting samp03svr on debian x64 - Anuris - 10.11.2015

Well, I've done this:
Code:
dpkg --add-architecture i386 
apt-get update
apt-get install libc6:i386
Now I have:
./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory


Re: Starting samp03svr on debian x64 - Anuris - 10.11.2015

apt-get install lib32stdc++6

Works. =)