OK, will do:
Last login: Fri Feb 2 17:03:57 2001 from ctpjaguar.mit.edu
[root@ctpraid1 /root]# grep printk /proc/ksyms
c011446c printk_R__ver_printk
[root@ctpraid1 /root]# strings -a
/lib/modules/2.4.1-XFS/kernel/fs/autofs/autofs.o | grep printk
printk
[root@ctpraid1 /root]# grep printk /usr/src/linux/include/linux/modversions.h
[root@ctpraid1 /root]#
[root@ctpraid1 /root]# ls -al /usr/src/linux
lrwxrwxrwx 1 root root 19 Feb 1 19:35 /usr/src/linux ->
linux-2.4-xfs/linux
ls -al /usr/include/asm
lrwxrwxrwx 1 root root 26 Feb 1 19:27 /usr/include/asm
-> /usr/src/linux/include/asm
[root@ctpraid1 /root]# ls -al /usr/include/linux
lrwxrwxrwx 1 root root 28 Feb 1 19:27 /usr/include/linux
-> /usr/src/linux/include/linux
It looks like I've got my include symlinks right, and the /usr/src/linux
link goes straight into the kernel source.
Cheers,
--Maynard
On Sat, 3 Feb 2001, Keith Owens wrote:
> On Fri, 2 Feb 2001 15:43:12 -0500 (EST),
> "J. Maynard Gelinas" <gelinas@xxxxxxxxxxx> wrote:
> >[root@ctpraid1 /etc]# insmod autofs
> >Using /lib/modules/2.4.1-XFS/kernel/fs/autofs/autofs.o
> >/lib/modules/2.4.1-XFS/kernel/fs/autofs/autofs.o: unresolved symbol printk
> >[root@ctpraid1 /etc]# uname -a
> >Linux ctpraid1 2.4.1-XFS #3 Fri Feb 2 12:11:17 EST 2001 i686 unknown
> >Module and versioning support is compiled into the kernel.
>
> I need the output from
>
> grep printk /proc/ksyms
> strings -a /lib/modules/2.4.1-XFS/kernel/fs/autofs/autofs.o | grep printk
> grep printk 2.4.1-XFS/include/linux/modversions.h
>
> point that last command at the 2.4.1-XFS source tree.
>
>
|