Olá a todos,
Estou tentando instalar o vmware no fedora 6, a versão do kernel é a seguinte: kernel-2.6.20-1.2933.fc6.x86_64 kernel-devel-2.6.20-1.2933.fc6.x86_64 kernel-headers-2.6.20-1.2933.fc6.x86_64
O gcc e xinetd instalados são: gcc-4.1.1-51.fc6 libgcc-4.1.1-51.fc6 xinetd-2.3.14-8
Quando tento instalar o vmware recebo a seguinte mensagem:
Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system. make: Entrando no diretório `/tmp/vmware-config3/vmmon-only' make -C /lib/modules/2.6.20-1.2933.fc6/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entrando no diretório `/usr/src/kernels/2.6.20-1.2933.fc6-x86_64' CC [M] /tmp/vmware-config3/vmmon-only/linux/driver.o In file included from /tmp/vmware-config3/vmmon-only/linux/driver.c:80: /tmp/vmware-config3/vmmon-only/./include/compat_kernel.h:21: error: expected declaration specifiers or ‘...’ before ‘compat_exit’ /tmp/vmware-config3/vmmon-only/./include/compat_kernel.h:21: error: expected declaration specifiers or ‘...’ before ‘exit_code’ /tmp/vmware-config3/vmmon-only/./include/compat_kernel.h:21: warning: type defaults to ‘int’ in declaration of ‘_syscall1’ make[2]: ** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Erro 1 make[1]: ** [_module_/tmp/vmware-config3/vmmon-only] Erro 2 make[1]: Saindo do diretório `/usr/src/kernels/2.6.20-1.2933.fc6-x86_64' make: ** [vmmon.ko] Erro 2 make: Saindo do diretório `/tmp/vmware-config3/vmmon-only' Unable to build the vmmon module.
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.
Após pesquisa encontrei dica que dizia para instalar o vmware-any-any-updatexxxxx. Baixei o patch vmware-any-any-update109.tar.gz de http://platan.vc.cvut.cz/ftp/pub/vmware/ Porém quando tentei executar o mesmo recebi a seguinte mensagem:
Extracting the sources of the vmmon module.
Building the vmmon module.
Building for VMware Server 1.0.0. Using 2.6.x kernel build system. make: Entrando no diretório `/tmp/vmware-config4/vmmon-only' make -C /lib/modules/2.6.20-1.2933.fc6/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entrando no diretório `/usr/src/kernels/2.6.20-1.2933.fc6-x86_64' CC [M] /tmp/vmware-config4/vmmon-only/linux/driver.o CC [M] /tmp/vmware-config4/vmmon-only/linux/hostif.o CC [M] /tmp/vmware-config4/vmmon-only/common/cpuid.o CC [M] /tmp/vmware-config4/vmmon-only/common/hash.o CC [M] /tmp/vmware-config4/vmmon-only/common/memtrack.o CC [M] /tmp/vmware-config4/vmmon-only/common/phystrack.o CC [M] /tmp/vmware-config4/vmmon-only/common/task.o gcc: error trying to exec 'cc1plus': execvp: Arquivo ou diretório não encontrado make[2]: ** [/tmp/vmware-config4/vmmon-only/common/task.o] Erro 1 make[1]: ** [_module_/tmp/vmware-config4/vmmon-only] Erro 2 make[1]: Saindo do diretório `/usr/src/kernels/2.6.20-1.2933.fc6-x86_64' make: ** [vmmon.ko] Erro 2 make: Saindo do diretório `/tmp/vmware-config4/vmmon-only' Unable to build the vmmon module.
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.
Desde já agradeção a atenção e a colaboração de todos
Junior
Estes erros ocorreream porque você não possui os seguintes pacotes instalados:
gcc-c++ libstdc++-devel
Execute yum install -y gcc-c++ libstdc++-devel para instalar os pacotes. A compilação vai funcionar.
Robert Pereira
Em 15/04/07, Juniorducksjr@itelefonica.com.br escreveu:
Olá a todos,
Estou tentando instalar o vmware no fedora 6, a versão do kernel é a seguinte: kernel-2.6.20-1.2933.fc6.x86_64 kernel-devel-2.6.20-1.2933.fc6.x86_64 kernel-headers-2.6.20-1.2933.fc6.x86_64
O gcc e xinetd instalados são: gcc-4.1.1-51.fc6 libgcc-4.1.1-51.fc6 xinetd-2.3.14-8
Quando tento instalar o vmware recebo a seguinte mensagem:
Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system. make: Entrando no diretório `/tmp/vmware-config3/vmmon-only' make -C /lib/modules/2.6.20-1.2933.fc6/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entrando no diretório `/usr/src/kernels/2.6.20-1.2933.fc6-x86_64' CC [M] /tmp/vmware-config3/vmmon-only/linux/driver.o In file included from /tmp/vmware-config3/vmmon-only/linux/driver.c:80: /tmp/vmware-config3/vmmon-only/./include/compat_kernel.h:21: error: expected declaration specifiers or '...' before 'compat_exit' /tmp/vmware-config3/vmmon-only/./include/compat_kernel.h:21: error: expected declaration specifiers or '...' before 'exit_code' /tmp/vmware-config3/vmmon-only/./include/compat_kernel.h:21: warning: type defaults to 'int' in declaration of '_syscall1' make[2]: ** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Erro 1 make[1]: ** [_module_/tmp/vmware-config3/vmmon-only] Erro 2 make[1]: Saindo do diretório `/usr/src/kernels/2.6.20-1.2933.fc6-x86_64' make: ** [vmmon.ko] Erro 2 make: Saindo do diretório `/tmp/vmware-config3/vmmon-only' Unable to build the vmmon module.
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.
Após pesquisa encontrei dica que dizia para instalar o vmware-any-any-updatexxxxx. Baixei o patch vmware-any-any-update109.tar.gz de http://platan.vc.cvut.cz/ftp/pub/vmware/ Porém quando tentei executar o mesmo recebi a seguinte mensagem:
Extracting the sources of the vmmon module.
Building the vmmon module.
Building for VMware Server 1.0.0. Using 2.6.x kernel build system. make: Entrando no diretório `/tmp/vmware-config4/vmmon-only' make -C /lib/modules/2.6.20-1.2933.fc6/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entrando no diretório `/usr/src/kernels/2.6.20-1.2933.fc6-x86_64' CC [M] /tmp/vmware-config4/vmmon-only/linux/driver.o CC [M] /tmp/vmware-config4/vmmon-only/linux/hostif.o CC [M] /tmp/vmware-config4/vmmon-only/common/cpuid.o CC [M] /tmp/vmware-config4/vmmon-only/common/hash.o CC [M] /tmp/vmware-config4/vmmon-only/common/memtrack.o CC [M] /tmp/vmware-config4/vmmon-only/common/phystrack.o CC [M] /tmp/vmware-config4/vmmon-only/common/task.o gcc: error trying to exec 'cc1plus': execvp: Arquivo ou diretório não encontrado make[2]: ** [/tmp/vmware-config4/vmmon-only/common/task.o] Erro 1 make[1]: ** [_module_/tmp/vmware-config4/vmmon-only] Erro 2 make[1]: Saindo do diretório `/usr/src/kernels/2.6.20-1.2933.fc6-x86_64' make: ** [vmmon.ko] Erro 2 make: Saindo do diretório `/tmp/vmware-config4/vmmon-only' Unable to build the vmmon module.
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.
Desde já agradeção a atenção e a colaboração de todos
Junior
-- Fedora-users-br mailing list Fedora-users-br@redhat.com https://www.redhat.com/mailman/listinfo/fedora-users-br
br-users@lists.fedoraproject.org