Hello!
I am attempting to set up an encrypted partition on
my hard drive. I'm running RedHat 9.0, with kernel 2.4.20-18.9, and I have
the source RPM for this kernel installed.
I downloaded loop-AES-v1.7d, unzipped and untarred
it to /usr/local/src. However, when I try "make", I get the
following:
-------------------------------------
[root@xxxx loop-AES-v1.7d]# make
cd /lib/modules/2.4.20-18.9/build && make
SUBDIRS=/usr/local/src/loop-AES-v1.7d modules Q='@cd
/usr/local/src/loop-AES-v1.7d && if [ "$@" =
"/usr/local/src/loop-AES-v1.7d" ]; then make modules; fi && true
'
make[1]: Entering directory `/usr/src/linux-2.4.20-18.9' The present kernel configuration has modules
disabled.
Type 'make config' and enable loadable module support. Then build a kernel with module support enabled. make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.20-18.9' make: *** [all] Error 2 --------------------------------------- Now, I've checked, and it looks to me like the
source is in the proper place, and I *think* modules are enabled, as I can use
modprobe and insmod, and I have modules loading in /etc/modules.conf. What
am I missing?
Thanks!
Ben
|