Package: sshfs
Version: 1.9-1
Severity: normal

I recently installed sshfs on a Debian sid machine.

apt-cache show sshfs

tells that libfuse2 (>= 2.6) is a valid dependency. On this machine I
have
$ dpkg -l sshfs libfuse2
ii  libfuse2       2.6.5-1        Filesystem in USErspace library
ii  sshfs          1.9-1          filesystem client based on SSH File

However, when I tried to run an sshfs command, I get the following
errors.

$ sshfs [EMAIL PROTECTED]:/home/user local_dir
sshfs: /usr/lib/libfuse.so.2: version `FUSE_2.7' not found (required by
sshfs)

Upgrading the libfuse2 to 2.7.3-4 from 2.6.5-1 solved the above problem.
So I think the correct dependency should be

libfuse2 (>= 2.7)

instead of libfuse2 (>= 2.6).

hth
raju


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.17-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages sshfs depends on:
pi  fuse-utils                    2.6.5-1    Filesystem in USErspace (utilities
ii  libc6                         2.7-8      GNU C Library: Shared libraries
ii  libfuse2                      2.6.5-1    Filesystem in USErspace library
ii  libglib2.0-0                  2.14.6-1   The GLib library of C routines

sshfs recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to