(racoon 690) Re: Does racoon work with link local IPv6 addresses?
Juan Antonio Martínez Navarro <[email protected]> Fri, 03 Sep 2004 09:54:57 +0200
| Newsgroups | gmane.network.ipv6.kame.racoon |
|---|---|
| Message-ID | <[email protected]> |
Hi Aidas, I'm afraid I can't compile cvs version of ipsec-tools I followed the next steps. 1. I dowloaded the ipsec-tools of the CVS 2. I execute bootstrap and I get this result on the screen: (The complete log file is logbootstrap) 3. I execute ./configure with this result: ... checking if you have KAME tcpdump in ./../tcpdump... ./configure: line 1777: syntax error near unexpected token `print-isakmp' ./configure: line 1777: ` AC_LIBOBJ(print-isakmp)' configure: error: /bin/sh './configure' failed for src/racoon (The complete log file is logConfigure) So I can't compile it. I downloaded ipsec-tools-0.4b1 from the web site, but it has the same problem with the link local IPv6 address. I think it could be a kernel problem but I'm not sure. El jue, 02-09-2004 a las 11:45, Aidas Kasparas escribió: > Hi, > > Linux port of KAME's racoon, setkey and libipsec is hosted on > sourceforge.net. Therefore, > > cvs -d:pserver:[email protected]:/cvsroot/ipsec-tools login > [password is empty, so just press Enter] > > cvs -z3 -d:pserver:[email protected]:/cvsroot/ipsec-tools co > ipsec-tools > > > Juan Antonio Martínez Navarro wrote: > > I'm trying to download racoon from cvs repository, but I don't know > > what's the name of the cvsroot. > > > > > > cvs -d:pserver:[email protected]:XXXXXXX login ??? > > > > Could anybody help me? > > Thanks. > > > > > > > > El mié, 01-09-2004 a las 18:05, Aidas Kasparas escribió: > > > >>Fix for this just went into ipsec-tools cvs. Please try cvs version and > >>report back did it solve your problem. > >> > >>Juan Antonio Martínez Navarro wrote: > >> > >>>Hi everybody, > >>> > >>>I'm using racoon in a Linux (Kernel 2.6.7) and I'd like to know if it's > >>>possible to use the link local address. I'm not able to use it but I can > >>>use the global ipv6 address. When I start up racoon, this is the result > >>>it shows. > >>> > >>>---------------------------------------------------------------------- > >>>Sep 1 13:26:47 pfc7 racoon: INFO: @(#)ipsec-tools 0.3.3 > >>>(http://ipsec-tools.sourceforge.net) > >>>Sep 1 13:26:47 pfc7 racoon: INFO: @(#)This product linked OpenSSL > >>>0.9.7d 17 Mar 2004 (http://www.openssl.org/) > >>>Sep 1 13:26:47 pfc7 racoon: INFO: ::1[500] used as isakmp port (fd=7) > >>>Sep 1 13:26:47 pfc7 racoon: ERROR: failed to bind to address > >>>fe80::202:b3ff:feb8:1857%253[500] (No such device). > >>>Sep 1 13:26:47 pfc7 racoon: INFO: > >>>2001:720:1710:0:202:b3ff:feb8:1857[500] used as isakmp port (fd=8) > >>>Sep 1 13:26:47 pfc7 racoon: INFO: 127.0.0.1[500] used as isakmp port > >>>(fd=9) > >>>Sep 1 13:26:47 pfc7 racoon: INFO: 155.54.210.94[500] used as isakmp > >>>port (fd=10) > >>> > >>>------------------------------------------------------------------------ > >>> > >>>I asked it a few months ago, I hope it has a solution. > >>>Thank you. > >>> > >>> > >>> > >> > > >
logConfigure
(text/plain, 7.4 KB)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking net/pfkeyv2.h usability... no
checking net/pfkeyv2.h presence... no
checking for net/pfkeyv2.h... no
checking netinet/ipsec.h usability... no
checking netinet/ipsec.h presence... no
checking for netinet/ipsec.h... no
checking for /lib/modules/2.6.7/build/include/linux/pfkeyv2.h... yes
checking for struct in6_addr... yes
checking for yywrap in -lfl... (cached) yes
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking for struct sadb_x_policy.sadb_x_policy_priority... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating package_version.h
config.status: creating src/Makefile
config.status: creating src/include-glibc/Makefile
config.status: creating src/libipsec/Makefile
config.status: creating src/setkey/Makefile
config.status: creating rpm/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in src/racoon
configure: running /bin/sh './configure' --prefix=/usr/local 'LDFLAGS=-L/usr/local/ssl/lib/ -I/usr/local/ssl/include' --cache-file=/dev/null --srcdir=.
configure: warning: LDFLAGS=-L/usr/local/ssl/lib/ -I/usr/local/ssl/include: invalid host type
loading cache /dev/null
checking for gcc... gcc
checking whether the C compiler (gcc -L/usr/local/ssl/lib/ -I/usr/local/ssl/include) works... yes
checking whether the C compiler (gcc -L/usr/local/ssl/lib/ -I/usr/local/ssl/include) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for flex... flex
checking for yywrap in -lfl... yes
checking for bison... bison -y
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
./configure: line 1094: AC_PROG_EGREP: command not found
checking host system type... LDFLAGS=-L/usr/local/ssl/lib/
checking if --enable-debug option is specified... no
checking if --enable-debugrm option is specified... no
checking if --enable-yydebug option is specified... no
checking if --enable-adminport option is specified... no
checking if --enable-rc5 option is specified... no
checking if --enable-idea option is specified... no
checking if --enable-gssapi option is specified... no
checking if --enable-stats option is specified... no
checking if --enable-samode-unspec option is specified... no
checking if --with-efence option is specified... no
checking if --with-gc option is specified... no
checking if --with-dmalloc option is specified... no
checking if you have KAME tcpdump in ./../tcpdump... ./configure: line 1777: syntax error near unexpected token `print-isakmp'
./configure: line 1777: ` AC_LIBOBJ(print-isakmp)'
configure: error: /bin/sh './configure' failed for src/racoon
logbootStrap
(text/plain, 4.1 KB)
+ rm -rf autom4te.cache
+ aclocal -I .
/usr/share/aclocal/tcl.m4:20: warning: underquoted definition of SC_PATH_TCLCONFIG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/tcl.m4:116: warning: underquoted definition of SC_PATH_TKCONFIG
/usr/share/aclocal/tcl.m4:212: warning: underquoted definition of SC_LOAD_TCLCONFIG
/usr/share/aclocal/tcl.m4:279: warning: underquoted definition of SC_LOAD_TKCONFIG
/usr/share/aclocal/tcl.m4:312: warning: underquoted definition of SC_ENABLE_GCC
/usr/share/aclocal/tcl.m4:349: warning: underquoted definition of SC_ENABLE_SHARED
/usr/share/aclocal/tcl.m4:395: warning: underquoted definition of SC_ENABLE_THREADS
/usr/share/aclocal/tcl.m4:480: warning: underquoted definition of SC_ENABLE_SYMBOLS
/usr/share/aclocal/tcl.m4:600: warning: underquoted definition of SC_CONFIG_CFLAGS
/usr/share/aclocal/tcl.m4:1518: warning: underquoted definition of SC_SERIAL_PORT
/usr/share/aclocal/tcl.m4:1666: warning: underquoted definition of SC_MISSING_POSIX_HEADERS
/usr/share/aclocal/tcl.m4:1747: warning: underquoted definition of SC_PATH_X
/usr/share/aclocal/tcl.m4:1833: warning: underquoted definition of SC_BLOCKING_STYLE
/usr/share/aclocal/tcl.m4:1898: warning: underquoted definition of SC_TIME_HANDLER
/usr/share/aclocal/tcl.m4:1968: warning: underquoted definition of SC_BUGGY_STRTOD
/usr/share/aclocal/tcl.m4:2026: warning: underquoted definition of SC_TCL_LINK_LIBS
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
+ autoheader
+ libtoolize --force --copy
+ autoconf
+ automake --foreign --add-missing --copy
+ pushd src/racoon
~/TRABAJO/Racoon/CVS/ipsec-tools/src/racoon ~/TRABAJO/Racoon/CVS/ipsec-tools
+ rm -rf autom4te.cache
+ autoheader
configure.in:723: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:723: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:784: warning: Cannot check for file existence when cross compiling
configure.in:784: warning: Cannot check for file existence when cross compiling
+ autoconf
configure.in:723: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:723: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:784: warning: Cannot check for file existence when cross compiling
configure.in:784: warning: Cannot check for file existence when cross compiling
autoconf: Undefined macros:
configure.in:116: AC_DEFINE([GC], [], [Bohem GC])
configure.in:130: AC_DEFINE([DMALLOC], [], [dmalloc support])
configure.in:140: AC_LIBOBJ([print-isakmp])
configure.in:141: AC_DEFINE([HAVE_PRINT_ISAKMP_C], [], [Use print-isakmp])
configure.in:14:AC_PROG_EGREP
configure.in:151: [AC_DEFINE([HAVE_FUNC_MACRO], [], [Have __func__ macro])
configure.in:161: AC_DEFINE([ENABLE_NATT], [], [Enable NAT-Traversal])
configure.in:176: AC_DEFINE([INET6], [], [IPv6 support avaliable])
configure.in:194: AC_DEFINE([ENABLE_IPV6], [], [IPv6 enabled])
configure.in:319: AC_DEFINE([ADVAPI], [], [Use advanced API])
configure.in:43: [AC_DEFINE([YYDEBUG], [1], [Enable YYDEBUG])
configure.in:54: AC_DEFINE([ENABLE_ADMINPORT], [], [Enable admin port])
configure.in:682: AC_DEFINE([HAVE_SIGNING_C], [], [Have singing C])
configure.in:701: AC_DEFINE([WITH_SHA2], [], [SHA2 support])
configure.in:75: AC_DEFINE([HAVE_GSSAPI], [], [Enable GSS API])
configure.in:774: AC_HELP_STRING([--with-kernel-headers=/lib/modules/<uname>/build/include],
configure.in:787: AC_CHECK_MEMBER(struct sadb_x_policy.sadb_x_policy_priority,
configure.in:788: [AC_DEFINE(HAVE_PFKEY_POLICY_PRIORITY, [],
configure.in:84: AC_DEFINE([ENABLE_STATS], [], [Enable statictics])
configure.in:93: AC_DEFINE([ENABLE_SAMODE_UNSPECIFIED], [], [Enable samode-unspec])
+ exit 1