[해결] Fedora 8에서 VirtualBox실행시 에러..

나그네나그네의 이미지

컴파일하지 않고 바이너리를 바로 받아서 썼습니다.

VirtualBox 실행하니까 다음과 같은 에러가 뜹니다.

VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).

결과 코드:
0x80004005
구성 요소:
Console
인터페이스:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}


그래서
/etc/init.d/vboxdrv setup
을 실행했더니 :
Stopping VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [실패]
(Look at /var/log/vbox-install.log to find out what went wrong)

가 뜨길레,

vi /var/log/vbox-intall.log :

Makefile:68: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR= and run Make again..

..이제 리눅스 설치 막바지인데 ㅎㅎ;
아무나 팁을 좀 주시면 안될까요?

나그네나그네의 이미지