ssh won't mount
Status: Beta
Brought to you by:
mali
Okay, I have automount working with another server, so
I know my lufs is working but I found this case:
[Bob@rcn-76f4540a6147-Wired Bob]$ ssh user@flop.server.edu
Last login: Sat May 1 10:34:27 2004 from 128-193-242-107
[user@flop user]$ exit
logout
Connection to flop.server.edu closed.
[Bob@rcn-76f4540a6147-Wired Bob]$ lufsmount
ssh://user@flop.server.edu flop/
liblufs-ssh.so: cannot open shared object file: No such
file or directory
unsupported file system: ssh
I did create the directory flop in the current working
directory.
Any ideas?
Logged In: YES
user_id=810569
Lufs installs all the shared libs in /usr/local/lib by
default. You may not have this in your path. You can add
this to your path or just go to /usr/local/lib and copy all
the lufs* files to /usr/lib and try it again.
Logged In: NO
I used:
./configure --prefix=/usr
when installing. The files are in the right spot.
Logged In: NO
Even if I did do all the comments says, and eben if the
files are now in /usr/lib (as all other libraries)... the
message still reads:
# lufsmount sshfs://mali@lufs.sourceforge.net ~/mnt/lufs
liblufs-sshfs.so: cannot open shared object file: No such
file or directory
unsupported file system: sshfs