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

hilfe beim vmware 5 config

r@yman

Newbie
hallo
ich bin noch im linux bereich beginner
habe suse 9.2 installiert und wollte windows mit vmware installieren
habe vmware als rpm installiert alles geht bis ende ohne probleme
mit administrator rechte habe ich den config (/usr/bin/vmware-config.pl) ausgeführt und habe folgendes bekommen
--------------------------------------------------------------------
Stopping VMware services:
Virtual machine monitor done

Configuring fallback GTK+ 2.4 libraries.

***
* Updating MIME database in /usr/share/mime...
***
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 Workstation 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] y

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? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
-----------------------------------------------------

kann jemandem mir sagen was ich machen muss


:?
 

Martin Breidenbach

Ultimate Guru
<gähn>

Kernelquellen installieren (Modul kernel-source z.B. mit Yast von CD/DVD)

Entwicklertools wie gcc und make installieren (z.B. mit Yast von CD/DVD)

Sicherstellen daß die Kernelquellen zum laufenden Kernel passen (z.B. durch Yast Online Update YOU). Wenn vor der Installation der Kernelquellen ein Kernelupdate durchgeführt wurden dann sind der laufende Kernel und die Kernelquellen unterschiedliche Versionen.

Eventuell fehlende Dateien erstellen:
cd /usr/src/linux
make cloneconfig
make prepare

VMware konfigurieren:
vmware-config.pl aufrufen
 
OP
R

r@yman

Newbie
habe alle nötige packete installiert
config hat gut geklappt
aber vmware lässt sich nicht starten
habe folgendes meldung bekommen
-----------------------
The configuration of VMware Workstation 5.0.0 build-13124 for Linux for this
running kernel completed successfully.

You can now run VMware Workstation by invoking the following command:
"/usr/bin/vmware".

Enjoy,

--the VMware team

linux:/home/Dragon # /usr/bin/vmware
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


(vmware:7306): Gtk-WARNING **: cannot open display:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


(vmware:7314): Gtk-WARNING **: cannot open display:
--------------------------------------------------------------

????????????????????
 
Oben