<div dir="ltr"><div>Finally got netperf and flent working on Raspberry Pi, thanks Toke to pushing me in the right direction of manual compilation.</div><div><br></div><div>Here are the steps to get netperf and flent working of latest clean Rasbian install:</div><div><br></div><div>   $ sudo apt install autotools-dev automake</div><div>   $ git clone <a href="https://github.com/HewlettPackard/netperf.git">https://github.com/HewlettPackard/netperf.git</a></div><div><div>   $ cd netperf</div><div>   $ ./autogen.sh</div><div><span class="gmail-im" style="color:rgb(80,0,80)"><div>   $ ./configure --enable-demo</div><div>   $ make</div></span><div>   $ sudo make install</div><div>   $ sudo pip install flent</div><div><br></div><div>And that is it :)</div><div><br></div></div></div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_quote"></div>
</blockquote></div></div>
</blockquote></div></div>