[ndnSIM] Build fails (./waf)

Christian Kreuzberger christian.kreuzberger at itec.aau.at
Thu Jun 25 05:55:01 PDT 2015


Dear all,

 

the problem of "error while loading shared libraries: libndn-cxx.so.0.3.2:
cannot open shared object file: No such file or directory" can be easily
fixed by editing ndnSIM wscript (usually found in ns-3/src/ndnSIM). Locate
the line with "conf.check_cfg(package='libndn-cxx'.. ( see
https://github.com/named-data/ndnSIM/blob/master/wscript#L31 ) and below
that line append the following code:

 

conf.env.append_value('NS3_MODULE_PATH',conf.env['LIBPATH_NDN_CXX'])

 

The same fix should be working for the scenario template, though I haven't
been able to verify that yet.

 

Alternatively, modifying your LD_LIBRARY_PATH appropriately should work too.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20150625/e5c3afa5/attachment.html>


More information about the ndnSIM mailing list