SA-MP Forums Archive
[SOLVED] samp02X on 64bit debian: libstdc++.so.6 not found - 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: [SOLVED] samp02X on 64bit debian: libstdc++.so.6 not found (/showthread.php?tid=59262)



[SOLVED] samp02X on 64bit debian: libstdc++.so.6 not found - yakuzza - 25.12.2008

Hey folks,

I just found out about this multiplayer project, thx for your work.

I tried to set up a linux server on my 64bit debian system:
2.6.18-5-amd64 #1 SMP Sat Dec 22 20:43:59 UTC 2007 x86_64 GNU/Linux

Just downloaded the server files: http://files.sa-mp.com/samp02Xsvr.tar.gz and extracted them via tar -xf samp02Xsvr.tar.gz

I did not change the server.cfg or any other file.

When i try to start the server i get this error:
./samp02Xsvr
./samp02Xsvr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Although im 100% sure its installed the debian way via apt-get:
apt-get install libstdc++6
Paketlisten werden gelesen... Fertig
Abhдngigkeitsbaum wird aufgebaut... Fertig
libstdc++6 ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

In english it means: libstdc++6 is already the latest version and there is no need to update it.

Is there anyway to get this working on 64bit?

thx
yakuzza


Re: samp02X on 64bit debian: libstdc++.so.6 not found - Tommis - 25.12.2008

Hey,

With root, possibly try;

apt-get install compat-lib*

This might help. Worth a try.

Regards,
Tommis


Re: samp02X on 64bit debian: libstdc++.so.6 not found - yakuzza - 25.12.2008

it did not help, but thx


Re: samp02X on 64bit debian: libstdc++.so.6 not found - yakuzza - 27.12.2008

got it

I had to install the 32bit version of libstdc++6

Code:
apt-get install lib32stdc++6
Now the server works fine.


Re: [SOLVED] samp02X on 64bit debian: libstdc++.so.6 not found - bourne12 - 28.12.2008

yakuzza your command don't go... maybe is incorrect... can you help me?


Re: [SOLVED] samp02X on 64bit debian: libstdc++.so.6 not found - KingJ - 28.12.2008

What distro you running? use apt-get for debian based systems (e.g Ubuntu) use yum for RHL based systems (e.g Fedora, CentOs)


Re: [SOLVED] samp02X on 64bit debian: libstdc++.so.6 not found - bourne12 - 02.01.2009

i have a server with debian 32 bit and SA:MP don't work... what can i do?


Re: [SOLVED] samp02X on 64bit debian: libstdc++.so.6 not found - bourne12 - 03.01.2009

when i do "nohup samp02Xsvr &" putty say nohup: hГ¤nge Ausgabe an вnohup.outв an nohup: es ist nicht mГ¶glich, вsamp02Xsvrв auszufГјhren: Datei oder Verzeichnis nicht gefunden.

What i have to do for fix this problem??


Re: [SOLVED] samp02X on 64bit debian: libstdc++.so.6 not found - bourne12 - 05.01.2009

Nobody can help me?


Re: [SOLVED] samp02X on 64bit debian: libstdc++.so.6 not found - Meester Proper - 05.01.2009

Correct CHMOD Rights for the file/directory?

Korrekte CHMOD Rechte vergeben?


Re: [SOLVED] samp02X on 64bit debian: libstdc++.so.6 not found - abcwarbot - 28.05.2010

HI

apt-get install lib32stdc++6


Works like a charm....!!!


Best regards