vsftpd 2.1.1 입니다.
CentOS 5.3 64bit VMware에서
# cd /usr/local/vsftpd-2.1.1/
# make
.....
/lib/libcap.so.1: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make: *** [vsftpd] Error 1
위와 같은 에러가 나옵니다.
# ls -l /lib/libcap.*
lrwxrwxrwx 1 root root 14 Jan 16 22:53 /lib/libcap.so.1 -> libcap.so.1.10
-rwxr-xr-x 1 root r