ndt-users - Re: NDT config on Mac OS
Subject: ndt-users list created
List archive
- From: Ian Gable <>
- To: ☕Peter Boothe <>
- Cc: ,
- Subject: Re: NDT config on Mac OS
- Date: Fri, 9 Dec 2016 08:26:51 -0800
- Ironport-phdr: 9a23:eKpvax3QISvyIdY2smDT+DRfVm0co7zxezQtwd8ZseIWL/ad9pjvdHbS+e9qxAeQG96KsLQZ1aGN7ejJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMijexe7N/IRS5oQjft8QdnJdvJLs2xhbVuHVDZv5YxXlvJVKdnhb84tm/8Zt++ClOuPwv6tBNX7zic6s3UbJXAjImM3so5MLwrhnMURGP5noHXWoIlBdDHhXI4wv7Xpf1tSv6q/Z91SyHNsD4Ubw4RTKv5LpwRRT2lCkIKSI28GDPisxxkq1bpg6hpwdiyILQeY2ZKeZycr/Ycd4cWGFPXNteVzZZD4ygYIQBEuoPMuRWoYfypFUOowWwCw63CePz0z9Ig2P63a0m3+kjFwzNwQwuH8gJsHTRtNj7N70dUeaox6fJ1zrMdPdW1ing44XPcxAhruuDUql0ccXP0kQvCh3FjlSMpoD/IzyazP0Avm6G5ORuUuKvjnQoqwB3ojW3yccsi5XJhoIIyl/f7yl23IE1Jdi+RUVmYtCkCINduzyVOodoWM8uXn1ktSkgxrEbu5O2fjIGxIopyhLDc/CLbYeF7gj+WOqNIjp0nm9pdbC9ihqo7EStzPD3WNOu31ZQtCVFl8HBtnAT2BzX7ciKUuBy/lq91jaMyQ/S6v9LLVoomqrcLp4h2qQ8locNsUTCAiD6gln5g7WOekUl/Oin9fjnb637qpKTKYN4kBzyPrghl8ClHOg1MAoDU3KF9emyyLHv5Uj5T69Ljv0ynKnZqpfaJcEDq664DA9ayJ0s6xKhADq9zdQYg3gHI05fdB2blYflI0vOL+zgDfejn1Ssly9mx/bbMb39G5nNM2PDn6n7fbZm8ENczAszzctD55JPFL0NOvPzWknttNPGFB85NRK7w/r5BNlnyIwRRH+PUeelN/Y1iVKU6/hnCe6LeI8Y8GLlIf8i+/7jpXA+nlAZcO+i2p5BO16iGfEzAkyfKVXliNMMWTMLsQM0SOHClUODWnhYbiDhDOoH+jgnBdf+Xs/4TYe3jenEhX/jEw==
Hi Peter,
If it’s just the clitool that you need it’s available in mac homebrew. I
contributed the formula a few years ago.
If you have homebrew installed all you need to do is:
brew install web100clt
Cheers,
Ian
> On Dec 9, 2016, at 7:13 AM, ☕Peter Boothe
> <>
> wrote:
>
> 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:
>
> git clone --recursive https://github.com/ndt-project/ndt.git
> 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.
- NDT config on Mac OS, glen.mcallister, 12/09/2016
- Re: NDT config on Mac OS, ☕Peter Boothe, 12/09/2016
- Re: NDT config on Mac OS, Ian Gable, 12/09/2016
- Re: NDT config on Mac OS, Glen McAllister, 12/12/2016
- Re: NDT config on Mac OS, Glen McAllister, 12/12/2016
- Re: NDT config on Mac OS, Glen McAllister, 12/12/2016
- Re: NDT config on Mac OS, Glen McAllister, 12/11/2016
- Re: NDT config on Mac OS, Ian Gable, 12/09/2016
- Re: NDT config on Mac OS, ☕Peter Boothe, 12/09/2016
Archive powered by MHonArc 2.6.19.