VMWare Server Installation unter Debian 3.1 (libraries needed)



Wenn Ihr bei der Installation vom VMWare Server unter Debian die unten aufgeführte Fehlermeldung bekommt, dann liegt das daran, das Ihr keinen X Server installiert habt und euch deswegen einige Liberies fehlen.

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 (0xb7ee1000)
    libdl.so.2 => /lib/tls/libdl.so.2 (0xb7edd000)
    libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7ece000)
    libX11.so.6 => not found
    libXtst.so.6 => not found
    libXext.so.6 => not found
    libXt.so.6 => not found
    ibICE.so.6 => not found
    libSM.so.6 => not found
    libXrender.so.1 => not found
    libz.so.1 => /usr/lib/libz.so.1 (0xb7ebb000)
    libc.so.6 => /lib/tls/libc.so.6 (0xb7d86000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7f09000)

This program cannot tell for sure, but you may need to upgrade libc5 to glibc
before you can run VMware Server.

Zur Lösung des Problems müsst Ihr noch folgende Pakete installieren.

Folgende Befehle sind dazu notwendig:

apt-get update
apt-get install libc6 libx11-6 libxtst6 libxext6 libxt6 libice6 libsm6 libxrender1 zlib1g

Danach am besten nochmal das VMWare Config Script aufrufen:

vmware-config.pl

Sitemap | Impressum
© 2011 by Debian Network