utoni / ptunnel-ng

Tunnel TCP connections through ICMP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

latest autogen.sh not working

halfluke opened this issue · comments

└─# ./autogen.sh
++ pwd

  • OLD_WD=/home/halfluke/Downloads/ptunnel-ng
    ++ dirname ./autogen.sh
  • NEW_WD=.
  • cd .
  • autoreconf -fi
    ./autogen.sh: line 10: autoreconf: command not found
  • aclocal
    ./autogen.sh: line 11: aclocal: command not found
  • autoheader
    ./autogen.sh: line 12: autoheader: command not found
  • automake --force-missing --add-missing
    ./autogen.sh: line 13: automake: command not found
  • autoconf
    ./autogen.sh: line 14: autoconf: command not found
  • cd /home/halfluke/Downloads/ptunnel-ng
  • ./configure
    ./autogen.sh: line 19: ./configure: No such file or directory

The one from src under Releases works instead. No more configure in the latest git, everything moved to Docker only?

commented

It seems that you did not install autotools. What OS are you using?

kali. And no, I do not have autotools installed. Have I missed that instruction?

commented

sudo apt install build-essential autoconf automake may fix your issue.

kali. And no, I do not have autotools installed. Have I missed that instruction?

There is no such instruction since these are common build dependencies.

ah, sorry about that, I do not compile from source often. My bad.