Tran Huu Quyen wrote:

Hi Dave,

I'm new in LiS, I try with LiS-2.14.M. It is successfully compiled on my
machine running RH 7.2 (kernel 2.4.7-10), but I cannot install it on my
machine due to error of depmod -a.

Hi,

You have compiled against kernel source that does not match the kernel installed by Red Hat. If you are running exactly 2.4.7-10 as provided by Red Hat, then the following steps should work:

install kernel-source-2.4.7-10 RPM
do not make any changes to the kernel. Don't run make dep or anything like that.
untar the LiS source into /usr/src.
cd /usr/src/LiS-2.14
make config
make
make install

If you change the configuration of the kernel in /usr/src/linux (such as with make menuconfig), then you will end up changing the version numbers on all the symbols in the kernel, so what you get for streams won't match the running kernel.

Getting this right may be impossible if you have changed things already, so you might want to start over from the beginning.

Jared


_______________________________________________
Linux-streams mailing list
[EMAIL PROTECTED]
http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams


Reply via email to