Goetz Lohmann wrote:
get proftpd-1.2.8 (better use the 1.2.8 stable the the 1.2.9 RC) # cd /tmp # wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.2.8.tar.bz2 # tar -jxvf proftpd-1.2.8.tar.bz2 # cd proftpd-1.2.8 # ./configure --with-modules=mod_tls --prefix=/usr --sysconfdir=/etc # make
Hello Goetz,It appeared to configure fine but after hitting make, I got the following errors at the end of the make process. (only errors I noticed)
mod_tls.c:40: openssl/ssl.h: no such file or directory mod_tls.c:41: openssl/x509.h: no such file or directory mod_tls.c:42: openssl/err.h: no such file or directory mod_tls.c:43: openssl/rand.h: no such file or directory make [1] : *** [mod_tls.o] Error1 leaving dir... etc make: *** [modules] Error 2Any help appreciated. I'm assuming that perhaps I could go ahead and install, but I may not have the secure features I was hoping for. I'll search out any error logs but advice always welcome.
cheers, JD