Friday, October 18, 2013

fuse - sshfs-fuse

tested on openSUSE 13.1 RC1
downloaded 2.4 at sourceforge.net, unpack and './configure'.

get the following error:

[...] checking pkg-config is at least version 0.9.0... yes
checking for SSHFS... configure: error: Package requirements (fuse >= 2.2 glib-2.0 gthread-2.0) were not met:
No package 'glib-2.0' found
No package 'gthread-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables SSHFS_CFLAGS
and SSHFS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

install glib2-devel!

continue: ./configure, make and make install

then:
sshfs username@server:/directory /mountpoint

No comments:

Post a Comment