On Mon, Aug 11, 2014 at 02:21:02PM -0500, Andrew Reis wrote:
> Receiving the following errors that are stopping compilation: 
> 
> lftp_ssl.cc: In constructor 'lftp_ssl_openssl::lftp_ssl_openssl(int,
> lftp_ssl_base::handshake_mode_t, const char*)':
> lftp_ssl.cc:835: error: 'SSL_set_tlsext_host_name' was not declared in
> this scope 

> openssl version
> openssl 0.9.8e-el5 

I think this old openssl does not define that function. You can either
upgrade openssl, compile without openssl or with GNU TLS, or comment out
the line lftp_ssl.cc:835 with the function call - it is not critically
needed.

-- 
   Alexander.
_______________________________________________
lftp-devel mailing list
lftp-devel@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp-devel

Reply via email to