libX11.so.6 und weitere nicht gefunden
libX11.so.6 und weitere nicht gefunden
Hallo,
wie kann ich folgendes Problem beheben? Ich dachte ich könnte die fehlenden Libraries nachinstallieren, finde jedoch die Paket über apt-search nicht.
The correct version of one or more libraries needed to run VMware Server may be
missing. This is the output of ldd /usr/bin/vmware:
libm.so.6 => /lib/tls/libm.so.6 (0x4001c000)
libdl.so.2 => /lib/tls/libdl.so.2 (0x4003e000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40042000)
libX11.so.6 => not found
libXtst.so.6 => not found
libXext.so.6 => not found
libXt.so.6 => not found
libICE.so.6 => not found
libSM.so.6 => not found
libXrender.so.1 => not found
libz.so.1 => /usr/lib/libz.so.1 (0x40052000)
libc.so.6 => /lib/tls/libc.so.6 (0x40064000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
This program cannot tell for sure, but you may need to upgrade libc5 to glibc
before you can run VMware Server.
wie kann ich folgendes Problem beheben? Ich dachte ich könnte die fehlenden Libraries nachinstallieren, finde jedoch die Paket über apt-search nicht.
The correct version of one or more libraries needed to run VMware Server may be
missing. This is the output of ldd /usr/bin/vmware:
libm.so.6 => /lib/tls/libm.so.6 (0x4001c000)
libdl.so.2 => /lib/tls/libdl.so.2 (0x4003e000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40042000)
libX11.so.6 => not found
libXtst.so.6 => not found
libXext.so.6 => not found
libXt.so.6 => not found
libICE.so.6 => not found
libSM.so.6 => not found
libXrender.so.1 => not found
libz.so.1 => /usr/lib/libz.so.1 (0x40052000)
libc.so.6 => /lib/tls/libc.so.6 (0x40064000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
This program cannot tell for sure, but you may need to upgrade libc5 to glibc
before you can run VMware Server.
Hi und willkommen im Forum.
Wo libs oder anderes enthalten ist, kannst Du bei der debian Paketsuche finden:
http://packages.debian.org/cgi-bin/sear ... &arch=i386
Gruss
henry
Wo libs oder anderes enthalten ist, kannst Du bei der debian Paketsuche finden:
http://packages.debian.org/cgi-bin/sear ... &arch=i386
Gruss
henry
Probier es mal damit:
Die Antwort wäre also im Paket libx11-6
Ich hoffe das hat geholfen.
Code: Alles auswählen
# dpkg -S libX11.so.6
libx11-6: /usr/X11R6/lib/libX11.so.6.2
libx11-6: /usr/X11R6/lib/libX11.so.6
Code: Alles auswählen
apt-get install ibx11-6
"Was auch immer geschieht, nie dürft ihr so tief sinken,
von dem Kakao, durch den man euch zieht, auch noch zu trinken."
von dem Kakao, durch den man euch zieht, auch noch zu trinken."
Vielleicht habe ich mich falsch ausgedrückt. Sorry. Ich meinte eigentlich, dass die Libraries noch immer nicht gefunden werden. Ich führe ein Skript aus und bekomme immer die meldung, dass einige Libraries fehlen, bspw. libX11.so.6 => not found . Und das obwohl ich die Pakete über apt-get -s install xxxx nachgeladen habe.