On Sat, Feb 23, 2013 at 07:31:54PM +0100, Nikos Mavrogiannopoulos wrote: > On 02/23/2013 05:28 PM, Jason Cooper wrote: > > >> The long term goal is to have a small, fast, secure, and standards > >> compliant VPN server based on TLS 1.2 and Datagram TLS protocols, while > >> keeping compatibility with anyconnect SSL VPN. > >> > >> My thanks to David for providing the initial test server ocserv was > >> based on, and for hosting the project. > >> > >> The server's web-site is at: > >> http://www.infradead.org/ocserv > > > > While attempting to build latest head (v0.0.1 also fails): > > > > I'm attempting to build on an up-to-date debian squeeze (automake > > 1:1.11.1-1+squeeze1). > > My autofoo is weak. :-/ > > > Hello, > Could you try automake 1.11.3 or later? I'll give it a look a little later, I am remote into the box atm. > However, you could also use the released version, which shouldn't > require to run autoreconf. I'd prefer to work from git. It's easier to submit patches that way. ;-) > What is the failure you see on 0.0.1? for ocserv_0_0_1: autoreconf2.50: Entering directory `.' autoreconf2.50: configure.ac: not using Gettext autoreconf2.50: running: aclocal --force -I gl/m4 -I libopts/m4 -I m4 configure.ac:65: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd m4/lib-link.m4:57: AC_LIB_HAVE_LINKFLAGS is expanded from... configure.ac:65: the top level configure.ac:65: warning: AC_LIB_PROG_LD is m4_require'd but not m4_defun'd m4/lib-link.m4:122: AC_LIB_RPATH is expanded from... configure.ac:65: warning: AC_LIB_PREPARE_MULTILIB is m4_require'd but not m4_defun'd m4/lib-link.m4:178: AC_LIB_LINKFLAGS_BODY is expanded from... configure.ac:72: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd configure.ac:72: the top level configure.ac:72: warning: AC_LIB_PREPARE_MULTILIB is m4_require'd but not m4_defun'd autoreconf2.50: configure.ac: tracing configure.ac:65: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd m4/lib-link.m4:57: AC_LIB_HAVE_LINKFLAGS is expanded from... configure.ac:65: the top level configure.ac:65: warning: AC_LIB_PROG_LD is m4_require'd but not m4_defun'd m4/lib-link.m4:122: AC_LIB_RPATH is expanded from... configure.ac:65: warning: AC_LIB_PREPARE_MULTILIB is m4_require'd but not m4_defun'd m4/lib-link.m4:178: AC_LIB_LINKFLAGS_BODY is expanded from... configure.ac:72: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd configure.ac:72: the top level configure.ac:72: warning: AC_LIB_PREPARE_MULTILIB is m4_require'd but not m4_defun'd autoreconf2.50: configure.ac: not using Libtool autoreconf2.50: running: /usr/bin/autoconf --force configure.ac:65: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd m4/lib-link.m4:57: AC_LIB_HAVE_LINKFLAGS is expanded from... configure.ac:65: the top level configure.ac:65: warning: AC_LIB_PROG_LD is m4_require'd but not m4_defun'd m4/lib-link.m4:122: AC_LIB_RPATH is expanded from... configure.ac:65: warning: AC_LIB_PREPARE_MULTILIB is m4_require'd but not m4_defun'd m4/lib-link.m4:178: AC_LIB_LINKFLAGS_BODY is expanded from... configure.ac:72: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd configure.ac:72: the top level configure.ac:72: warning: AC_LIB_PREPARE_MULTILIB is m4_require'd but not m4_defun'd configure:9662: error: possibly undefined macro: AC_LIB_PREPARE_PREFIX If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:9663: error: possibly undefined macro: AC_LIB_PROG_LD configure:9698: error: possibly undefined macro: AC_LIB_PREPARE_MULTILIB configure:9713: error: possibly undefined macro: AC_LIB_WITH_FINAL_PREFIX autoreconf2.50: /usr/bin/autoconf failed with exit status: 1 thx, Jason.