tinc-1.0pre8 fails to compile on RH 9.0

Shashank Khanvilkar shashank at mia.ece.uic.edu
Sat Jun 7 02:14:01 CEST 2003


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 at 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 at boldquot.header
Copying file po/en at 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/




More information about the Tinc mailing list