From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2a0c:4d80:42:2001::664]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 1970D3B2A4 for ; Thu, 25 Feb 2021 11:52:21 -0500 (EST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1614271937; bh=w9wpPsawzBF99sFwK3m6IdQ/gqcfkak2qpRn9vm7GLQ=; h=From:To:Subject:In-Reply-To:References:Date:From; b=Bl8elUcB50wjtP8aKQcNGQeirskyahekcFnIfg60xy/juUfrQmaBFcH/T+3u6KCd8 fedFRH+5uwEqTQ5mr6ASI7FeelZ4iGqWSE+vLeOX1NEs5ixwKJZpgw+iimrJhkWvtR /ON24rEe1Gcd3Q5c9aFZhwcdkLrEIS3HRT2+oqasFfPT18z1eOWDIc2mxmUm3bmnW5 rG+qhRhScfmDM5jR4xx4Z/HDL6YduPwrWjyALQH4KmIzKwG0AzcqT8YwUEW8vkYPOw 0lEu8U21A0vgIV1iTMUr3KBqa/a4nZ4N6MqxsN0H8reouQpuBw4040C/diMsaSiHDm /MtyAWfYvUOJg== To: Jason Iannone , bloat In-Reply-To: References: Date: Thu, 25 Feb 2021 17:52:17 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87a6rs145a.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Bloat] Trouble Installing PPing in MacOS X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2021 16:52:21 -0000 Jason Iannone 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