[ndnSIM] Installation ndnsim 2.0

Spyridon (Spyros) Mastorakis spiros.mastorakis at gmail.com
Wed Aug 12 08:33:24 PDT 2015


Hi Gill,

first of all, the error you got refers to ndn-cxx, which is our library, not ndnSIM itself.

This error indicates that your installed boost libraries could not be found by ndn-cxx.

Please make sure that you installed the boost libraries correctly and then search for the directory, where they were installed.

Typically, the boost libraries are installed under the /usr/lib directory. If your boost libraries have been installed somewhere else, you may use the following option to indicate the specific directory and configure ndn-cxx:

./waf configure --boost-libs=<directory_where_boost_libraries_have_been_installed>

--
Spyridon (Spyros) Mastorakis
Personal Website: http://cs.ucla.edu/~mastorakis/
Internet Research Laboratory
PhD Computer Science
UCLA




> On Aug 12, 2015, at 5:09 AM, bilal gill <gill_gemini at hotmail.com> wrote:
> 
> 
> Hi,
> 
> I am trying to install ndnsim 2.0 on ubuntu 12.04.
> I followed the instructions on the webpage of ndnsim 2.0.(ndn-cxx version:0.3.3)
> 
> I am getting following error while trying ./waf configure in terminal in ndn-cxx folder.
> 
> 
> Setting top to                           : /home/rani/Desktop/ndnSIM/ndn-cxx 
> Setting out to                           : /home/rani/Desktop/ndnSIM/ndn-cxx/build 
> Building static library                  : no 
> Building shared library                  : yes 
> Checking for 'g++' (C++ compiler)        : /usr/bin/g++ 
> Checking supported CXXFLAGS              : -std=c++0x 
> Checking supported CXXFLAGS              : -pedantic -Wall -O2 -g 
> Checking for program 'doxygen'           : /usr/bin/doxygen 
> Checking for program 'tar'               : /bin/tar 
> Checking for program 'sphinx-build'      : /usr/bin/sphinx-build 
> Checking for std::is_default_constructible : no 
> Checking for std::is_nothrow_move_constructible : no 
> Checking for std::is_nothrow_move_assignable    : no 
> Checking for friend typename-specifier          : no 
> Checking for friend typename using wrapper      : yes 
> Checking for override and final specifiers      : no 
> Checking for std::vector::insert with const_iterators : no 
> 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                                 : 561 
> Checking if CryptoPP library works                    : yes 
> Checking boost includes                               : 1.57.0 
> Checking boost libs                                   : lib system not found in /usr/lib 
> The configuration failed
> (complete log in /home/rani/Desktop/ndnSIM/ndn-cxx/build/config.log)
> 
> Do i need to install some more libraries or ndnsim could not find the link to these libraries?
> 
> Regards
> -Gill
> 
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim





More information about the ndnSIM mailing list