i have compiled on a machine that is at GLIBC 2.17 but now when i try to install on servers running at 2.12 uftp does try to restart the service but still fails with the same error
/bin/uftpd.4.9.8: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /bin/uftpd.4.9.8)
Is there anyway we can bypass the check?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Dennnis,
While trying to install 4.9.7 on client, getting the GLIBC_2.14 error. Is there anyway we can skip the error at service start?
/bin/uftpd.4.9.7: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /bin/uftpd.4.9.7)
It looks like the machine you compiled on has different library versions than the one you're running on.
You'll need to rebuild on a compatible machine.
i have compiled on a machine that is at GLIBC 2.17 but now when i try to install on servers running at 2.12 uftp does try to restart the service but still fails with the same error
/bin/uftpd.4.9.8: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /bin/uftpd.4.9.8)
Is there anyway we can bypass the check?
This check is not done by the UFTP code but by the OS. You must build the code on a machine with glibc 2.14.