• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

VMware Server 1.0.3 installieren

hacka

Newbie
Ich benutze open Suse 10.2 Kernel 2.6.18 und möchte VMware Server 1.0.3 installieren, jedoch kommt immer bei der Konfiguration mit der vmware-config.pl folgendes Problem:

Code:
(none):/home/hacka/Desktop/vmware # vmware-config.pl
Setup is unable to find the "mknod" program on your machine.  Please make sure
it is installed.  Do you want to specify the location of this program by hand?
[yes]

What is the location of the "mknod" program on your
machine?

Wo kann ich den dieses mknod finden oder was muss ich tun?

Mfg
hacka
 
OP
H

hacka

Newbie
Als .rpm. Ich muss dazusagen bin noch linux neuling. Hab keine Ahnung was die anderen drei Möglichkeiten sind.

Gruß
hacka
 

Martin Breidenbach

Ultimate Guru
Welche 'anderen drei Möglichkeiten' ? Falls Du damit die Kernelquellen und Entwicklertools meinst - die werden halt für die Installation bzw Neuübersetzung der VMware Kernelmodule gebraucht.
 
OP
H

hacka

Newbie
hab das eraste problem gelöst nun hab ich ber ien anderes problem
Code:
(none):/home/hacka # vmware-config.pl
/usr/bin/ldd: line 124: cat: command not found
Making sure services for VMware Server are stopped.


Configuring fallback GTK+ 2.4 libraries.

In which directory do you want to install the mime type icons?
[/usr/share/icons]

What directory contains your desktop menu entry files? These files have a
.desktop file extension. [/usr/share/applications]

In which directory do you want to install the application's icon?
[/usr/share/pixmaps]

Trying to find a suitable vmmon module for your running kernel.

None of the pre-built vmmon modules for VMware Server is suitable for your
running kernel.  Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.18.8-0.3-default/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config12/vmmon-only'
make -C /lib/modules/2.6.18.8-0.3-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.18.8-0.3-obj/i386/default'
make -C ../../../linux-2.6.18.8-0.3 O=../linux-2.6.18.8-0.3-obj/i386/default modules
/bin/sh: /bin/pwd: Datei oder Verzeichnis nicht gefunden
Makefile:107: *** output directory "../linux-2.6.18.8-0.3-obj/i386/default" does not exist.  Schluss.
make[1]: *** [modules] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.18.8-0.3-obj/i386/default'
make: *** [vmmon.ko] Fehler 2
make: Leaving directory `/tmp/vmware-config12/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.

(none):/home/hacka # /bin/sh
(none):/home/hacka # vmware-config.pl
/usr/bin/ldd: line 124: cat: command not found
Making sure services for VMware Server are stopped.


Configuring fallback GTK+ 2.4 libraries.

In which directory do you want to install the mime type icons?
[/usr/share/icons]

What directory contains your desktop menu entry files? These files have a
.desktop file extension. [/usr/share/applications]

In which directory do you want to install the application's icon?
[/usr/share/pixmaps]

Trying to find a suitable vmmon module for your running kernel.

None of the pre-built vmmon modules for VMware Server is suitable for your
running kernel.  Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.18.8-0.3-default/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config13/vmmon-only'
make -C /lib/modules/2.6.18.8-0.3-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.18.8-0.3-obj/i386/default'
make -C ../../../linux-2.6.18.8-0.3 O=../linux-2.6.18.8-0.3-obj/i386/default modules
/bin/sh: /bin/pwd: Datei oder Verzeichnis nicht gefunden
Makefile:107: *** output directory "../linux-2.6.18.8-0.3-obj/i386/default" does not exist.  Schluss.
make[1]: *** [modules] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.18.8-0.3-obj/i386/default'
make: *** [vmmon.ko] Fehler 2
make: Leaving directory `/tmp/vmware-config13/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.
"
Was kannn ich den jetz machen? hab schon das "vmware-any-any-update110" probiert aber bekomm das auch net richtig zum laufen bzw. weis net was das für dateien sind und wo ich die einbinden muss.

Gruß Stefan
 

admine

Ultimate Guru
Du hast auch die kernel-source installiert ... passend zu deiner kernel-Version?

Code:
rpm -qa | grep kernel*

Ich selbst habe erst kürzlich VMware-server auf SUSE-10.2 installiert ... keine Probleme ;)
 
OP
H

hacka

Newbie
ja hab ich
Code:
linux-kernel-headers-2.6.18.2-3
kernel-default-2.6.18.8-0.3
kernel-xen-2.6.18.8-0.3
kernel-source-2.6.18.8-0.3
Langsam Verzweifel ich hier noch :x
 
OP
H

hacka

Newbie
Ja das hängt damit zusammen, dass ich momentan etwas mit dem Samba und LDAP rumspiel. :)
Ja was is den schlecht an diesem Fehler. Was kann ich den dagegen machen?
 
Oben