Starting samp03svr on debian x64
#1

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.
Reply
#2

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
Reply
#3

apt-get install lib32stdc++6

Works. =)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)