VMwareServer 1.0.5 unter Ubuntu 8.04 installieren
Versionen
- Ubuntu 8.04 32Bit x86
- Updatestand 20.05.2008
- VMware Server 1.0.5
- VMware-any-any-Update117
Ablauf
Zum root machen in der Konsole
sudo -s apt-get install ssh openssh-server xinetd wget build-essential linux-headers-$(uname -r)
Download VMware und entpacken nach
/var/tmp
Download "any-any" Patch und entpacken nach
/var/tmp
http://groups.google.com/group/vmkernelnewbies VMware-Installation starten
cd /var/tmp/vmware_installationsdateien/vmware-server-distrib ./vmware-install.pl
Fragen soweit mit Defaultwerten beantworten (Einfach ENTER drücken), aber bei der Frage
Before running VMware 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]
NO eingeben. Die Installation ist nun erstmal beendet. Jetzt wird der Patch eingespielt. Bei mir, wechsel in das entpackte Patchverzeichnis
cd /var/tmp/vmware_installationsdateien/vmware-any-any-update117/vmware-any-any-update115
und Installer starten
./runme.pl
Die nun wieder auftauchende Frage
Before running VMware for the first time after update, you need to configure it for your running kernel by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this script to invoke the command for you now? [no]
kann nun mit YES beantwortet werden.
Die nächsten Fragen dann einfach wieder mit ENTER bestätigen. Anschließend muss noch die Seriennummer (gibt kostenlos bei vmware) und das Standardverzeichnis für die virtuellen Maschinen eingegeben werden.
Jetzt nur noch
sudo cp /lib/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1/ sudo cp /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/
ausführen.
Fertig.