Vmware GSX server installieren auf Debian [gelöst]
Posted: 2006-03-12 22:43
Bin gerade dabei vmware GSX server auf meinem Debian server zu installieren.
habe alles standard gelassen.
danach config:
was ist mit den ganzen libs ?
einige fehlen.
This program cannot tell for sure, but you may need to upgrade libc5 to glibc
was will der hier ? ich soll die lib libc5 auf glibc upgrade , wie soll ich denn das machen ?
habe alles standard gelassen.
Code: Select all
Creating a new installer database using the tar3 format.
Installing the content of the package.
In which directory do you want to install the binary files?
[/usr/bin]
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc]
What is the directory that contains the init scripts?
[/etc/init.d]
In which directory do you want to install the daemon files?
[/usr/sbin]
In which directory do you want to install the library files?
[/usr/lib/vmware]
The path "/usr/lib/vmware" does not exist currently. This program is going to
create it, including needed parent directories. Is this what you want? [yes] yes
In which directory do you want to install the manual files?
[/usr/share/man]
In which directory do you want to install the documentation files?
[/usr/share/doc/vmware]
The path "/usr/share/doc/vmware" does not exist currently. This program is going
to create it, including needed parent directories. Is this what you want?
[yes] yes
The installation of VMware GSX Server 3.2.0 build-14497 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall.pl".
Before running VMware GSX Server for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config.pl". Do you want this
program to invoke the command for you now? [yes] yes
Making sure services for VMware GSX Server are stopped.
Stopping VMware services:
Virtual machine monitor done
You must read and accept the End User License Agreement to continue.
Press enter to display it.
Code: Select all
The correct version of one or more libraries needed to run VMware GSX Server may
be missing. This is the output of ldd /usr/bin/vmware:
libm.so.6 => /lib/tls/libm.so.6 (0xb7f01000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7efd000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7eee000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7e27000)
libXtst.so.6 => not found
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7e19000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7dc8000)
libXpm.so.4 => not found
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7db0000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7da7000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7c72000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7f28000)
This program cannot tell for sure, but you may need to upgrade libc5 to glibc
before you can run VMware GSX Server.
einige fehlen.
This program cannot tell for sure, but you may need to upgrade libc5 to glibc
was will der hier ? ich soll die lib libc5 auf glibc upgrade , wie soll ich denn das machen ?