Closed GoogleCodeExporter closed 8 years ago
changed minimum versions of fuse and libxml-2.0 to 2.7 and 2.6 respectively
s3fs builds and runs on a Debian lenny system successfully -- mounted a bucket
Details:
$ cat /etc/issue
Debian GNU/Linux 5.0
$ uname -a
Linux lenny64 2.6.26-2-amd64 #1 SMP Thu Sep 16 15:56:38 UTC 2010 x86_64
GNU/Linux
$ autoreconf --install
$ ./configure --prefix=/usr
$ make
$ sudo make install
$ s3fs --version
Amazon Simple Storage Service File System 1.02
Copyright (C) 2010 Randy Rizun <rrizun@gmail.com>
License GPL2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
$ s3fs public.suncup.org ~/public.suncup.org -o
public_bucket=1,default_acl=public-read-write,allow_other
$ ls -l ~/public.suncup.org
total 5
-rw-r--r-- 1 root root 19 2010-10-29 00:58 fasldkilexs3.txt
-rw-r--r-- 1 root root 19 2010-10-29 00:04 file2.txt
-rw-r--r-- 1 root root 19 2010-10-29 00:13 file3.txt
-rw-r--r-- 1 root root 19 2010-10-29 00:49 filex3.txt
-rw-r--r-- 1 root root 19 2010-10-29 00:50 filexs3.txt
-rw-r--r-- 1 root root 6 2010-10-28 20:07 hello
---------- 1 root root 597 2010-10-26 22:36 HOWTO
-rw-r--r-- 1 root root 24 2010-10-29 00:01 move_me.txt
drwxr-xr-x 1 root root 0 2010-10-28 22:21 newdir
Resolved with svn r223
Original comment by dmoore4...@gmail.com
on 30 Oct 2010 at 2:43
Original issue reported on code.google.com by
dmoore4...@gmail.com
on 30 Oct 2010 at 2:12