FC3에서 vmware workstation 4.5 버전설치중에 아래와 같은 에러
Trying to find a suitable vmmon module for your running kernel.
None of VMware Workstation's pre-built vmmon modules 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.6.9-1.667/build/include]
Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config2/vmmon-only'
make -C /lib/modules/2.6.9-1.667/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/lib/modules/2.6.9-1.667/build'
CC [M] /tmp/vmware-config2/vmmon-only/linux/driver.o
/tmp/vmware-config2/vmmon-only/linux/driver.c:131: warning: initialization from incompatible pointer type
/tmp/vmware-config2/vmmon-only/linux/driver.c:135: warning: initialization from incompatible pointer type
CC [M] /tmp/vmware-config2/vmmon-only/linux/hostif.o
/tmp/vmware-config2/vmmon-only/linux/hostif.c: In function `HostIF_FreeLockedPages':
/tmp/vmware-config2/vmmon-only/linux/hostif.c:738: error: structure has no member named `count'
/tmp/vmware-config2/vmmon-only/linux/hostif.c:740: error: structure has no member named `count'
make[2]: *** [/tmp/vmware-config2/vmmon-only/linux/hostif.o] 오류 1
make[1]: *** [_module_/tmp/vmware-config2/vmmon-only] 오류 2
make[1]: Leaving directory `/lib/modules/2.6.9-1.667/build'
make: *** [vmmon.ko] 오류 2
make: Leaving directory `/tmp/vmware-config2/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.
[root@localhost vmware-distrib]#
무슨말인지 이해가 가지를 않네요...
아시는 분 계시면 설명좀 부탁드립니다.
vmware에서는 자신이 사용하는 모듈을 직접 compile하여 linu
vmware에서는 자신이 사용하는 모듈을 직접 compile하여 linux driver로
등록하더군요. 위 메세지 보니까 그 모듈을 컴파일 하는데 오류가 생긴 것 같습니다.
오류난 source code를 직접 본것이 아니기 때문에 원인을 정확히 진단할 수 없지만,
vmware 4.5.2 build 8488 과 gcc 3.4.2를 사용하는 저는 아무 문제없이
잘 컴파일 됩니다. vmware 낮은 버젼은 kernel 2.6x를 지원 못한다는
얘기도 들은적 있는 것 같은데 한번 확인해 보세요.
커널 헤더나 소스를 설치하지 않으신 것이 아닐까요?
커널 헤더나 소스를 설치하지 않으신 것이 아닐까요?
----
블로그 / 위키 / 리눅스 스크린샷 갤러리
댓글 달기