解压完驱动包,安装的时候提示makefile:65:*** Linux kernel source not found. stop.
有朋友说是kernel-devel问题,但是不了解kernel-devel包括哪些包
又有朋友说去www.kernel.org上下载一个,所以就去上边下了一个30多M的包
下完后./configure不能进行
这时停在这里了,不知道怎么做了,请帮助我一下,查了好久没有查出什么问题!~
我把从www .kernel.org上
下载的linux-2.6.9.tar.bz2软件包解压在/usr/src下了
并ln -s linux-2.6.9 linux
做了如下链接!现在进入linux的时候里边可以发现Makefile文件
后去驱动下安装时提示
[root@ecofe2 src]# make install
Makefile:101: *** Linux kernel source not configured - missing version.h. Stop.
[root@ecofe2 src]#
发现/usr/src下有一个/kernels目录
[root@ecofe2 src]# ls
e1000 kernels linux linux-2.6.9 linux-2.6.9.tar.bz2
[root@ecofe2 src]# cd kernels
[root@ecofe2 kernels]# ls
2.6.9-34.EL-i686
[root@ecofe2 kernels]# cd ../../
[root@ecofe2 usr]# ls
bin games kerberos libexec sbin src X11R6
etc include lib local share tmp
[root@ecofe2 usr]# cd src
[root@ecofe2 src]# ln -s ./kernels/2.6.9-34.EL-i686 linux
[root@ecofe2 e1000]# make install
Makefile:118: *** Compiler not found. Stop.
[root@ecofe2 e1000]#
出现这种情况。汗!~