Mit DS111 auf 1und1 Smartdrive mit davfs2 direkt zugreifen

Status
Für weitere Antworten geschlossen.

Merthos

Benutzer
Mitglied seit
01. Mai 2010
Beiträge
2.709
Punkte für Reaktionen
2
Punkte
84
4. Da dropbox kein WebDAV hat, wohl kaum. Allerdings könntest Du es mittels DropDAV versuchen.
 

alexserikow

Benutzer
Mitglied seit
23. Feb 2011
Beiträge
877
Punkte für Reaktionen
0
Punkte
36
es funktioniert ;) ich habe mit dropdav zugriff auf meine dropbox, SAUBER :)

das einzige, was ich, weil ich nicht so der linux-crack bin, nicht weiß wie ich das start-skript und das zertifikat einbinden kann. vielleicht kann mir dabei nochmal jemand helfen?!

gruß
 

alexserikow

Benutzer
Mitglied seit
23. Feb 2011
Beiträge
877
Punkte für Reaktionen
0
Punkte
36
es funktioniert ;) ich habe mit dropdav zugriff auf meine dropbox, SAUBER :)

das einzige, was ich, weil ich nicht so der linux-crack bin, nicht weiß wie ich das start-skript und das zertifikat einbinden kann. vielleicht kann mir dabei nochmal jemand helfen?!

gruß
habe gerade gesehen das er nicht alle ordner/dateien, die im dropbox-ordner liegen, nicht empangen werden. jemand ne idee warum?

meine frage zum thema start-skript und zertifikat sind auch noch offen ;)

gruß
 

thomason

Benutzer
Mitglied seit
14. Apr 2010
Beiträge
6
Punkte für Reaktionen
0
Punkte
0
./config error

Wenn ich versuche ./configure auszufuehren erhalte ich folgendes ...

Rich (BBCode):
 ./configure --prefix=/opt --with-neon=/opt
checking for a BSD-compatible install... /opt/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /opt/bin/install -c
checking whether ln -s works... yes
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking build system type... armv5tejl-unknown-linux-gnu
checking host system type... armv5tejl-unknown-linux-gnu
checking for ld used by GCC... /volume1/@optware/arm-marvell-linux-gnu/bin/ld
checking if the linker (/volume1/@optware/arm-marvell-linux-gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for neon library in /opt... found
checking linking against neon... yes
configure: using neon library 0.29.3
configure: SSL is supported by neon
configure: zlib is supported by neon
configure: IPv6 is supported by neon
configure: LFS is supported by neon
configure: SOCKSv5 is not supported by neon
configure: thread-safe SSL is not supported by neon
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... /lib/cpp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking limits.h usability... no
checking limits.h presence... yes
configure: WARNING: limits.h: present but cannot be compiled
configure: WARNING: limits.h:     check for missing prerequisite headers?
configure: WARNING: limits.h: see the Autoconf documentation
configure: WARNING: limits.h:     section "Present But Cannot Be Compiled"
configure: WARNING: limits.h: proceeding with the preprocessor's result
configure: WARNING: limits.h: in the future, the compiler will take precedence
configure: WARNING:     ## --------------------------------------------------------- ##
configure: WARNING:     ## Report this to http://savannah.nongnu.org/projects/davfs2 ##
configure: WARNING:     ## --------------------------------------------------------- ##
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int8_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for struct stat.st_blksize... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uint32_t... yes
checking for uint64_t... yes
checking for working volatile... yes
checking for void *... yes
checking size of void *... 4
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether closedir returns void... no
checking for error_at_line... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for library containing getmntent... none required
checking whether gcc needs -traditional... no
checking whether sys/types.h defines makedev... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... no
checking sys/socket.h presence... yes
configure: WARNING: sys/socket.h: present but cannot be compiled
configure: WARNING: sys/socket.h:     check for missing prerequisite headers?
configure: WARNING: sys/socket.h: see the Autoconf documentation
configure: WARNING: sys/socket.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/socket.h: proceeding with the preprocessor's result
configure: WARNING: sys/socket.h: in the future, the compiler will take precedence
configure: WARNING:     ## --------------------------------------------------------- ##
configure: WARNING:     ## Report this to http://savannah.nongnu.org/projects/davfs2 ##
configure: WARNING:     ## --------------------------------------------------------- ##
checking for sys/socket.h... yes
checking types of arguments for select... int,int *,struct timeval *
checking for strftime... no
checking for strftime in -lintl... no
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for endpwent... no
checking for ftruncate... no
checking for getmntent... (cached) yes
checking for memset... no
checking for mkdir... no
checking for nl_langinfo... no
checking for rpmatch... no
checking for select... no
checking for setlocale... no
checking for strcasecmp... no
checking for strchr... no
checking for strdup... no
checking for strerror... no
checking for strpbrk... no
checking for strrchr... no
checking for strstr... no
checking for strtol... no
checking for utime... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating etc/Makefile
config.status: creating man/Makefile
config.status: creating man/de/Makefile
config.status: creating man/es/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

Configuration for building davfs2 1.4.5:

  Install Prefix:            /opt
  Compiler:                  gcc
  Large File Support:        yes
  Neon Library:              library in /opt (0.29.3)
                             SSL is supported by neon
  National Language Support: libc

Wichtigste Info: WARNING: limits.h: present but cannot be compiled
 

thomason

Benutzer
Mitglied seit
14. Apr 2010
Beiträge
6
Punkte für Reaktionen
0
Punkte
0
ist bei folgendem make vorzeitig ende
Rich (BBCode):
Making all in src
make[2]: Entering directory `/tmp/davfs2-1.4.6/src'
gcc -DPROGRAM_NAME=\"mount.davfs\" -DDAV_SYS_CONF_DIR=\"/opt/etc/davfs2\" -DDAV_SYS_RUN=\"/var/run/mount.davfs\" -DDAV_SYS_CACHE=\"/var/cache/davfs2\" -DDAV_SECRETS=\"secrets\" -DDAV_CONFIG=\"davfs2.conf\" -DDAV_CERTS_DIR=\"certs\" -DDAV_CLICERTS_DIR=\"private\" -DDAV_DATA_DIR=\"/opt/share/davfs2\" -DLOCALEDIR=\"/opt/share/locale\" -DDAV_USER=\"davfs2\" -DDAV_GROUP=\"davfs2\" -DHAVE_CONFIG_H -I. -I..    -Wall -g -O2 -I/opt/include/neon -D_LARGEFILE64_SOURCE -DNE_LFS -MT dav_coda.o -MD -MP -MF .deps/dav_coda.Tpo -c -o dav_coda.o dav_coda.c
In file included from dav_coda.c:31:
/volume1/@optware/bin/../lib/gcc/arm-marvell-linux-gnu/3.4.6/include/limits.h:11:23: syslimits.h: No such file or directory
make[2]: *** [dav_coda.o] Error 1
make[2]: Leaving directory `/tmp/davfs2-1.4.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/davfs2-1.4.6'
make: *** [all] Error 2
Irgendeine Idee wie ich das beheben kann?
 
Status
Für weitere Antworten geschlossen.
 

Kaffeautomat

Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.

Als Dankeschön schalten wir deinen Account werbefrei.

:coffee:

Hier gehts zum Kaffeeautomat