Thema geschlossen
Ergebnis 1 bis 9 von 9

Thema: (Erledigt) VMWare Workstation 5.5 unter SuSe 10.1

  1. #1
    Newbie
    Registriert seit
    15.05.2006
    Beiträge
    9

    Frage (Erledigt) VMWare Workstation 5.5 unter SuSe 10.1

    hallo!

    als blutiger anfänger hab ich mal wieder eine frage!

    und zwar:

    wie kann ich "VMware Workstation 5.5" installieren und zum laufen bringen.
    die installationsdatei ist ein rpm paket...

    thx

  2. #2
    Administrator Avatar von Rain_Maker
    Registriert seit
    06.02.2006
    Beiträge
    5,459

    Standard AW: VMWare Workstation 5.5 unter SuSe 10.1

    Hallo,

    Tipp zum Thema "Installation":

    Code:
    man rpm

    Greetz,

    RM
    "Programming today is a race between software engineers striving to build better & bigger idiot-proof programs and the Universe trying to produce bigger & better idiots. So far, the Universe is winning." (Rick Cook)

    Dies ist ein _öffentliches_ Supportforum, keinerlei Support per PN, EMail oder Instant Messenger.

    openSUSE 11.4 - 3.3.X-desktop - fluxbox 1.3.2

    For Windows-Problems - Reboot / For Linux-Problems - BE ROOT!
    (==> Und hier das wirkliche "Geheimnis meines Erfolges")

  3. #3
    Newbie
    Registriert seit
    15.05.2006
    Beiträge
    9

    Standard AW: VMWare Workstation 5.5 unter SuSe 10.1

    Hier scheitert es dann:

    vmware-config.pl

    Code:
    Making sure services for VMware Workstation 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.
    
    
    Do you accept? (yes/no) yes
    
    Thank you.
    
    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 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.
    
    What is the location of the directory of C header files that match your running
    kernel? [/lib/modules/2.6.16.13-4-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-config1/vmmon-only'
    make -C /lib/modules/2.6.16.13-4-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.16.13-4-obj/i386/default'
    make -C ../../../linux-2.6.16.13-4 O=../linux-2.6.16.13-4-obj/i386/default modules
      CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o
    In file included from /tmp/vmware-config1/vmmon-only/linux/driver.h:20,
                     from /tmp/vmware-config1/vmmon-only/linux/driver.c:49:
    /tmp/vmware-config1/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined
    /tmp/vmware-config1/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined
    In file included from /tmp/vmware-config1/vmmon-only/linux/driver.h:20,
                     from /tmp/vmware-config1/vmmon-only/linux/driver.c:49:
    /tmp/vmware-config1/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
    /usr/src/linux-2.6.16.13-4/include/linux/poll.h:45: error: previous declaration of ‘poll_initwait’ was here
    /tmp/vmware-config1/vmmon-only/linux/driver.c:145: warning: initialization from incompatible pointer type
    /tmp/vmware-config1/vmmon-only/linux/driver.c:149: warning: initialization from incompatible pointer type
    make[4]: *** [/tmp/vmware-config1/vmmon-only/linux/driver.o] Fehler 1
    make[3]: *** [_module_/tmp/vmware-config1/vmmon-only] Fehler 2
    make[2]: *** [modules] Fehler 2
    make[1]: *** [modules] Fehler 2
    make[1]: Leaving directory `/usr/src/linux-2.6.16.13-4-obj/i386/default'
    make: *** [vmmon.ko] Fehler 2
    make: Leaving directory `/tmp/vmware-config1/vmmon-only'
    Unable to build the vmmon module.
    
    Execution aborted.
    hab bei den eingaben überall den default pfad stehen lassen, da ich keine ahung habe wo was liegt bei SuSe.

  4. #4
    Administrator Avatar von Rain_Maker
    Registriert seit
    06.02.2006
    Beiträge
    5,459

    Standard AW: VMWare Workstation 5.5 unter SuSe 10.1

    Zitat Zitat von hinti
    Hier scheitert es dann:

    vmware-config.pl

    Code:
    Making sure services for VMware Workstation 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.
    
    
    Do you accept? (yes/no) yes
    
    Thank you.
    
    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 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.
    
    What is the location of the directory of C header files that match your running
    kernel? [/lib/modules/2.6.16.13-4-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-config1/vmmon-only'
    make -C /lib/modules/2.6.16.13-4-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.16.13-4-obj/i386/default'
    make -C ../../../linux-2.6.16.13-4 O=../linux-2.6.16.13-4-obj/i386/default modules
      CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o
    In file included from /tmp/vmware-config1/vmmon-only/linux/driver.h:20,
                     from /tmp/vmware-config1/vmmon-only/linux/driver.c:49:
    /tmp/vmware-config1/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined
    /tmp/vmware-config1/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined
    In file included from /tmp/vmware-config1/vmmon-only/linux/driver.h:20,
                     from /tmp/vmware-config1/vmmon-only/linux/driver.c:49:
    /tmp/vmware-config1/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
    /usr/src/linux-2.6.16.13-4/include/linux/poll.h:45: error: previous declaration of ‘poll_initwait’ was here
    /tmp/vmware-config1/vmmon-only/linux/driver.c:145: warning: initialization from incompatible pointer type
    /tmp/vmware-config1/vmmon-only/linux/driver.c:149: warning: initialization from incompatible pointer type
    make[4]: *** [/tmp/vmware-config1/vmmon-only/linux/driver.o] Fehler 1
    make[3]: *** [_module_/tmp/vmware-config1/vmmon-only] Fehler 2
    make[2]: *** [modules] Fehler 2
    make[1]: *** [modules] Fehler 2
    make[1]: Leaving directory `/usr/src/linux-2.6.16.13-4-obj/i386/default'
    make: *** [vmmon.ko] Fehler 2
    make: Leaving directory `/tmp/vmware-config1/vmmon-only'
    Unable to build the vmmon module.
    
    Execution aborted.
    hab bei den eingaben überall den default pfad stehen lassen, da ich keine ahung habe wo was liegt bei SuSe.
    http://www.linux-club.de/ftopic60396.html

    Greetz,

    RM
    "Programming today is a race between software engineers striving to build better & bigger idiot-proof programs and the Universe trying to produce bigger & better idiots. So far, the Universe is winning." (Rick Cook)

    Dies ist ein _öffentliches_ Supportforum, keinerlei Support per PN, EMail oder Instant Messenger.

    openSUSE 11.4 - 3.3.X-desktop - fluxbox 1.3.2

    For Windows-Problems - Reboot / For Linux-Problems - BE ROOT!
    (==> Und hier das wirkliche "Geheimnis meines Erfolges")

  5. #5
    Newbie
    Registriert seit
    15.05.2006
    Beiträge
    9

    Standard AW: VMWare Workstation 5.5 unter SuSe 10.1

    trotz des patches die gleiche meldung!

    trotzdem danke...

  6. #6
    Lehrling Avatar von tristan
    Registriert seit
    16.06.2006
    Beiträge
    88

    Standard AW: VMWare Workstation 5.5 unter SuSe 10.1

    Hallo hinti,

    ich hatte das gleiche Problem.
    Der patch heißt:

    vmware-any-any-update101.tar.gz und gibts hier:

    http://knihovny.cvut.cz/ftp/pub/vmware/

    Das entpackst du dann mit: tar xfvz vmware-any-any-update101.tar.gz

    dann gehst du ins verzeichnis rein und gibts ein:

    ./runme.pl

    dann sollte es funktionieren.
    Gruß

    Tristan
    Intel QuadCore
    4 GB RAM
    openSuse 11.4
    Kernel: 2.6.31.14-0.8

  7. #7
    Newbie
    Registriert seit
    17.04.2006
    Beiträge
    1

    Standard AW: VMWare Workstation 5.5 unter SuSe 10.1

    Webseiten und Shops mieten statt kaufen.

    http://www.shop-und-webseiten.de

  8. #8
    Lehrling
    Registriert seit
    30.05.2006
    Beiträge
    32

    Standard AW: VMWare Workstation 5.5 unter SuSe 10.1

    Hat es jemand von euch geschafft, ein USB-Gerät (Stick z.B.) unter vmware zu mounten?
    Krieg das mit Suse 10.1 irgendwie nicht hin. Eigentlich steht da ja, dass man das einfach nur reinschieben muss, wenn das Gastsystem (WinXP bei mir) aktiv ist....



    - John

  9. #9
    Administrator Avatar von Kernelman
    Registriert seit
    14.03.2006
    Ort
    88214 Ravensburg
    Beiträge
    601

    Standard AW: VMWare Workstation 5.5 unter SuSe 10.1

    Hier kommt wohl nichts mehr.


    ==> CLOSED


    Gruß

    KM
    Lesen gefährdet die Dummheit!

    openSUSE 11.3-64Bit 2.6.34.7-0.7-desktop KDE 4.4.4

    "Linux is user-friendly, it's just a little picky, who his friends really are"

    My Jabber: Mein_Nickname hier(at)jabber.ccc.de

Thema geschlossen

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

     

Ähnliche Themen

  1. (Erledigt) SuSE 10.1 mit mysql4 und php4 statt 5 installieren
    Von little_holly im Forum SuSE System installieren
    Antworten: 5
    Letzter Beitrag: 12.01.2007, 13:01
  2. (Erledigt) Suse 10.1 Internet?
    Von Schiebelowsky im Forum SuSE Internetkonfiguration
    Antworten: 6
    Letzter Beitrag: 19.11.2006, 08:35
  3. Antworten: 1
    Letzter Beitrag: 17.11.2006, 21:01
  4. (Erledigt) Suse Linux 10.1 verzögert sich
    Von Runlevel5 im Forum SuSE System installieren
    Antworten: 8
    Letzter Beitrag: 11.05.2006, 16:34
  5. (Erledigt) wlan Problem Suse 10.1
    Von bas im Forum SuSE Internetkonfiguration
    Antworten: 8
    Letzter Beitrag: 12.04.2006, 11:36

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87