On Wed, Feb 20, 2013 at 09:56:10PM +0100, Nikos Mavrogiannopoulos wrote: > Hello, > This is the first public release of ocserv, a small VPN server that > implements the AnyConnect SSL VPN protocol. The server targets small > embedded Linux devices. > > 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): d2df8a3 more complete http body handling I get after 'autoreconf -fvi': 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:13: warning: macro `AM_PROG_AR' not found in library configure.ac:66: 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:66: the top level configure.ac:66: 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:66: 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:73: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd configure.ac:73: the top level configure.ac:73: warning: AC_LIB_PREPARE_MULTILIB is m4_require'd but not m4_defun'd autoreconf2.50: configure.ac: tracing configure.ac:66: 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:66: the top level configure.ac:66: 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:66: 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:73: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd configure.ac:73: the top level configure.ac:73: 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:66: 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:66: the top level configure.ac:66: 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:66: 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:73: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd configure.ac:73: the top level configure.ac:73: warning: AC_LIB_PREPARE_MULTILIB is m4_require'd but not m4_defun'd configure.ac:13: error: possibly undefined macro: AM_PROG_AR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:9663: error: possibly undefined macro: AC_LIB_PREPARE_PREFIX configure:9664: error: possibly undefined macro: AC_LIB_PROG_LD configure:9699: error: possibly undefined macro: AC_LIB_PREPARE_MULTILIB configure:9714: error: possibly undefined macro: AC_LIB_WITH_FINAL_PREFIX autoreconf2.50: /usr/bin/autoconf failed with exit status: 1 I'm attempting to build on an up-to-date debian squeeze (automake 1:1.11.1-1+squeeze1). My autofoo is weak. :-/ thx, Jason.