我剛剛安裝了最新版本的Ubuntu,並且我的筆記本電腦上已經運行了Windows 10(東芝Satellite P55t-A5118)。在運行Windows 10和Ubuntu的系統上安裝laravel 17.04
現在我想安裝和在我的Ubuntu分區上運行laravel,我已經安裝的所有軟件需要的,但每當我運行vagrant up
我得到VirtualBox is complaining that the installation is incomplete. Please run VBoxManage --version to see the error message which should contain instructions on how to fix this error.
我在網上搜索這個錯誤,並試圖幾乎每一個解決方案,但還沒有其還是行不通。
它說你跑'運行後VBoxManage --version'?我經常遇到Fedora缺少kernel-devel/kernel-headers的問題,是否會對此有任何說明? – Melcma
我運行'VBoxManage --version'後,顯示出錯誤'警告:字符設備/ dev/vboxdrv不存在。 \t請安裝virtualbox-dkms包和相應的標頭,最有可能的是linux-headers-generic。 \t在解決此問題之前,您將無法啓動虛擬機。 5.1.22_Ubuntur115126' –
所以這是你正在尋找的答案。安裝這些軟件包或谷歌的錯誤消息或更新您的問題。我敢打賭,它缺少'linux-headers',因爲我在Fedora上全新安裝時遇到同樣的問題。 – Melcma