hai there,
I am working on,
Red Hat Enterprise Linux ES release 4 (Nahant Update 2),
Kernel 2.6.9-22.EL on an i686 .
I used LiS-2.18.0, but not able to compile on above specified version.
I got a patch on ( Delivery-Date: Mon, 26 Dec 2005 14:02:57 -0500);
then I compiled and loaded streams successfully. I observed a memory leak
issue when I added an external binary package to the LiS.
I did the following steps :
1. I created a soft link as,
cd /usr/src
ln -fs kernels/2.6.9-22.EL-i686 linux
2. I am going to send a zip file as an attachment which comprises :
1. pwmodule.c (streams driver )
2. Config
3. Makefile-streams
4. Makefile (to compile pwmodule.c)
5. test.c (a test sample for device /dev/pwdev)
6. result ( obtained from /sbin/dmesg)
7. copy.bat (creates folder /usr/src/LiS/pkg/pware and
copies the Config,
Makefile-streams,pwmodule.o)
8. LiS-2.18.0-RHEL4.patch ( patch used to compile
LiS-2.18.0 on RH-ES4 with 2.6.9-22.EL-i686)
3. I did a change in
"/usr/src/LiS/include/sys/LiS/linux-mdep.h"
line 140 : #include <linux/interrupt.h>
to
#ifndef PACKETWARE
#include<linux/interrupt.h>
#endif
to compile the driver. This is the only change I made.
Thanks in advance for any suggestion on above issue.
regards,
kishore,packetware.
_______________________________________________
Linux-streams mailing list
[email protected]
http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams