Greetings All.

Gostaria de saber se alguem aqui ja conseguiu instalar o VMware no Slack10.
Sei que isso é possível pois ja o fiz no Slack9.1 mas estou tendo um erro muito estranho quando vou compilar o programa. Deixa eu explicar melhor...
Vc pode instalar o VMware da seguinte forma:
criar pastas no /etc :
init.d , rc0.d , rc1.d , rc2.d , rc3.d , rc4.d , rc5.d e rc6.d
Descompacte o arquivo de instalação do vmware
entre no diretório do vmware
execute: ./vmware-install.pl
copiar o arquivo vmware da pasta /etc/init.d para a pasta /etc/rc.d c/ o nome
rc.vmware
tornar o rc.vmware executável : chmod +x rc.vmware
adicionar as seguintes linhas ao /etc/rc.d/rc.local
if [ -x /etc/rc.d/rc.vmware ]; then
/etc/rc.d/rc.vmware start
fi
deletar as pastas criadas no /etc :
init.d , rc0.d , rc1.d , rc2.d , rc3.d , rc4.d , rc5.d e rc6.d

Mas o problema esta acontecendo no passo ./vmware-install.pl
o programa começa a compilar e instalar uma série de arquivos e depois dá a seguinte mensagem de erro:
bash-2.05b# ./vmware-install.pl
Creating a new installer database using the tar3 format.
Installing the content of the package.
In which directory do you want to install the binary files?
[/usr/bin]
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc]
What is the directory that contains the init scripts?
[/etc/init.d]
In which directory do you want to install the library files?
[/usr/lib/vmware]
The path "/usr/lib/vmware" does not exist currently. This program is going to
create it, including needed parent directories. Is this what you want? [yes]

In which directory do you want to install the manual files?
[/usr/share/man]
In which directory do you want to install the documentation files?
[/usr/share/doc/vmware]
The path "/usr/share/doc/vmware" does not exist currently. This program is going
to create it, including needed parent directories. Is this what you want?
[yes]
The installation of VMware Workstation 4.5.2 build-8848 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall.pl".
Before running VMware Workstation for the first time, you need to configure it
by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this
program to invoke the command for you now? [yes]
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.
END USER LICENSE AGREEMENT
FOR VMWARE (R) DESKTOP SOFTWARE PRODUCT
March 4, 2004
VMWARE, INC. LICENSES THIS DESKTOP SOFTWARE PRODUCT TO YOU SUBJECT
TO THE TERMS CONTAINED IN THIS END USER LICENSE AGREEMENT
("EULA"). READ THE TERMS OF THIS EULA CAREFULLY. BY INSTALLING,
COPYING OR OTHERWISE USING THE SOFTWARE (AS DEFINED BELOW), YOU
AGREE TO BE BOUND BY THE TERMS OF THIS EULA. IF YOU DO NOT AGREE
WITH THE TERMS OF THIS EULA, DO NOT INSTALL, COPY OR USE THE
SOFTWARE AND IF YOU HAVE PROOF OF PAYMENT, YOU MAY RETURN THE
UNOPENED SOFTWARE TO THE LOCATION AT WHICH YOU ACQUIRED IT WITHIN
THIRTY (30) DAYS FOR A REFUND OF THE LICENSE FEE.
Do you accept? (yes/no) yes
Thank you.
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]
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.4.26/build/include]
Extracting the sources of the vmmon module.
Building the vmmon module.
Using standalone build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make[1]: Entering directory `/tmp/vmware-config0/vmmon-only'
make[2]: Entering directory `/tmp/vmware-config0/vmmon-only/driver-2.4.26'
make[2]: Leaving directory `/tmp/vmware-config0/vmmon-only/driver-2.4.26'
make[2]: Entering directory `/tmp/vmware-config0/vmmon-only/driver-2.4.26'
make[2]: Leaving directory `/tmp/vmware-config0/vmmon-only/driver-2.4.26'
make[1]: Leaving directory `/tmp/vmware-config0/vmmon-only'
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
Unable to make a vmmon module that can be loaded in the running kernel:
/tmp/vmware-config0/vmmon.o: unresolved symbol kunmap_high
/tmp/vmware-config0/vmmon.o: unresolved symbol highmem_start_page
/tmp/vmware-config0/vmmon.o: unresolved symbol kmap_high
/tmp/vmware-config0/vmmon.o:
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. The module may be trying to access
GPLONLY symbols but the problem is more likely to be a coding or
user error. Contact the module supplier for assistance, only they
can help you.

There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel. You may want to
rebuild a kernel based on that directory, or specify another directory.
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/refere...es_linux.html".
Execution aborted.
Será que alguem poderia me ajudar com esta dúvida???

Valeu.