BackTrack 5에 VirtualBox 설치


0

VirtualBox의 설치 스크립트를 실행할 때이 오류가 발생합니다.

$ sudo ~/Downloads/VirtualBox-4.1.14-77440-Linux_x86.run 
Verifying archive integrity... All good.
Uncompressing VirtualBox for Linux installation...........
VirtualBox Version 4.1.14 r77440 (2012-04-12T16:20:44Z) installer
Removing previous installation of VirtualBox 4.1.14 r77440 from /opt/VirtualBox
Installing VirtualBox to /opt/VirtualBox
tar: Record size = 8 blocks
Python found: python, installing bindings...
Building the VirtualBox kernel modules

Error! Bad return status for module build on kernel: 3.2.6 (i686)
Consult the make.log in the build directory
/var/lib/dkms/vboxhost/4.1.14/build/ for more information.
ERROR: binary package for vboxhost: 4.1.14 not found

여기에 로그가 있습니다 :

$ cat /var/lib/dkms/vboxhost/4.1.14/build/make.log 
DKMS make.log for vboxhost-4.1.14 for kernel 3.2.6 (i686)
Sun May 13 14:32:52 CEST 2012
make: Entering directory `/usr/src/linux-headers-3.2.6'
/usr/src/linux-headers-3.2.6/arch/x86/Makefile:39: /usr/src/linux-headers-3.2.6/arch/x86/Makefile_32.cpu: No such file or directory
make: *** No rule to make target `/usr/src/linux-headers-3.2.6/arch/x86/Makefile_32.cpu'.  Stop.
make: Leaving directory `/usr/src/linux-headers-3.2.6'

/usr/src/linux-headers-3.2.6/arch/x86/ 디렉토리 :

$ ls /usr/src/linux-headers-3.2.6/arch/x86/               
Kconfig        Makefile  ia32    lguest    mm        pci       tools  video
Kconfig.cpu    boot      kernel  lib       net       platform  um     xen
Kconfig.debug  crypto    kvm     math-emu  oprofile  power     vdso

"cpu"에 대한 Makefile 참조

$ cat /usr/src/linux-headers-3.2.6/arch/x86/Makefile | grep cpu
        include $(srctree)/arch/x86/Makefile_32.cpu
        # FIXME - should be integrated in Makefile.cpu (Makefile_32.cpu)

3.XI로 업그레이드하기 전에이 문제가 없기 때문에 스크립트가 VB를 올바르게 설치합니다. 이 문제의 원인에 대한 아이디어가 있습니까?

미리 감사드립니다.

답변:


0

문제는 그것이 /usr/src/linux-headers-3.2.6/arch/x86/Makefile_32.cpu존재하지 않는다는 것입니다. 헤더 파일을 github 에서 적절한 디렉토리에 복사 한 다음 가상 박스를 다시 설치하십시오.


내 커널 소스에 파일이 없다는 뜻입니까? 이상한데, 그것은 저장소에서 설치되었습니다. 시도 할 것이다.
m0skit0,
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.