PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme beim intallieren von VMware



Jofisch
22.05.04, 16:20
hallo,

ich hab mein system gerade auf suse 9.1 upgedatet und dachte mir installier ich mir doch gleich noch vmware. leider blieb es bei dem gedanken...
ich habe, wie in INSTALL beschreiben, vmware-install.pl ausgeführt, bei den pfadangaben immer auf enter gehauen und auch die lizensbedingungen akzeptiert. und dann kam das:

None of VMware Workstation's pre-built vmmon modules 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? [/usr/src/linux/include]

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


was muss ich da angeben??? hab schon alles mögliche versucht. ich bin mir absolut sich dass ich ein c-compiler hab. sonst wär ich ja auch schon bei anderen compelier aktionen gegen die wand gelaufen.
ach wenn ich oben mit "no" antworte bricht er sofort ab.

danke. mfg

jofisch

stefan.becker
22.05.04, 16:40
Zum 193.426 Mal:

Paket Kernel Sourcen installieren und VMWARE Howto lesen vor dem fragen.

der_dicke_alex
16.06.04, 22:34
Zum 193.426 Mal:

Paket Kernel Sourcen installieren und VMWARE Howto lesen vor dem fragen.

Ja - toll!!!
Aber selbst wenn er es dann schafft die Kernelsourcen, den GCC, Make und andere Standardtools zu installieren, wird das Kompilieren nicht klappen. Weil Suse nämlich mit seinem Gcc3.3.3 nicht in der Lage ist das Modul zu kompilieren.
Und da weiss ich dann nämlich auch nicht mehr weiter...
Wat nu?

stefan.becker
17.06.04, 20:19
Datt nu:

Howto lesen. Darin ist ein Link zu einem speziellen VMARE Forum. Oder VMARE fragen. Bei gekaufter Software wird gerne Support geleistet.

tHaHooL
25.08.04, 10:53
Ich habe das selbe Problem, hab aber leider nicht gefunden was mir weitergehofen hätte. Support von vmWare werde ich nicht bekommen, da nur 30 Tage Testversion.

Ich bekomme diese Meldung:



xxx1:~ # vmware-config.pl
Making sure services for VMware Workstation are stopped.

Stopping VMware services:
Virtual machine monitor done

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] yes

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

Your kernel was built with "gcc" version "2.95.4", while you are trying to use
"/usr/bin/gcc" version "3.3.3". This configuration is not supported and VMware
Workstation cannot work in such configuration. Please either recompile your
kernel with "/usr/bin/gcc" version "3.3.3", or restart /usr/bin/vmware-config.pl
with CC environment variable pointing to the "gcc" version "2.95.4".

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.

xxx1:~ #


Mein System:
SuSE 9.1 Pro
Kernel 2.6.7-040722, incl. Sourcen & YOU
vmware 4.5.2, Build 8848

Das hier habe ich auch schon versucht:
http://portal.suse.com/sdb/de/2004/07/fhassel_vmware91.html

Sorry, aber ich hab sonst nix dazu gefunden.
Kann / will mir jemand helfen :confused:

pekopeter
27.08.04, 12:50
Hallo...


... versuch mal die Kernel-Sourcen zu kompilieren.

-> cd /usr/src/linux
-> make
-> make install
reboot

und dann vmware installieren...

...bei mir hats geklappt

Gruß

pekopeter

tHaHooL
03.09.04, 12:35
xxx1:/usr/src/linux # make
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
CC net/ipv4/igmp.o
net/ipv4/igmp.c: In function `ip_mc_inc_group':
net/ipv4/igmp.c:1192: error: `multicast_chain' undeclared (first use in this function)
net/ipv4/igmp.c:1192: error: (Each undeclared identifier is reported only once
net/ipv4/igmp.c:1192: error: for each function it appears in.)
net/ipv4/igmp.c: In function `ip_mc_dec_group':
net/ipv4/igmp.c:1219: error: `multicast_chain' undeclared (first use in this function)
make[2]: *** [net/ipv4/igmp.o] Error 1
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
xxx1:/usr/src/linux #


Mist. Was dad denn?