安装错误:您似乎没有安装 xyz 内核的源代码

安装错误:您似乎没有安装 xyz 内核的源代码

我正在尝试在新安装的机器上安装 Dahdi,当我执行make install最新版本时,出现错误:

You do not appear to have the sources for the 3.5.0-25-generic kernel installed.
make[1]: *** [modules] Error 1

有什么建议么?

答案1

sudo apt-get install linux-source linux-headers-generic

这应该可以帮助你。

Dahi 也可从 Ubuntu 存储库获得,并可从软件中心轻松安装。

相关内容