[Nfd-dev] cryptopp not found

Davide Pesavento davide.pesavento at lip6.fr
Tue Oct 10 18:13:20 PDT 2017


There's really no need to specify --with-cryptopp=/foo if you're doing this
on Ubuntu (a supported platform) and cryptopp was installed via apt. Just
run './waf configure' with no options.

Davide

On Tue, Oct 10, 2017 at 9:03 PM, Eric Newberry <enewberry at email.arizona.edu>
wrote:

> Now try running configure again with "--with-cryptopp=/usr". ldconfig is
> needed after installing dynamic libraries.
>
> Eric
>
> On 10/10/2017 06:00 PM, Gusev, Peter wrote:
>
> just ran it. no output
>
> Thanks,
>
> --
> Peter Gusev
>
>
>
> *peter at remap.ucla.edu <peter at remap.ucla.edu> +1 213 5872748
> <(213)%20587-2748> *
>
> *Research Scholar @ **REMAP UCLA* <http://remap.ucla.edu/>
> * Video streaming/ICN networks/Creative Development*
>
> On Oct 10, 2017, at 5:58 PM, Eric Newberry <enewberry at email.arizona.edu>
> wrote:
>
> Assuming you're doing this on Linux, did you run "sudo ldconfig" after
> installing cryptopp?
>
> Eric
>
> On 10/10/2017 05:53 PM, Gusev, Peter wrote:
>
> still complains…
>
> Checking Crypto++ lib                                : *CryptoPP not
> found in /usr*
> *(complete log in /home/peter/ndn-cxx/build/config.log)*
>
> Thanks,
>
>
> --
> Peter Gusev
>
>
>
> *peter at remap.ucla.edu <peter at remap.ucla.edu> +1 213 5872748
> <(213)%20587-2748> *
>
> *Research Scholar @ **REMAP UCLA* <http://remap.ucla.edu/>
> * Video streaming/ICN networks/Creative Development*
>
> On Oct 10, 2017, at 5:52 PM, Eric Newberry <enewberry at email.arizona.edu>
> wrote:
>
> Peter,
>
> I just had an idea. Could you try "--with-cryptopp=/usr"?
>
> Eric
>
> On 10/10/2017 05:49 PM, Gusev, Peter wrote:
>
> please, find attached
>
>
> Thanks,
>
> --
> Peter Gusev
>
>
>
> *peter at remap.ucla.edu <peter at remap.ucla.edu> +1 213 5872748
> <(213)%20587-2748> *
>
> *Research Scholar @ **REMAP UCLA* <http://remap.ucla.edu/>
> * Video streaming/ICN networks/Creative Development*
>
> On Oct 10, 2017, at 5:47 PM, Eric Newberry <enewberry at email.arizona.edu>
> wrote:
>
> Could you attach build/config.log?
>
> Eric
>
> On 10/10/2017 05:44 PM, Gusev, Peter wrote:
>
> hi Eric,
>
> release:
>
> $ git status
> HEAD detached at ndn-cxx-0.5.1
>
> Thanks,
>
> --
> Peter Gusev
>
>
>
> *peter at remap.ucla.edu <peter at remap.ucla.edu> +1 213 5872748
> <(213)%20587-2748> *
>
> *Research Scholar @ **REMAP UCLA* <http://remap.ucla.edu/>
> * Video streaming/ICN networks/Creative Development*
>
> On Oct 10, 2017, at 5:43 PM, Eric Newberry <enewberry at email.arizona.edu>
> wrote:
>
> Hi Peter,
>
> The dependency on CryptoPP has been removed in the development version of
> ndn-cxx. Are you using a release version or a development one?
>
> Eric
>
>
> On Oct 10, 2017 5:40 PM, "Gusev, Peter" <peter at remap.ucla.edu> wrote:
>
> hi devs,
>
> getting troubles with CryptoPP when building ndn-cxx on ubuntu:
>
> ./waf configure --with-cryptopp="/usr/lib"
> Setting top to                           : /home/peter/ndn-cxx
> Setting out to                           : /home/peter/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'                  : not found
> 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 in /usr/lib*
> *(complete log in /home/peter/ndn-cxx/build/config.log)*
>
> however,
>
> $ ls -Al /usr/lib/*crypto*
> lrwxrwxrwx 1 root root      16 Oct 23  2015 */usr/lib/libcryptopp.so.9*
> -> libcrypto++.so.9
> lrwxrwxrwx 1 root root      20 Oct 23  2015 */usr/lib/libcrypto++.so.9*
> -> libcrypto++.so.9.0.0
> -rw-r--r-- 1 root root 4282072 Oct 23  2015 /usr/lib/libcrypto++.so.9.0.0
>
> does anyone know why?
>
> Thanks,
>
> --
> Peter Gusev
>
>
>
> *peter at remap.ucla.edu <peter at remap.ucla.edu> +1 213 5872748
> <%28213%29%20587-2748> *
>
> *Research Scholar @ **REMAP UCLA* <http://remap.ucla.edu/>
> * Video streaming/ICN networks/Creative Development*
>
>
> _______________________________________________
> Nfd-dev mailing list
> Nfd-dev at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev
>
>
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Nfd-dev mailing list
> Nfd-dev at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20171010/e0dbdbec/attachment-0001.html>


More information about the Nfd-dev mailing list