How To Install CurlFTPFS On Amazon Linux/CentOS

Published Date Author: , Posted February 25th, 2012 at 11:59:48am

http://curlftpfs.sourceforge.net/

Comments reader  2 Reader Comments

rForce - Gravatar

www.novideasoft.com rForce said on March 20, 2014, 6:11 am:

On Amazon AWS servers, libcurl-devel is not available using yum, and the gcc is missing as well, here is a list of the full steps:

yum install glib2-devel
yum install fuse-devel
yum install curl-devel
wget http://sourceforge.net/projects/curlftpfs/files/latest/download
tar xvzf curlftpfs-0.9.2.tar.gz
cd curlftpfs-0.9.2
./configure
make
make install

erics - Gravatar

www.wyzaerd.com erics said on March 20, 2014, 6:49 am:

Actually, it is:

root@prod08:/root # yum install libcurl-devel
Loaded plugins: fastestmirror, security
Determining fastest mirrors
Webmin | 951 B 00:00
Webmin/primary | 22 kB 00:00
Webmin 175/175
amzn | 2.1 kB 00:00
epel | 3.6 kB 00:00
epel/primary_db | 3.9 MB 00:00
Setting up Install Process
Resolving Dependencies
–> Running transaction check
—> Package libcurl-devel.x86_64 0:7.19.7-15.16.amzn1 set to be updated
–> Processing Dependency: libidn-devel for package: libcurl-devel-7.19.7-15.16.amzn1.x86_64
–> Running transaction check
—> Package libidn-devel.x86_64 0:0.6.5-1.1.7.amzn1 set to be updated
–> Finished Dependency Resolution

Dependencies Resolved

==================================================================================================================================================================================================================
Package Arch Version Repository Size
==================================================================================================================================================================================================================
Installing:
libcurl-devel x86_64 7.19.7-15.16.amzn1 amzn 232 k
Installing for dependencies:
libidn-devel x86_64 0.6.5-1.1.7.amzn1 amzn 239 k

Transaction Summary
==================================================================================================================================================================================================================
Install 2 Package(s)
Upgrade 0 Package(s)

Total download size: 471 k
Installed size: 1.2 M

Leave Your Comment  Leave a comment

All fields marked with "*" are required.