I installed vsftpd on my Amazon ec2-linux AMI using sudo yum install vsftpd
. However, it installs version 2.2.2.
How do I install version 3.0.2? I downloaded the tar file from https://security.appspot.com/vsftpd.html, extracted it, and followed the instruction from the INSTALL file. However, when I try to run the "make" command, it fails saying:
/usr/bin/ld: cannot find -lcap
collect2: error: ld returned 1 exit status
make: *** [vsftpd] Error 1
What is the problem? Is there any other way to get the latest version?