How To Install VMware Server 1.0.x On An Ubuntu 9.10

Discussion in 'HOWTO-Related Questions' started by mukitux, Dec 21, 2009.

  1. mukitux

    mukitux New Member

    Hi,

    I've got a few problems:

    1. aptitude install build-dep
    --> "Konnte Paket build-dep nicht finden" (Couldn't find build-dep)

    2. cp /boot/config-`uname -r` .config
    --> cp Aufruf von stat für "/boot/config-uname -r" nicht möglich: No such file or directory

    3. If I try although "make menuconfig"
    --> make: *** Keine Regel um <<menuconfig>> zu erstellen. Schluss.

    Can anyone help me?
    Mukitux
     
  2. falko

    falko Super Moderator Howtoforge Staff

    That package doesn't exist. I've corrected the tutorial.

    What are the outputs of
    Code:
    uname -r
    and
    Code:
    ls -la /boot/
    ?
     
  3. mukitux

    mukitux New Member

    Hi Falko,
    thank you for your reply!
    Mukitux

    1. 2.6.31-16-generic

    2. insgesamt 41540
    drwxr-xr-x 3 root root 4096 2009-12-20 17:33 .
    drwxr-xr-x 23 root root 4096 2009-12-06 11:13 ..
    -rw-r--r-- 1 root root 504280 2009-04-02 00:09 abi-2.6.27-11-generic
    -rw-r--r-- 1 root root 524846 2009-12-02 00:03 abi-2.6.28-17-generic
    -rw-r--r-- 1 root root 623709 2009-12-08 07:08 abi-2.6.31-16-generic
    -rw-r--r-- 1 root root 85310 2009-04-02 00:09 config-2.6.27-11-generic
    -rw-r--r-- 1 root root 90655 2009-12-02 00:03 config-2.6.28-17-generic
    -rw-r--r-- 1 root root 105768 2009-12-08 07:08 config-2.6.31-16-generic
    drwxr-xr-x 2 root root 4096 2009-12-20 17:33 grub
    -rw-r--r-- 1 root root 8691624 2009-05-14 14:42 initrd.img-2.6.27-11-generic
    -rw-r--r-- 1 root root 7967336 2009-12-05 09:24 initrd.img-2.6.28-17-generic
    -rw-r--r-- 1 root root 8507790 2009-12-20 17:33 initrd.img-2.6.31-16-generic
    -rw-r--r-- 1 root root 128796 2009-10-23 18:24 memtest86+.bin
    -rw-r--r-- 1 root root 1354796 2009-04-02 00:09 System.map-2.6.27-11-generic
    -rw-r--r-- 1 root root 1864864 2009-12-02 00:03 System.map-2.6.28-17-generic
    -rw-r--r-- 1 root root 2131522 2009-12-08 07:08 System.map-2.6.31-16-generic
    -rw-r--r-- 1 root root 1131 2009-04-02 00:11 vmcoreinfo-2.6.27-11-generic
    -rw-r--r-- 1 root root 1170 2009-12-02 00:07 vmcoreinfo-2.6.28-17-generic
    -rw-r--r-- 1 root root 1336 2009-12-08 07:14 vmcoreinfo-2.6.31-16-generic
    -rw-r--r-- 1 root root 2340384 2009-04-02 00:09 vmlinuz-2.6.27-11-generic
    -rw-r--r-- 1 root root 3513280 2009-12-02 00:03 vmlinuz-2.6.28-17-generic
    -rw-r--r-- 1 root root 3941984 2009-12-08 07:08 vmlinuz-2.6.31-16-generic

    When I tried:
    cp /boot/config-2.6.31-16-generic .config

    it worked!

    make menuconfig does not work!
     
    Last edited: Dec 23, 2009
  4. falko

    falko Super Moderator Howtoforge Staff

    Do you have any error messages?
     
  5. mukitux

    mukitux New Member

    make: *** Keine Regel, um >>menuconfig<< zu erstellen. Schluss.

    My translation:
    (make: *** No rule to create >>menuconfig<< Exiting.)
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Did you follow the tutorial to the letter, or are there any changes you did?

    Are there any other error messages before the one you posted?
     
  7. mukitux

    mukitux New Member

    Hi Falko,

    I got it:
    Just the wrong folder!
    No it is working... in that moment I'm buliding the new kernel ...
     
    Last edited: Dec 27, 2009

Share This Page