freeBSD 10.2에서 Oracle Virtual Box Guest Addition을 설치하는 데 문제가 있습니다.

freeBSD 10.2에서 Oracle Virtual Box Guest Addition을 설치하는 데 문제가 있습니다.

나는 다음 절차를 따르고 있습니다freeBSD 위키 freeBSD에 게스트 추가 설치.

pkg install emulators/virtualbox-ose-additions

에뮬레이터/virtualbox-ose-additions를 오류 없이 설치할 수 있었습니다. 그 후 나는 다음 명령을 실행했습니다.

 # cd /usr/ports/emulators/virtualbox-ose-additions && make install clean

그리고 이 오류가 발생했습니다:

 vboxmouse_drv_117.so : No such file or directory
*** Error code 71

자세한 내용은 아래 이미지에 나와 있습니다.

여기에 이미지 설명을 입력하세요.

답변1

FreeBSD에 애플리케이션을 설치하는 방법에는 두 가지가 있습니다:

  • 패키지 관리자를 사용하여 패키지 설치pkg
  • 아니면 컴파일해서ports

을 실행하면 pkg install emulators/virtualbox-ose-additions이미 설치되어 있으므로 포트에서 다시 설치할 필요가 없습니다.

관련 정보