Hi,

I successfully upgraded to 5.1.
Then I tried to install fuse-sshfs, I got the following message :

yum --enablerepo=3D* install fuse-sshfs
Loading "kernel-module" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package fuse-sshfs.i386 0:1.9-1.el5.rf set to be updated
--> Running transaction check
--> Processing Dependency: libfuse.so.2(FUSE_2.7) for package:
fuse-sshfs
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin
Error: Missing Dependency: libfuse.so.2(FUSE_2.7) is needed by packag=
e
fuse-sshfs



    yum provides libfuse.so.2

shows that libfuse.so.2 is part of fuse-libs
so add that to your yum install line


I think, it should read ...

yum provides "libfuse.so.2(FUSE_2.7)" --enablerepo=dag
==>
fuse.i386                                2.7.0-1.el5.rf         dag
Matched from:  libfuse.so.2(FUSE_2.7)
<==

Problem seems, that yum picks fuse-sshfs-1.9 from dag but fuse-2.6 from sl (due to epoch 5), which don't go together ... so you need to install fuse-2.7.0 fuse-sshfs-1.9 both from dag or stick to sl's repo, just mixing won't work.

Ciao, Frank.

Reply via email to