Autor Tópico: instalação vmware server 2.0.2 no kubuntu 13.04-desktop 64bits  (Lida 1516 vezes)

Offline tiagopesantos

  • Usuário Ubuntu
  • *
  • Mensagens: 1
    • Ver perfil
instalação vmware server 2.0.2 no kubuntu 13.04-desktop 64bits
« Online: 24 de Setembro de 2013, 16:26 »
 ???
ola pessoal, estou com dificuldades de instalar o vmware server 2.0.2 no kubuntu 13.04 64bits. instalei todas as dependecias mas mesmo assim acontece este erro como descrevo abaixo.

#root@caguu-desktop:~# /usr/bin/vmware-config.pl
#Making sure services for VMware Server are stopped.

#Stopping VMware autostart virtual machines:
   Virtual machines                                                   failed
#Stopping VMware management services:
   VMware Virtual Infrastructure Web Access
   VMware Server Host Agent                                           failed
#Stopping VMware services:
   VMware Authentication Daemon                                        done
   Virtual machine monitor                                             done

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.

Your kernel was built with "gcc" version "4.7.3", while you are trying to use
"/usr/bin/gcc" version "4.7". This configuration is not recommended and VMware
Server may crash if you'll continue. Please try to use exactly same compiler as
one used for building your kernel. Do you want to go with compiler
"/usr/bin/gcc" version "4.7" anyway? [no] y

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

The path "/usr/src/linux-headers-3.8.0-19-generic/include/linux" is an existing

kernel? [/usr/src/linux/include] /usr/src/linux-headers-3.8.0-19-generic/include/linux

The path "/usr/src/linux-headers-3.8.0-19-generic/include/linux" is an existing
/linux/include] /usr/src/linux-headers-3.8.0-19-generic/include

The path "/usr/src/linux-headers-3.8.0-19-generic/include" is a kernel header
file directory, but it does not contain the file "linux/version.h" as expected.
This can happen if the kernel has never been built, or if you have invoked the
"make mrproper" command in your kernel directory.  In any case, you may want to
rebuild your kernel.

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


tentando instalar o kernel-source

#root@caguu-desktop:~# apt-get install kernel-source
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package kernel-source is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'kernel-source' has no installation candidate

especifico o diretorio do kernel headers mas mesmo assim diz que não existe o arquivo linux/version.h como o esperado, ja tentei de tudo, ajudem-me por favor
grato.
Tiago

Offline julianofischer

  • Usuário Ubuntu
  • *
  • Mensagens: 37
    • Ver perfil
Re: instalação vmware server 2.0.2 no kubuntu 13.04-desktop 64bits
« Resposta #1 Online: 26 de Setembro de 2013, 00:05 »
Parece-me incompatibilidade entre versões mesmo.
A mensagem é que seu kernel foi compilado com uma versão posterior do gcc a que o VMware foi compilado.