Bonjour à tous.
Je tente l'installation des VMWARE tools pour profiter de l'interface Unity au sein d'une machine virtuelle stocké sur Vmware server. Sans succès. Voici comment se déroule mon installation :
Après avoir décompressé le paquet je lance le script "./vmware-install.pl". A une étable il m'informe que je ne dispose pas de l'outil de compilation adéquate :
None of the pre-built vmmemctl modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmmemctl 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? [/usr/src/linux/include]
Comme indiqué sur certain post je tente donc de répondre à cette question :
/usr/src/linux/include/
#ou encore
/usr/src/linux-headers-2.6.38-8-generic/include/
#ou enfin
/usr/src/linux-headers-2.6.38-8/include/
Avec cette dernière réponse, voici ce que me retroune le script :
The path "/usr/src/linux-headers-2.6.38-8/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.
Y'a t-il une solution pour remedier au problème ?
Comment installer les vmware tools sur ubuntu 11.04 ?
Merci pour vos réponses.
-------------------
Voici quelques informations sur mon système hôte :
uname -r
2.6.38-8-generic
whereis gcc
gcc: /usr/bin/gcc /usr/share/man/man1/gcc.1.gz