My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallationNotes  
Installation Notes
Featured
Updated Aug 30, 2011 by ben.lema...@gmail.com

General Instructions

From released tarball

Download: http://s3fs.googlecode.com/files/s3fs-1.61.tar.gz
Download SHA1 checksum: 8f6561ce00b41c667b738595fdb7b42196c5eee6
Download size: 154904

  • tar xvzf s3fs-1.61.tar.gz
  • cd s3fs-1.61/
  • ./configure --prefix=/usr
  • make
  • make install (as root)

From subversion repository

Notes for Specific Operating Systems

Debian / Ubuntu

Tested on Ubuntu 10.10

Install prerequisites before compiling:

  • apt-get install build-essential
  • apt-get install libfuse-dev
  • apt-get install fuse-utils
  • apt-get install libcurl4-openssl-dev
  • apt-get install libxml2-dev
  • apt-get install mime-support

Fedora / CentOS

Tested on Fedora 14 Desktop Edition and CentOS 5.5 (Note: on Nov 25, 2010 with s3fs version 1.16, newer versions of s3fs have not been formally tested on these platforms)

Note: See the comment below on how to get FUSE 2.8.4 installed on CentOS 5.5

Install prerequisites before compiling:

  • yum install gcc
  • yum install libstdc++-devel
  • yum install gcc-c++
  • yum install fuse
  • yum install fuse-devel
  • yum install curl-devel
  • yum install libxml2-devel
  • yum install openssl-devel
  • yum install mailcap

Comment by project member moore...@suncup.net, Jan 12, 2011

For Debian Lenny, see  issue #143  on instructions on how to get FUSE 2.8.4 installed

Comment by project member moore...@suncup.net, Mar 9, 2011

For CentOS, see  issue #170  on instructions on how to get FUSE 2.8.4 installed

Powered by Google Project Hosting