Hi, there is a build problem with 4.28 on a SLES 9. May be similar to the no_ticket problem.
Here is the interesting part of build log:
options.c: In function `parse_ssl_option': options.c:1714: error: `SSL_OP_NO_QUERY_MTU' undeclared (first use in this function) options.c:1714: error: (Each undeclared identifier is reported only once options.c:1714: error: for each function it appears in.) options.c:1715: error: `SSL_OP_COOKIE_EXCHANGE' undeclared (first use in this function) options.c:1724: error: `SSL_OP_SINGLE_ECDH_USE' undeclared (first use in this function) make[1]: *** [options.o] Error 1 make[1]: Leaving directory `/usr/src/packages/BUILD/stunnel-4.28/src'
any hints?
On Fri, 27 Nov 2009, Andreas Vetter wrote:
Hi, there is a build problem with 4.28 on a SLES 9. May be similar to the no_ticket problem.
I could resolve the problem with a patch similar to the no_ticket.patch. The patch is attached and includes the no_ticket.patch
On Fri, Nov 27, 2009 at 11:32:52AM +0100, Andreas Vetter wrote:
On Fri, 27 Nov 2009, Andreas Vetter wrote:
Hi, there is a build problem with 4.28 on a SLES 9. May be similar to the no_ticket problem.
I could resolve the problem with a patch similar to the no_ticket.patch. The patch is attached and includes the no_ticket.patch
Well, that's fun. I guess I should have written about this on this list, too :) A couple of days ago, I reported this - and came up with pretty much the same patch as you - for the FreeBSD port of stunnel on older versions of FreeBSD; the report is at https://stunnel.mirt.net/cgi-bin/bugzilla3/show_bug.cgi?id=3 and Michal Trojnara closed it, supposedly to be included in the next version of stunnel.
G'luck, Peter