Thanks, I have tried moving around the src directory hierarchy to no avail, including searching for explicit references to 'pping'.
On Thu, Feb 25, 2021 at 11:52 AM Toke Høiland-Jørgensen <
toke@toke.dk> wrote:
Jason Iannone <jason.iannone@gmail.com> writes:
> Hi,
>
> I'm new here. Can anyone help me get pping installed? As far as I can tell,
> cmake, make, and make install all worked, but I don't have pping. Does
> anyone with a bigger brain than mine have a suggestion?
>
> $ pping
> -bash: pping: command not found
My bet would be a $PATH issue. You could try just running it from the
directory where you compiled it? I.e., substitute './pping' for 'pping'
- or look at the output of 'make install' and see if you have the
corresponding directory in your $PATH.
-Toke