I want to use TLS in my ftp connections: i run: ./configure --with-everything --with-paranoidmsg --without-capabilities --with-virtualchroot --with-tls --with-certfile=/etc/ssl/private/pure-ftpd.pem --with-ssl checking whether you already have a standard SHA1 implementation... no checking whether we are inside a Virtuozzo virtual host... no checking default TCP send buffer size... 16384 checking default TCP receive buffer size... 87380 configure: error: OpenSSL headers not found. i have openssl installed. /src/pure-ftpd-1.0.21# openssl OpenSSL> version OpenSSL 0.9.8a 11 Oct 2005
i menaged it. i google it i saw on some mailing list arhieve that i need taht packege with header files )) but when i configure with --with-certfile=/etc/ssl/private/pure-ftpd.pem i get warning thet , this configure cannot find cert file /etc/ssl/private/pure-ftpd.pem , it doesnt exist/ but it exist i #cat cert and see code blocks everything llooks fine. i can ftp to machine with standard use , but with TLS no (((