Maybe you can consider to upgrade the glibc for your Linux system. For RHEL, Fedora Core, CentOS, you can run the following commands:./wftpserver: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./wftpserver)
Code: Select all
wget https://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpm
sudo rpm -Uvh glibc-2.17-55.el6.x86_64.rpm --force --nodeps
Code: Select all
wget https://launchpad.net/ubuntu/+source/eglibc/2.17-0ubuntu5/+build/4501722/+files/libc6_2.17-0ubuntu5_amd64.deb
sudo dpkg -i libc6_2.17-0ubuntu5_amd64.deb