
What am I missing? fuse disagrees struct_module?
RH4 Upd 4, 2.6.9-42.ELsmp
I got the rpms from your site at
http://marush.com/2007/03/08/fuse-263-3 ... el-4-srpm/
and when I attempt to install them, all go in except fuse-kernel-module which shows
Preparing... ########################################### [100%]
1:fuse-kernel-module warning: user avm does not exist - using root
warning: group avm does not exist - using root
########################################### [100%]
FATAL: Could not open '/boot/System.map-2.6.9-42.0.3.EL': No such file or directory
error: %post(fuse-kernel-module-2.6.3-3.EL4.i686) scriptlet failed, exit status 1
under /boot I have System.map-2.6.9-42.EL and System.map-2.6.9-42.ELsmp
If I try to just hack it in there and make System.map-2.6.9-42.0.3.EL a softlink to System.map-2.6.9-42.ELsmp, the rpm will install, but a modprobe -v fuse shows
FATAL: Could not open '/lib/modules/2.6.9-42.ELsmp/kernel/fs/fuse/fuse.ko': No such file or directory
If I try to hack that together and copy the ...kernel/fs/fuse subdir from /lib/modules/2.6.9-42.0.3.EL to /lib/modules/2.6.9-42.ELsmp/kernel/fs and then do modprobe -v fuse, I get
insmod /lib/modules/2.6.9-42.ELsmp/kernel/fs/fuse/fuse.ko
FATAL: Error inserting fuse (/lib/modules/2.6.9-42.ELsmp/kernel/fs/fuse/fuse.ko): Invalid module format
and in dmesg I see fuse: disagrees about version of symbol struct_module
help?