Hi, I had posted a similar question a few days back(but my mails started bouncing back, when I tried to post to the newsgroup). So here is it again. My System: Rh 9.0 (2.4.20-13.9), openssl-0.9.7a-5, openssl-devel-0.9.7a-5 Autoconf tools: autoconf-2.57-3, automake-1.6.3-5 1. When I try to compile tinc-1.0 pre8 on my RH 9.0 system, it fails.. When I do a ./configure, it aborts saying: --Snip-- checking for SHA1_version in -lcrypto... yes checking for RAND_pseudo_bytes... yes checking for OpenSSL_add_all_algorithms... no checking for SSLeay_add_all_algorithms... no configure: error: Missing required OpenSSL functionality! 2. So i followed a suggestion from someone and downloaded the cvs version, and ran autogen.sh. This leads to the following error. shashank@mia:~/temp/tinc> ./autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. processing /home/shashank/temp/tinc Creating /home/shashank/temp/tinc/aclocal.m4 ... Running autopoint... cvs [checkout aborted]: no such tag gettext-0_11_5 /usr/bin/autopoint: line 259: fatal_error: command not found find: tmpwrk32408/archive: No such file or directory Making /home/shashank/temp/tinc/aclocal.m4 writable ... gmake: Entering directory `/home/shashank/temp/tinc/m4' rm -f Makefile.am Makefile.amt sed -n '1,/^##m4-files-begin/p' Makefile.am.in > Makefile.amt ( echo EXTRA_DIST = README Makefile.am.in; \ find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \ |fmt | (tr '\012' @; echo) \ |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012' \ >> Makefile.amt sed -n '/^##m4-files-end/,$p' Makefile.am.in >> Makefile.amt chmod a-w Makefile.amt mv Makefile.amt Makefile.am gmake: Leaving directory `/home/shashank/temp/tinc/m4' Running aclocal -I m4 ... Running autoheader... configure.in:39: warning: AC_CANONICAL_HOST invoked multiple times configure.in:179: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... configure.in:179: the top level autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: /usr/bin/autom4te failed with exit status: 1 Running automake --gnu ... configure.in: installing `./install-sh' configure.in: installing `./mkinstalldirs' configure.in: installing `./missing' configure.in:39: installing `./config.guess' configure.in:39: installing `./config.sub' configure.in:8: required file `./config.h.in' not found aclocal.m4:954: required file `./ABOUT-NLS' not found lib/Makefile.am: installing `./depcomp' Running autoconf ... configure.in:39: warning: AC_CANONICAL_HOST invoked multiple times configure.in:179: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... configure.in:179: the top level autom4te: /usr/bin/m4 failed with exit status: 1 Running /home/shashank/temp/tinc/configure --enable-maintainer-mode --enable-compile-warnings ... ./autogen.sh: line 153: /home/shashank/temp/tinc/configure: No such file or directory 3. I made a wild GUESS and figured out that i had a older version of gettext (0.11.4). So I chnaged the following line in configure.in -AM_GNU_GETTEXT_VERSION(0.11.5) +AM_GNU_GETTEXT_VERSION(0.11.4) 4. Now running autogen.sh results in : **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. processing /home/shashank/temp/tinc Creating /home/shashank/temp/tinc/aclocal.m4 ... Running autopoint... Copying file ABOUT-NLS Copying file config.rpath Copying file m4/codeset.m4 Copying file m4/gettext.m4 Copying file m4/glibc21.m4 Copying file m4/iconv.m4 Copying file m4/intdiv0.m4 Copying file m4/inttypes-pri.m4 Copying file m4/inttypes.m4 Copying file m4/inttypes_h.m4 Copying file m4/isc-posix.m4 Copying file m4/lcmessage.m4 Copying file m4/lib-ld.m4 Copying file m4/lib-link.m4 Copying file m4/lib-prefix.m4 Copying file m4/progtest.m4 Copying file m4/stdint_h.m4 Copying file m4/uintmax_t.m4 Copying file mkinstalldirs Copying file po/Makefile.in.in Copying file po/Rules-quot Copying file po/boldquot.sed Copying file po/en@boldquot.header Copying file po/en@quot.header Copying file po/insert-header.sin Copying file po/quot.sed Copying file po/remove-potcdate.sin Making /home/shashank/temp/tinc/aclocal.m4 writable ... gmake: Entering directory `/home/shashank/temp/tinc/m4' gmake: `Makefile.am' is up to date. gmake: Leaving directory `/home/shashank/temp/tinc/m4' Running aclocal -I m4 ... Running autoheader... configure.in:39: warning: AC_CANONICAL_HOST invoked multiple times configure.in:179: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... configure.in:179: the top level autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: /usr/bin/autom4te failed with exit status: 1 Running automake --gnu ... configure.in:8: required file `./config.h.in' not found Running autoconf ... configure.in:39: warning: AC_CANONICAL_HOST invoked multiple times configure.in:179: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... configure.in:179: the top level autom4te: /usr/bin/m4 failed with exit status: 1 Running /home/shashank/temp/tinc/configure --enable-maintainer-mode --enable-compile-warnings ... ./autogen.sh: line 153: /home/shashank/temp/tinc/configure: No such file or directory Any ideas?? Regards Shashank Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/
On Fri, Jun 06, 2003 at 07:14:01PM -0500, Shashank Khanvilkar wrote:> My System: Rh 9.0 (2.4.20-13.9), openssl-0.9.7a-5, openssl-devel-0.9.7a-5 > Autoconf tools: autoconf-2.57-3, automake-1.6.3-5[...]> 2. So i followed a suggestion from someone and downloaded the cvs version, > and ran autogen.sh. This leads to the following error.[...]> configure.in:179: error: `po/Makefile.in' is already registered with > AC_CONFIG_FILES. > autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... > configure.in:179: the top level > autom4te: /usr/bin/m4 failed with exit status: 1 > autoheader: /usr/bin/autom4te failed with exit status: 1I cannot reproduce these error, not even with a clean checkout from CVS. Maybe some combination of autoconf/make/etc doesn't work right. I currently have these versions installed: autoconf (GNU Autoconf) 2.57 autoheader (GNU Autoconf) 2.57 automake (GNU automake) 1.7.5 aclocal (GNU automake) 1.7.5 autopoint (GNU gettext) 0.11.5 Could you try installing these versions? Also, did you checkout the CABAL branch or another branch from CVS? -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus@sliepen.eu.org> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://brouwer.uvt.nl/pipermail/tinc/attachments/20030607/785eaa55/attachment.pgp
> Could you try installing these versions? Also, did you checkout the > CABAL branch or another branch from CVS?I was using the pre8 branch.. I checked out the cabal branch and it compiles nicely. (However I do remember trying to compile the CABAL branch before and running into the same problems.. ) Anyway, I have some cofiguration problems, which I will discuss in the next thread. Thanks a lot for your reply, Shashank> >Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/
Shashank Khanvilkar
2003-Jun-08 14:53 UTC
Configuration Help. Ping says Destination unreachable.
> > However i have some configuration problem now. Here is the backgroud: > [...] > > [shashank@mia mia]# cat hosts/zidler > > Address = 131.193.50.184 > > #cipher = blowfish > > #Compression = 9 > > #Digest = sha1 > > #IndirectData = no > > Subnet = 192.168.2.0/24 > > -----BEGIN RSA PUBLIC KEY----- > > MIGJAoGBAMIJu3jEzpzBwRSkcDTTKPvsYv1BfpSzEX7jy5eRB50riRO7cOeDG2BU > > zh0y8l5tSJ6IEgg7SAQdl3FeIUOUQQGP4evaIMcMsoYkoqO4Sw2vMFWizoNb0dCQ > > nDiOh7cW2Xw8cBwbo/cdn1jGROK10UsWHkRyAGqEo8ReMqWw9mTDAgMA//8> > -----END RSA PUBLIC KEY----- > > In this configuration file, you say that zidler can be reached at > 131.193.50.184, and that on the VPN it has the subnet 192.168.2.0/24. > However:OK.. I thought subnet meant the private subnet behind a firewall. Actually I am using a setup like the below: http://mia.ece.uic.edu/~papers/volans/networksetup.jpg I changed the host configuration file for the server(zidler) as below: [shashank@mia mia]# cat hosts/zidler Address = 131.193.50.184 #cipher = blowfish #Compression = 9 #Digest = sha1 #IndirectData = no Subnet = 192.168.254.201/32 -----BEGIN RSA PUBLIC KEY----- MIGJAoGBAMIJu3jEzpzBwRSkcDTTKPvsYv1BfpSzEX7jy5eRB50riRO7cOeDG2BU -----END RSA PUBLIC KEY----- The rest of the things are the same. Now I get a new error.. ON CLIENT (Mia) un 8 07:50:10 mia tinc.mia[12697]: Executing script tinc-up Jun 8 07:50:10 mia tinc.mia[12697]: Trying to connect to zidler (131.193.50.184 port 655) Jun 8 07:50:10 mia tinc.mia[12697]: Connected to zidler (131.193.50.184 port 655) Jun 8 07:50:10 mia tinc.mia[12697]: Connection with zidler (131.193.50.184 port 655) activated Jun 8 07:50:13 mia tinc.mia[12697]: Sending packet of 98 bytes to zidler (131.193.50.184 port 655) Jun 8 07:50:13 mia tinc.mia[12697]: No valid key known yet for zidler (131.193.50.184 port 655), queueing packet Jun 8 07:50:13 mia tinc.mia[12697]: Flushing queue for zidler (131.193.50.184 port 655) Jun 8 07:50:14 mia tinc.mia[12697]: Sending packet of 98 bytes to zidler (131.193.50.184 port 655) Thanks Shashank Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/