7 virtualbox 11.10 guest-additions
我正在尝试在 VirtualBox 4.04.on ubuntu 11.10 中安装 Guest Additions
我有这个错误:
The headers for the current running kernel were not found.
If the module compilation fails then this could be the reason.
Run Code Online (Sandbox Code Playgroud)
请注意,我已经安装了标头,但仍然出现此错误。
你有什么想法吗?
小智 11
我发现,安装dkms有
sudo apt-get install dkms
Run Code Online (Sandbox Code Playgroud)
为我解决了这个错误/警告。看到这个答案。
此命令将安装内核头文件:
sudo apt-get install linux-headers-$(uname -r)
Run Code Online (Sandbox Code Playgroud)
现在,再次尝试安装 Guest Additions。
| 归档时间: |
|
| 查看次数: |
35365 次 |
| 最近记录: |