[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DTLS rehandshake broken
From: |
Bruce Korb |
Subject: |
Re: DTLS rehandshake broken |
Date: |
Sun, 26 Feb 2012 12:42:24 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0 |
On 02/26/12 11:29, Sean Buckheister wrote:
Could you try building using this version of autogen?
http://autogen.sourceforge.net/data/autogen-5.15pre15.tar.xz
You might need to do a "touch src/*.def" to regenerate the required files.
I built autogen from that archive and put it first in my $PATH. It still
does not build, but the error is different:
autogen serv-args.def
fserr 2: cannot map data file options: No such file or directory
This smells a little bit of srcdir != builddir and you're in the
build directory looking for source. Could that be?
make[3]: [serv-args.c] Error 2 (ignored)
CC libcmd_serv_la-serv-args.lo
gcc: error: ./serv-args.c: No such file or directory
This shouldn't be too surprising, after ignoring the autogen error.