[Ndn-interest] Issue with installing ndn-cxx

Junxiao Shi shijunxiao at email.arizona.edu
Fri Aug 16 04:34:36 PDT 2019


Hi Athreya

This looks like a linker error with OpenSSL.
First, perform ./waf distclean, and rebuild from there.
If error persists, please provide all information requested in
https://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-May/001748.html ,
especially:

   - ndn-cxx version (commit hash): use git log | head -1 command
   - OS version
   - compiler version
   - OpenSSL library version: on Debian/Ubuntu, use dpkg -s libssl-dev |
   grep Version: command

Paste these in email body as text, not pictures.

Yours, Junxiao

On Fri, Aug 16, 2019 at 6:32 AM Athreya Nagaraj via Ndn-interest <
ndn-interest at lists.cs.ucla.edu> wrote:

> Hi all
>
> I was trying to install ndn-cxx from the official sources and I'm getting
> this error.
>
> [205/206] Linking build/bin/ndnsec
> ./libndn-cxx.so: error: undefined reference to 'EVP_sha3_512'
> ./libndn-cxx.so: error: undefined reference to 'EVP_blake2b512'
> ./libndn-cxx.so: error: undefined reference to 'EVP_blake2s256'
> ./libndn-cxx.so: error: undefined reference to 'EVP_sha3_224'
> ./libndn-cxx.so: error: undefined reference to 'EVP_sha3_256'
> ./libndn-cxx.so: error: undefined reference to 'EVP_sha3_384'
> ./libndn-cxx.so: error: undefined reference to 'EVP_MD_CTX_free'
> ./libndn-cxx.so: error: undefined reference to 'EVP_MD_CTX_new'
> ./libndn-cxx.so: error: undefined reference to
> 'EVP_PKEY_get_raw_private_key'
> ./libndn-cxx.so: error: undefined reference to 'RSA_pkey_ctx_ctrl'
> ./libndn-cxx.so: error: undefined reference to
> 'EVP_PKEY_new_raw_private_key'
> collect2: error: ld returned 1 exit status
>
> Waf: Leaving directory `/home/pg/git_projects/ndn-cxx/build'
> Build failed
>  -> task in 'tool-ndnsec' failed with exit status 1 (run with -v to
> display more information)
>
> Please let me know what could be the cause of this.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20190816/a1542a02/attachment.html>


More information about the Ndn-interest mailing list