Skip to Content.
Sympa Menu

ndt-users - Re: NDT config on Mac OS

Subject: ndt-users list created

List archive

Re: NDT config on Mac OS


Chronological Thread 
  • From: ☕Peter Boothe <>
  • To:
  • Cc:
  • Subject: Re: NDT config on Mac OS
  • Date: Fri, 9 Dec 2016 10:13:16 -0500
  • Ironport-phdr: 9a23:ZJfyiRTNjBdsRj3R/wUs3bkubNpsv+yvbD5Q0YIujvd0So/mwa6yYxeN2/xhgRfzUJnB7Loc0qyN4vumBDJLus7JmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanb75/KBu7oR/Ru8QXjodvJLo9wQbVr3VVfOhb2XlmLk+JkRbm4cew8p9j8yBOtP8k6sVNT6b0cbkmQLJBFDgpPHw768PttRnYUAuA/WAcXXkMkhpJGAfK8hf3VYrsvyTgt+p93C6aPdDqTb0xRD+v4btnRAPuhSwaMTMy7WPZhdFqjK9Doh2hqRxxzYDXbo+IKvRxYrjQcskGSWdbRMtdSzBND4G6YoASD+QBJ+FYr4zlqlkLtxWxGxWsC/31yjRVm3L22qo60/ghEQ7YwQctGMoOv2/TrNXyKKcSUf66wbLHzTXEaPNW1jP955bSfh89pvGMWKt9fMzMwkchEAPFi0+fqY3jPz6NyusNtG6b7+RhVeKglm4nsR9+riK1ycgwkoXJiYMVykzE9SVk24k5P8G3SEl+YdK8FZtfqTuVN5BrQsM4XW5ovTg1yrsauZ6/ZicF044rxxjBZPybdYWD/xHtVP6JLDtmhX9pZLCyihO88UWj0eLwSsy53VlWoiZZjtbBs2wC2wDQ58WCT/Zx4Fmt1i2J2gvO8O9LO1o0mrDeK5M5wr4/iJ4TsUPbEy/zgkr2jauWelw5+uey9+jre7rnqoGCO4BvkA3+PaMumsuwAeQ8LAcCRXSU+eO51LH7/E35RqtFjuEun6XHsZ3WOcYWq6u3AwJWyYkv9xOyAji63NgEgXYKKU5KdA6EgoXsPlzCPu70Auynj1SpijhrxvTGPrP7ApXKK3jOiK/hcq16605b1Aozzc5Q6olbCrEGJ/LzVUvxu8LCAhAlNAy0xv7rCM9h2YMGRWKPHqiZPbvUsVCV+uIjOvSMZJQLtzbnMPgo/PrujX4imV8BZqmlw4EbaHG+HvR6PUqZe3zsjckdEWsUpAYxUvHliEDRGQJUMnm2UqR64zoyDIanFpvOXKiimrGM2iy8GplffG9cDU2UV3zvcsONRqQiciWXdyhZnyAJT/CLTIg91Rzm4BfwzL17Luf89SofupbuktNy4ruAxlkJ6TVoApHFgCm2RGZukzZQSg==

When you check the repo out from git, you should check it out with all of its submodules with the --recursive flag, which is weirdly not the default (I2util is a submodule).

I just now did, in a fresh temp directory:

  cd ndt
  ./bootstrap && ./configure && make

and I ended up with web100clt binary built in the src/ subdirectory.  This was on Ubuntu, but hopefully it also works on OSX?

Good luck!

  -Peter

On Fri, Dec 9, 2016 at 12:37 AM, <> wrote:
Hi,

Forgive the newbie-ish nature of this query, but I'm having a terrible time
trying to build the command-line client for Mac OS using the instructions that
came in the file (in the Mac download)

ndt-master/doc/index.html

After uncompressing the downloaded file I get a top-level directory of
~/build/ndt-master.

Within the top-level directory of the un-zipped file (after cd
~/build/ndt-master) we're supposed to do a:
./configure.

However, on the Mac at least, there is no configure file.

There is a configure.ac which implies needing to run autoconf first
and running that yields a configure script. (I had to do an autoreconf
--install first to make it work 'tho).

4 - Running ./configure produces the following errors:
...
checking I2util/util.h usability... no
checking I2util/util.h presence... no
checking for I2util/util.h... no
checking I2util/conf.h usability... no
checking I2util/conf.h presence... no
checking for I2util/conf.h... no
configure: error: in `~/build/ndt-master':
configure: error: I2util required to build NDT

There is an I2util directory in the main ndt-master directory, but it is
empty.

I tried obtaining the I2util directory from the Git repository and
then putting the directory which contained the files config was
complaining about in the ndt-master directory, but that just produced
the same errors.

I tried running autoconf in the I2util directory downloaded, but got
an m4 frozen file error.

Can anyone help me progress with this build please? I tried emailing the
provided address (), but got a delivery failure.



--
ᴹ̶LAB | Measure the Internet, save the data, and make it universally accessible and useful.



Archive powered by MHonArc 2.6.19.

Top of Page