utoni / ptunnel-ng

Tunnel TCP connections through ICMP.
BSD 3-Clause "New" or "Revised" License
371 stars 68 forks source link

latest autogen.sh not working #33

Closed halfluke closed 1 year ago

halfluke commented 1 year ago

└─# ./autogen.sh ++ pwd

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

utoni commented 1 year ago

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

halfluke commented 1 year ago

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

utoni commented 1 year ago

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.

halfluke commented 1 year ago

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