You can do the following until the maintainer gets around to doing this. It can cause crashes and security holes when people leave dependencies undone:
in /etc/proftpd/modules.conf comment out # LoadModule mod_tls_memcache.c cd /root ftp ftp35.us.proftpd.org get proftpd-1.3.4a.tar.gz extract it cd into directory ./configure --enable-dso --with-shared=mod_ldap:mod_tls:mod_sftp make cd modules/.libs# mv /usr/lib/proftpd/mod_tls.so /usr/lib/proftpd/mod_tls.so.orig mv mod_tls.so /usr/lib/proftpd/mod_tls.so cd .. cd contrib/mod_sftp/.libs/ mv /usr/lib/proftpd/mod_sftp.so /usr/lib/proftpd/mod_sftp.so.orig mv mod_sftp.so /usr/lib/proftpd/mod_sftp.so service proftpd stop service proftpd start -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1059722 Title: Oct 1 16:38:53 summerborn proftpd[8631]: mod_sftp/0.9.8: compiled using OpenSSL version 'OpenSSL 1.0.0e 6 Sep 2011' headers, but linked to OpenSSL version 'OpenSSL 1.0.1 14 Mar 2012' library To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/proftpd-dfsg/+bug/1059722/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
