Are the cpint and km_cpint packages only applicable to the SLES7 distribution or can they be used for a TurboLinux 7.0 system (2.4.7 kernel)?
/Thomas Kern /(301)903-2211 -----Original Message----- From: Bishop, Peter G [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 22:49 To: [EMAIL PROTECTED] Subject: Re: cpint install question I got the cpint installed finally, but it took a bit of trying so what follows may not be the best way to do it. In particular I had to copy the cpint.o module to a "correct" /lib/modules directory to allow cpint_load to find it. Environment: SLES7 beta, vanilla install - no patches (SuSE 2.4.7 kernel) 1. install these packages if not already installed kernel-source, cpint, km_cpint 2. copy the /boot/kernel/version.h to /lib/modules/`uname -r`/build/include/linux (I got this tip from a combination of reading Rob's post and the output from a bad make I did earlier) 3. cd /usr/src/kernel-modules/km_cpint (this has the source and the makefile for building the cpint.o module) running make -f against Makefile.module gave me the tip in step 2. 4. make -f Makefile.module 5. make -f Makefile.module install 6. cp /lib/modules/2.4.7/misc/cpint.o /lib/modules/`uname -r`/misc 7. cpint_load 8. cpint-post-insmod 9. away you go...some sample output, including a harmless (?) error about symbolic links
