全部博文(333)
分类: LINUX
2015-01-21 10:56:04
操作系统为fedora14。安装时选的最小化安装,以至于一些一些开发工具都没有安装。
[root@host]# yum install kernel-devel
You can use this command to determine the version of your running kernel:
[root@host]# uname -r
The result will look similar to this:
2.6.18-194.17.1.el5xen
In this case, the xen kernel is installed and the way to install this specific kernel-devel package is:
[root@host]# yum install kernel-xen-devel