<div dir="ltr"><div><div>Good morning community,<br><br></div>Every time I launch the command "nfd-start" I get the following error:<br>"error while loading shared libraries: libndn-cxx.so.0.5.1: cannot open shared object file: No such file or directory"<br><br></div><div>I followed the following procedure:<br></div><div>git clone <a href="https://github.com/named-data/ndn-cxx">https://github.com/named-data/ndn-cxx</a><br></div><div>git clone --recursive <a href="https://github.com/named-data/NFD">https://github.com/named-data/NFD</a><br><br><pre><span class="gmail-n">cd ndn-cxx<br>./waf configure --with-examples<br>./waf<br>sudo ./waf install<br></span></pre></div><div><br>cd NFD<br><pre>export PKG_CONFIG_PATH=/custom/lib/pkgconfig:$PKG_CONFIG_PATH
git submodule init && git submodule update<span class="gmail-o"><br>./</span><span class="gmail-n">waf</span> <span class="gmail-n">configure</span>
<span class="gmail-o">./</span><span class="gmail-n">waf</span>
<span class="gmail-n">sudo</span> <span class="gmail-o">./</span><span class="gmail-n">waf</span> <span class="gmail-n">install<br><br></span></pre><pre><span class="gmail-n">Thank you.<br></span></pre><pre><span class="gmail-n">Best regard,<br></span></pre><pre><span class="gmail-n">Giuseppe <br></span></pre><pre><span class="gmail-n"><br></span></pre></div></div>