I could not get Stunnel-4.27 to work as described in a previous post on Mon Nov 9 17:12:38 CET 2009 to which nobody responded.
So I tried installing the latest version, Stunnel-4.28, and received the following error when running the 'make' command...
options.c: In function ‘service_options’: options.c:1139: error: ‘SSL_OP_NO_TICKET’ undeclared (first use in this function) options.c:1139: error: (Each undeclared identifier is reported only once options.c:1139: error: for each function it appears in.) options.c: In function ‘parse_ssl_option’: options.c:1709: error: ‘SSL_OP_NO_TICKET’ undeclared (first use in this function) make[1]: *** [options.o] Error 1 make[1]: Leaving directory `/tmp/stunnel-4.28/src' make: *** [all-recursive] Error 1
The output for 'openssl version' is: OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
Can anyone help me with either problems please?
On Thu, 12 Nov 2009 20:27:24 -0600, th@ftlabs.com wrote:
options.c:1139: error: ‘SSL_OP_NO_TICKET’ undeclared (first use in this function)
<cut>
options.c:1709: error: ‘SSL_OP_NO_TICKET’ undeclared (first use in this function)
<cut>
The output for 'openssl version' is: OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
Feel free to download and apply: ftp://stunnel.mirt.net/stunnel/no_ticket.patch
Alternatively you could upgrade your OpenSSL library.
Best regards, Mike