How to install and run latest s3fs on CentOS 5.5
By angsuman, Gaea News NetworkSaturday, November 2, 2013
You can install and run s3fs latest version (tested on 1.73) on CentOS 5.5. Please consider this as on update to the s3fs documentation.
- yum remove fuse fuse* fuse-devel
- yum install gcc.x86_64 libstdc++-devel.x86_64 gcc-c++.x86_64 curl.x86_64 curlpp.x86_64 curlpp-devel.x86_64 curl-devel.x86_64 libxml2.x86_64 libxml2-devel.x86_64 openssl-devel.x86_64 mailcap.x86_64
- cd /usr/local/src
- wget “https://downloads.sourceforge.net/project/fuse/fuse-2.X/2.8.4/fuse-2.8.4.tar.gz?r=&ts=1299709935&use_mirror=cdnetworks-us-1″
- tar -xzvf fuse-2.8.4.tar.gz
- rm fuse-2.8.4.tar.gz
- mv fuse-2.8.4 fuse
- cd fuse/
- ./configure –prefix=/usr
- make
- make install
- export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib64/pkgconfig/
- ldconfig
- modprobe fuse
- pkg-config –modversion fuse (confirm that 2.8.4 is the version displayed)
- cd ../
- wget https://s3fs.googlecode.com/files/s3fs-1.73.tar.gz (get URL for latest version)
- tar -xzvf s3fs-1.73.tar.gz
- rm s3fs-1.73.tar.gz
- mv s3fs-1.73 s3fs
- cd s3fs
- ./configure –prefix=/usr
- make
- make install
Summary: This updates Fuse to the latest version which allows s3fs (Tool to mount Amazon s3 as a filesystem on Linux) to install on CentOS 5.5.
Filed under: Enterprise Software and Services, How To, Information Technology, Linux, Open Source Software, Server Management Software, Tech Note, Technology, Web Services
YOUR VIEW POINT