wow-kachi 버젼을 사용하고 있고 얼마전까지 커널 2.4.2를 쓰다가
오늘 2.4.3-ac3로 컴파일 했습니다.
그런데 2.4.3-ac3에서 vmware의 vmnet과 vmmon 서비스가 작동하지
않아서 /usr/bin/vmware-config.pl을
실행시키자 C 헤더파일의 위치를 찾을 수 없다고
나오면서 브릿지 서비스를 실행하지 못하는 군요.
현재 모듈은 /lib/modules/linux-2.4.3-ac3 에 있고 소스는 /usr/src/linux에 있지요.
혹시 제가 커널을 컴파일할때 뭘 잘못한것인지 아니면 vmware는
2.4.3 커널에서 사용할 수 없는 것인지 잘 모르겠습니다.
도움주세요...
/* 아래는 vmware-config.pl 실행시 에러 메세지 입니다. */
Extracting the sources of the vmnet module.
Building the vmnet module.
make: 들어감 `/tmp/vmware-config0/vmnet-only' 디렉토리
bridge.c: In function `VNetBridgeReceiveFromDev':
bridge.c:788: warning: implicit declaration of function `skb_datarefp'
make: 나감 `/tmp/vmware-config0/vmnet-only' 디렉토리
Unable to make a vmnet module that can be loaded in the running kernel:
/tmp/vmware-config0/vmnet.o: unresolved symbol skb_datarefp
There is probably a light difference of 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 have
a look at "http://www.vmware.com/download/modules/modules.html".
Execution aborted.
--
(..)