From f20089a9ed404251f20c2e8a3fc9c7ec95313dc9 Mon Sep 17 00:00:00 2001 From: Kyle von Bofhlander Date: Tue, 16 Dec 2014 00:37:44 +0100 Subject: [PATCH] Update INSTALL-Linux.markdown During the bootstrap it launched me this errors: Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196. autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 aclocal: couldn't open directory `m4': El fitxer o directori no existeix autoreconf: aclocal failed with exit status: 1 I needed to install libtool and create the directory m4 inside the root of the folder to adress those issues. --- INSTALL-Linux.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL-Linux.markdown b/INSTALL-Linux.markdown index 9268d0a..ef69421 100644 --- a/INSTALL-Linux.markdown +++ b/INSTALL-Linux.markdown @@ -17,7 +17,7 @@ Dependencies Ubuntu and Debian package dependencies -------------------------------------- - apt-get install iptables libcap-dev libssl-dev \ + apt-get install iptables libcap-dev libssl-dev libtool \ libnfnetlink-dev libnetfilter-queue-dev @@ -58,6 +58,7 @@ Compiling Run: cd tcpcrypt + mkdir m4 ./bootstrap.sh ./configure make