DJKings 发表于 2005-4-27 01:22:35

新手学习ldd2时遇到的问题!恳请指教!

我用Red Hat 9
第二章一开头,在编译hello.c后,运行insmod时提示,这个模块是为内核2.4.20编译的,而我的内核版本是2.4.20-8,不能加载
我按照书中的一句提示,把内核编译为不支持版本控制功能,还是不行 -.-
刚开始学习就被卡在这里了,该怎么办啊?

puretears 发表于 2005-4-27 06:56:18

It seemed that there r two way to solve the problem:

1. you can try insmod -f <your module>

2. you'd better download a standard kernel and compile it. The
kernel version of RH is 2.4.20-8CUSTOM by default not 2.4.20-8.
Although you can change it, but a new 2.6 standard kernel is
highly recommended!:mrgreen:

DJKings 发表于 2005-4-29 08:34:45

You're so kind!
Thank you very much!
页: [1]
查看完整版本: 新手学习ldd2时遇到的问题!恳请指教!