Not working for me on some CentOS 3.9 servers. Problem appears to be with version of SSL: I get this when doing make:Code:cd /usr/local/directadmin/customapache/ wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.1rc2.tar.gz tar xzf proftpd-1.3.1rc2.tar.gz rm -rf proftpd-1.3.1rc2.tar.gz cd proftpd-1.3.1rc2 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/run --with-modules=mod_ratio:mod_readme:mod_tls make make install perl -pi -e "s/^AuthPAM on/#AuthPAM on/g" /etc/proftpd.conf /etc/rc.d/init.d/proftpd restart
In file included from /usr/include/openssl/ssl.h:179,
from ../include/mod_tls.h:34,
from mod_tls.c:39:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
Starting proftpd: - Fatal: unknown configuration directive 'DisplayFirstChdir' on line 45 of '/etc/proftpd.conf'[/code
so I commented out that line from the /etc/proftpd.conf file.
It started properly. I'm testing now and will post again when tests are completed.
Jeff
I tested it with both virtual and real ftp users, on both owned and shared IP#s.
It works. It logs in properly for each.
Jeff