- Mitglied seit
- 7 Mrz 2007
- Beiträge
- 114
- Punkte für Reaktionen
- 0
- Punkte
- 16
Hallo!
Mir fehlt bisher die Möglichkeit ein entferntes Dateisystem sicher zu mounten.
Da würde sich SSHFS oder auch SHFS gut eignen. Es gab mal ein gebautes SHFS Modul, aber für den 2.4er Kernel. Und da SHFS auch nicht mehr weiterentwickelt wird, habe ich SSHFS probiert, was auf FUSE aufbaut.
Leider scheitere ich mit dem Bau von beiden Paketen.
beim Bau von SSHFS komme ich glaub ich noch am weitesten:
Kriegen wir das vllt zusammengebaut?
Dank und viele Grüße.
Mir fehlt bisher die Möglichkeit ein entferntes Dateisystem sicher zu mounten.
Da würde sich SSHFS oder auch SHFS gut eignen. Es gab mal ein gebautes SHFS Modul, aber für den 2.4er Kernel. Und da SHFS auch nicht mehr weiterentwickelt wird, habe ich SSHFS probiert, was auf FUSE aufbaut.
Leider scheitere ich mit dem Bau von beiden Paketen.
beim Bau von SSHFS komme ich glaub ich noch am weitesten:
Code:
freetz@freetz-linux:~/sshfs-fuse-2.2$ ./configure --build=i386-linux-gnu --target=mipsel-linux --host=mipsel-linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for mipsel-linux-strip... mipsel-linux-strip
checking for mipsel-linux-gcc... mipsel-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether mipsel-linux-gcc accepts -g... yes
checking for mipsel-linux-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of mipsel-linux-gcc... gcc3
checking whether mipsel-linux-gcc and cc understand -c and -o together... yes
checking for library containing dlsym... -ldl
checking OpenSSH version... 5.1 >= 4.4, disabling NODELAY workaround
checking for mipsel-linux-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
configure: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to [email protected].
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 'fuse' found
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.
Kriegen wir das vllt zusammengebaut?
Dank und viele Grüße.