Hi,

I am compiling lftp 4.4.5 on CentOS 5.6

openssl and openssl-devel are both installed.

I ran ./configure --prefix=/usr/local --with-openssl=/usr/lib which seemed fine,

but when I run make I get the following error:

/bin/sh ../libtool --silent --tag=CXX   --mode=compile gcc
-DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -I/usr/lib/include
-O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions
-fno-rtti -fno-implement-inlines -MT lftp_ssl.lo -MD -MP -MF
.deps/lftp_ssl.Tpo -c -o lftp_ssl.lo lftp_ssl.cc
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
make[1]: *** [lftp_ssl.lo] Error 1
make[1]: Leaving directory `/root/build/install/lftp-4.4.5/src'
make: *** [all-recursive] Error 1


What can I do to fix this problem and install lftp with ssl?

TIA

Nuffi
_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to