Le Tue, 3 Feb 2009 09:59:25 -0600 Kyle Schochenmaier <[email protected]> écrivait:
> do a 'strings src/kernel/linux-2.6/pvfs2.ko | grep "2.6"` > and see if that matches 'uname -ar' Even better, use "modinfo src/kernel/linux-2.6/pvfs2.ko" > Rebuild against the correct kernel tree if it doesnt, that should fix > it up. Either use the kernel headers matching your kernel, or if you're using the sources instead : 1) copy /boot/Config-<kernel version> to /usr/src/linux-<version>/.config 2) cd /usr/src/linux-<version> && make prepare && make modules_prepare 3) cd /usr/src/pvfs and make kmod -- ---------------------------------------- Emmanuel Florac | Intellique ---------------------------------------- _______________________________________________ Pvfs2-users mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
