Steam findet libc.so.6 32bit nicht?

Started by spacepenguin, 2014/09/01, 06:35:27

Previous topic - Next topic

spacepenguin

Seit ich gestern ein d-u gemacht habe, das problemlos durchlief (keine Meckermeldungen, nichts wurde entfernt), startet Steam heute nicht mehr. Nach dem Aufruf der Anwendunge bekomme ich die Meldung, dass Steam vermutlich nicht oder nicht richtig laufen wird, da angeblich keine libc.so.6 in 32bit installiert sei. Ist aber...  Bestätige ich die Meldung mit ok, startet Steam, aber es kommt die Meldung, dass es keine Verbindung zur Steamseite/zum Netzwerk aufbauen kann und nach dieser Meldung wird Steam dann beendet...


~$ apt-cache policy libc6 libc6-i386 libc6:i386 steam
libc6:
  Installiert:           2.19-10
  Installationskandidat: 2.19-10
  Versionstabelle:
*** 2.19-10 0
        500 http://ftp.de.debian.org/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     2.19-9 0
        500 http://ftp.de.debian.org/debian/ testing/main amd64 Packages
libc6-i386:
  Installiert:           2.19-10
  Installationskandidat: 2.19-10
  Versionstabelle:
*** 2.19-10 0
        500 http://ftp.de.debian.org/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     2.19-9 0
        500 http://ftp.de.debian.org/debian/ testing/main amd64 Packages
libc6:i386:
  Installiert:           2.19-10
  Installationskandidat: 2.19-10
  Versionstabelle:
*** 2.19-10 0
        500 http://ftp.de.debian.org/debian/ unstable/main i386 Packages
        100 /var/lib/dpkg/status
     2.19-9 0
        500 http://ftp.de.debian.org/debian/ testing/main i386 Packages
steam:i386:
  Installiert:           1.0.0.48-2
  Installationskandidat: 1.0.0.48-2
  Versionstabelle:
*** 1.0.0.48-2 0
        500 http://ftp.de.debian.org/debian/ unstable/non-free i386 Packages
        500 http://ftp.de.debian.org/debian/ testing/non-free i386 Packages
        100 /var/lib/dpkg/status

~$ locate  libc.so.6
/lib/i386-linux-gnu/libc.so.6
/lib/x86_64-linux-gnu/libc.so.6
/lib32/libc.so.6


libc6 & Co. wurden bei dem Update auf 2.19-10 aktualisiert...

Hat das Problem noch jemand und weiß jemand eine Lösung? Ich weiß nicht, ob es so klug ist zu versuchen, libc6 wieder downzugraden...

EDIT:

Ich habe jetzt versuchsweise Steam deinstalliert und das deb-Paket von der Steam-Seite heruntergeladen und installiert, aber das läuft erst recht nicht (scheint wohl auch eher für buntu zu sein, zumindest hat eine der enthaltenen Dateien da sowas im Namen...). Schnell wieder deinstalliert und das Sid-Paket erneut installiert. Die libc6-Meckermeldung kommt immer noch, aber zumindest läuft es jetzt soweit.

Die Meckermeldung würde ich natürlich trotzdem gerne wegbekommen...
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu

piper

#1
I have no problems, everything works great, this is a 64 bit system.

I know you said 32bit, but I don't have one to test.

piper@x1:~$ apt-cache policy libc6 libc6-i386 libc6:i386 steam
libc6:
  Installed: 2.19-10
  Candidate: 2.19-10
  Version table:
*** 2.19-10 0
        500 http://mirror.cc.columbia.edu/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
libc6-i386:
  Installed: 2.19-10
  Candidate: 2.19-10
  Version table:
*** 2.19-10 0
        500 http://mirror.cc.columbia.edu/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
libc6:i386:
  Installed: 2.19-10
  Candidate: 2.19-10
  Version table:
*** 2.19-10 0
        500 http://mirror.cc.columbia.edu/debian/ unstable/main i386 Packages
        100 /var/lib/dpkg/status
steam:i386:
  Installed: 1.0.0.48-2
  Candidate: 1.0.0.48-2
  Version table:
*** 1.0.0.48-2 0
        500 http://mirror.cc.columbia.edu/debian/ unstable/non-free i386 Packages
        100 /var/lib/dpkg/status







I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

spacepenguin

Thanks for your answer. My system is 64bit too but Steam requieres those i386 libs. And you have exactly the same versions installed... Strange...

Piper, do you also have the same libc.so.6 symlinks as I? Or something else or additional?

~$ ls -l /lib/x86_64-linux-gnu/libc.so.6 /lib/i386-linux-gnu/libc.so.6 /lib32/libc.so.6
lrwxrwxrwx 1 root root 12 Aug 27 10:30 /lib/i386-linux-gnu/libc.so.6 -> libc-2.19.so
lrwxrwxrwx 1 root root 12 Aug 27 08:10 /lib/x86_64-linux-gnu/libc.so.6 -> libc-2.19.so
lrwxrwxrwx 1 root root 12 Aug 27 08:11 /lib32/libc.so.6 -> libc-2.19.so
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu

piper

Here is mine

piper@x1:~$ ls -l /lib/x86_64-linux-gnu/libc.so.6 /lib/i386-linux-gnu/libc.so.6 /lib32/libc.so.6
lrwxrwxrwx 1 root root 12 Aug 27 02:11 /lib32/libc.so.6 -> libc-2.19.so
lrwxrwxrwx 1 root root 12 Aug 27 04:30 /lib/i386-linux-gnu/libc.so.6 -> libc-2.19.so
lrwxrwxrwx 1 root root 12 Aug 27 02:10 /lib/x86_64-linux-gnu/libc.so.6 -> libc-2.19.so
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA