Open wastu01 opened 1 year ago
brew install owamp also can not work
I am using TWCC VCS (NAT)
Here is my process and error
$ git clone https://github.com/perfsonar/owamp.git $ cd owamp/owamp/owamp $ git submodule update --init $ ./bootstrap $ ./configure $ make ## errors here
System : Ubuntu 22.04.3 LTS
Your steps is based in https://unix.stackexchange.com/questions/564769/how-to-install-owping-tool
So, back to tag v4.4.6 and retry...
git clone https://github.com/perfsonar/owamp.git
git checkout v4.4.6
git submodule update --init
...
Here is my process and error
System : Ubuntu 22.04.3 LTS