perfsonar / owamp

A tool for performing one-way or two-way active measurements
Apache License 2.0
70 stars 30 forks source link

Can not install owamp #91

Open wastu01 opened 11 months ago

wastu01 commented 11 months ago

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

wastu01 commented 11 months ago

brew install owamp also can not work

wastu01 commented 11 months ago

I am using TWCC VCS (NAT)

willyamcts commented 4 months ago

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
...