<div dir="ltr"><div dir="ltr"><div>Hi Athreya</div><div><br></div><div>This looks like a linker error with OpenSSL.</div><div>First, perform <span style="font-family:monospace">./waf distclean</span>, and rebuild from there.<br></div><div></div><div>If error persists, please provide all information requested in <a href="https://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-May/001748.html">https://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-May/001748.html</a> , especially:</div><div><ul><li>ndn-cxx version (commit hash): use <span style="font-family:monospace">git log | head -1</span> command<br></li><li>OS version</li><li>compiler version</li><li>OpenSSL library version: on Debian/Ubuntu, use <span style="font-family:monospace">dpkg -s libssl-dev | grep Version:</span> command<br></li></ul></div><div>Paste these in email body as text, not pictures.<br></div><div><br></div><div>Yours, Junxiao<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 16, 2019 at 6:32 AM Athreya Nagaraj via Ndn-interest <<a href="mailto:ndn-interest@lists.cs.ucla.edu">ndn-interest@lists.cs.ucla.edu</a>> wrote:<br></div><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">Hi all<div><br></div><div>I was trying to install ndn-cxx from the official sources and I'm getting this error.</div><div><br></div><div>[205/206] Linking build/bin/ndnsec<br>./libndn-cxx.so: error: undefined reference to 'EVP_sha3_512'<br>./libndn-cxx.so: error: undefined reference to 'EVP_blake2b512'<br>./libndn-cxx.so: error: undefined reference to 'EVP_blake2s256'<br>./libndn-cxx.so: error: undefined reference to 'EVP_sha3_224'<br>./libndn-cxx.so: error: undefined reference to 'EVP_sha3_256'<br>./libndn-cxx.so: error: undefined reference to 'EVP_sha3_384'<br>./libndn-cxx.so: error: undefined reference to 'EVP_MD_CTX_free'<br>./libndn-cxx.so: error: undefined reference to 'EVP_MD_CTX_new'<br>./libndn-cxx.so: error: undefined reference to 'EVP_PKEY_get_raw_private_key'<br>./libndn-cxx.so: error: undefined reference to 'RSA_pkey_ctx_ctrl'<br>./libndn-cxx.so: error: undefined reference to 'EVP_PKEY_new_raw_private_key'<br>collect2: error: ld returned 1 exit status<br><br>Waf: Leaving directory `/home/pg/git_projects/ndn-cxx/build'<br>Build failed<br> -> task in 'tool-ndnsec' failed with exit status 1 (run with -v to display more information)<br></div><div><br></div><div>Please let me know what could be the cause of this.</div></div><br>
</blockquote></div></div>