perfsonar / owamp

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

I2util not found error #84

Closed karthik-gunturi closed 1 year ago

karthik-gunturi commented 1 year ago

We're observing I2util not found error for latest 5.1.0 release. I believe this library is removed intentionally. configure: error: Couldn't find I2util library Also please let me know why multiple subfolders are there and which make file to use to install owamp

mfeit-internet2 commented 1 year ago

I2util is a separate library that isn't built with OWAMP, although OWAMP is the only thing that uses it. That needs to be built and installed prior to building OWAMP.

If you're attempting to build it from scratch, the original sources live in owamp/owamp. One of the changes in this release is that the directory structure has been changed for use with Unibuild, a build tool we use internally to produce packages. (The same applies to I2util.)

Also, the current, released code lives in the master branch; please get the sources from there. Any branch with a version number greater than the current release (5.0.1 as of today) is unreleased and unsupported.