dhardingham wrote:Proftpd seems to work OK, but I'd like to get rid of the error messages!
David, using Google, I found this issue doesn't seem that uncommon with proftpd. For example, look at the comments here:
http://www.unixmen.com/installing-a-con ... untu-1010/
One possible fix seems to be to comment out the following lines in /etc/proftpd/modules.conf:
nano /etc/proftpd/modules.conf
#LoadModule mod_tls.c
#LoadModule mod_sftp.c
#LoadModule mod_sftp_pam.c
#LoadModule mod_tls_memcache.c
My guess is that proftpd, for whatever reason, is very sensitive to running against libraries that have changed version numbers that are different from when it was built. This may be for security reasons. I'll also see if I can schedule a rebuild of proftpd (which will update the libraries it links with) and see if that also fixes the issue.