The kernel module needs to copied to /lib/modules/`uname -a`/kernel/fs/afs/libafs.ko from /usr/afs/etc (put there by the compile --with-transarc-paths)
Then run a depmod from directory /lib/modules/`uname -a` Check with an insmod libafs; lsmod libafs; if there are no errors, you're good to go. tedc -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Russ Allbery Sent: Friday, May 11, 2007 3:35 PM To: King, Richard (CE1 UNIX Admin) Cc: [email protected] Subject: [OpenAFS] Re: [OpenAFS-devel] AFS Newbie Question King, Richard (CE1 UNIX Admin) <[EMAIL PROTECTED]> writes: > OpenAFS Version: 1.4.4 (Latest Stable Release) > Operating System: SuSE 10.1 (i386) > Hello All! > I am fairly new to compiling openafs from source, and I have a question > on how to install an AFS module during the compile process. I looked in > the README/INSTALL files to see if there was any mention on how to > enable kernel module, but I didn't see anything. That's because it just builds the kernel module unless you tell it not to. The problem is that: > What option should I use to create the libafs-2.6.16.13-4-smp.mp.ko > during the compiling process? > In a nutshell, this is my process: > 1) ./configure --with-afs-sysname=i386_linux26 > --with-kernel-headers=/usr/src/linux --disable-kernel-module ^^^^^^^^^^^^^^^^^^^^^^^ You told it not to. Leave that flag off of configure and then it will build the kernel module. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
