- 論壇徽章:
- 0
|
本人剛剛接觸(1、2天)Linux,在WIN2003下面用 VMware安裝了TurboLinux10中文版。
在安裝VMware tools的vmhgfs module時出現(xiàn)如下問題,請哪位幫忙仔細(xì)看看:
Trying to find a suitable vmhgfs module for your running kernel.
None of the pre-built vmhgfs modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmhgfs module for
your system (you need to have a C compiler installed on your system)? [yes] 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.6.0-1/build/include] yes
The path "yes" is not an existing directory.
What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.0-1/build/include]
Extracting the sources of the vmhgfs module.
Building the vmhgfs module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config9/vmhgfs-only'
make -C /lib/modules/2.6.0-1/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.0'
Makefile:392: .config: 沒有那個文件或目錄
The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.
make[1]: *** [modules] 錯誤 1
make[1]: Leaving directory `/usr/src/linux-2.6.0'
make: *** [vmhgfs.ko] 錯誤 2
make: Leaving directory `/tmp/vmware-config9/vmhgfs-only'
Unable to build the vmhgfs module.
The filesystem driver (vmhgfs module) is used only for the shared folder
feature. The rest of the software provided by VMware Tools is designed to work
independently of this feature.
If you wish to have the shared folders feature, you can install the driver by
running vmware-config-tools.pl again after making sure that gcc, binutils, make
and the kernel sources for your running kernel are installed on your machine.
These packages are available on your distribution's installation CD.
[ Press Enter key to continue ] |
|