전에 우분투(버전이 기억이 안나지만 대략 7버전 대였던듯합니다) 에서
분명 Vmware Server 1.0.6을 잘 설치해서 사용했던 기억이 납니다.
이번에 새로 우분투9.04 서버 (32bit)를 설치해서 테스트삼아 Gnome등 xwindow환경을 설치하고나서 VMware Server 1.0.6버전을 설치하는데, 설치할 때 부터가 문제입니다.
처음에 Vmware Server 1.0.6을 설치하다보니 /usr/src/linux/include를 찾을 수 없다고 해서
보니 정말 없더군요…-_-;;
그래서 아래와 같이 관련 헤더들을 설치해서 진행했는데…
apt-get install build-essential
uname -r ==> 이걸로 버전확인하고
apt-get install linux-headers-‘kernel version’ ==> 이자리에 위 버전 넣어서 잘 설치…
물론 위 3줄은 su로 root로 로그인된 상태에서…실행
찾아서 잘 컴파일되다가 특정부분에서 경고가 몇 번 뜨다가 에러가 나면서
중단이 되어버립니다.
아래는 에러메시지 중 한단 몇 줄 만 복사한 것입니다.
…
/tmp/vmware-config0/vmmon-only/linux/driver.c:151: warning: initialisation from
incompatible pointer type
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function ?inuxDriver_Ioctl?
/tmp/vmware-config0/vmmon-only/linux/driver.c:1670: error: too many arguments to
function ?mp_call_function?
make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] 以瑜 1
make[1]: *** [module/tmp/vmware-config0/vmmon-only] 以瑜 2
make[1]: Leaving directory /usr/src/linux-headers-2.6.28-15-server' make: *** [vmmon.ko] 以瑜 2 make: Leaving directory
/tmp/vmware-config0/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
"VMware Docs Home.
Execution aborted.
우분투 9.04에 VMWare Server 2.0버전대는 정말 잘 설치되더군요…
하지만 결론은 우분투 9.04 서버에 VMWare 1.0.6버전은 안되네요…ㅠ.ㅠ
속도나 기타 문제때문에 저는 VMWare Server 2.0버전 대는 최악이라 생각이되어
반드시 1.0.6버전대 를 사용하고 싶은데
우분투에서는 안되는걸까요?
여러분들의 도움을 부탁드립니다.