[Ndn-interest] Problems while installing ndn-cxx

Michał Król m.krol at ucl.ac.uk
Fri Nov 3 01:30:36 PDT 2017


First of all, you probably shouldn't run ./waf configure as root (with
sudo).

But considering the main problem, waf is telling you that Crypto++ is
not installed on your system. You can install it using apt-get (sudo
apt-get install libcrypto++-dev)


On 03/11/17 05:11, lxzhao wrote:
> Hello,
>     I am new in NDN and have some trouble while installing the
> ndn-cxx,version 0.5.1 on Ubuntu 16.04.3.
>
>     In a terminal,when I entered:  sudo ./waf configure  ,there were
> errors   ' Checking Crypto++ lib' as follows:
> zhao at ubuntu:/usr/local/lib/ndn-cxx$ sudo ./waf configure
> Setting top to                           : /usr/local/lib/ndn-cxx
> Setting out to                           : /usr/local/lib/ndn-cxx/build
> Building static library                  : no
> Building shared library                  : yes
> Checking for 'g++' (C++ compiler)        : /usr/bin/g++
> Checking supported CXXFLAGS              : -std=c++11
> Checking supported CXXFLAGS              : -O2 -g -pedantic -Wall -Wextra
> -Wnon-virtual-dtor -Wno-unused-parameter -fdiagnostics-color
> Checking for std::to_string              : yes
> Checking for std::vector::insert with const_iterator : yes
> Checking for std::is_default_constructible           : yes
> Checking for std::is_nothrow_move_constructible      : yes
> Checking for std::is_nothrow_move_assignable         : yes
> Checking for program 'doxygen'                       : /usr/bin/doxygen
> Checking for program 'tar'                           : /bin/tar
> Checking for program 'sphinx-build'                  : /usr/bin/sphinx-build
> Checking for program 'sh'                            : /bin/sh
> Checking for library pthread                         : yes
> Checking for library rt                              : yes
> Checking for function getpass                        : yes
> Checking for rtnetlink                               : yes
> Checking for program 'pkg-config'                    : /usr/bin/pkg-config
> Checking for 'sqlite3'                               : yes
> Checking Crypto++ lib                                : CryptoPP not found,
> please provide a --with-cryptopp=PATH argument (see help)
> (complete log in /usr/local/lib/ndn-cxx/build/config.log)
>
>     I try to complete the 'config.log',but it dosen't work.I cannot find
> relevant reference material on the Internet. Can you help me solve
> this problem?
>     Thank you very much!
>                                                                 regards,
>                                                                Lixia  Zhao
>
>
>
>
> _______________________________________________
> Ndn-interest mailing list
> Ndn-interest at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20171103/31d41686/attachment.sig>


More information about the Ndn-interest mailing list