> -----Original Message----- > From: Derrick J Brashear [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 19, 2006 11:31 AM > To: Lewis, Dave > Cc: Jim Rees; OpenAFS-info (E-mail) > Subject: RE: [OpenAFS] OpenAFS 1.4.x on SuSE 10.1 and rlim error > > > On Tue, 19 Sep 2006, Lewis, Dave wrote: > > > In my previous attempt where I didn't specify where to find > the kernel > > headers, my src/config/Makefile.config has > > LINUX_KERNEL_PATH = /lib/modules/2.6.16.13-4-default/build > > does /lib/modules/2.6.16.13-4-default/source exist? > what does it point to? >
$ ls -l /lib/modules/2.6.16.13-4-default/source lrwxrwxrwx 1 root root 26 2006-06-05 15:31 /lib/modules/2.6.16.13-4-default/source -> /usr/src/linux-2.6.16.13-4 Also $ ls -l /usr/src/linux lrwxrwxrwx 1 root root 17 2006-06-06 16:15 /usr/src/linux -> linux-2.6.16.13-4 $ ls -l /lib/modules/2.6.16.13-4-default/build lrwxrwxrwx 1 root root 43 2006-06-05 15:31 /lib/modules/2.6.16.13-4-default/build -> /usr/src/linux-2.6.16.13-4-obj/i386/default > > Now with the switch that file has > > LINUX_KERNEL_PATH = /usr/src/linux > > > > > _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
