error while loading shared libraries

30 views
Skip to first unread message

Zain Manna

unread,
Jul 23, 2022, 5:25:10 PM7/23/22
to ns-3-users
When I'm trying to run the example using this command:

./waf --run=ndn-simple

It gives me this error:

error while loading shared libraries: libboost_date_time.so.1.62.0: cannot open shared object file: No such file or directory

What's the problem? Even though the configuration, and building is successfully done. 

Moin Javeed

unread,
Jul 23, 2022, 5:37:38 PM7/23/22
to ns-3-...@googlegroups.com
Why you are using = between run and file name? 
.\waf --run=ndn-example ??
You should use .\waf --run ndn-example .... and maybe it will resolve your problem. 


--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/1e7d289b-d391-48b2-ab5b-44e1fe6c9c7fn%40googlegroups.com.

Zain Manna

unread,
Jul 23, 2022, 5:48:02 PM7/23/22
to ns-3-users
no this is not the problem, unfortunately I'm getting the same error! 
Message has been deleted

Charles Pandian

unread,
Jul 23, 2022, 10:42:24 PM7/23/22
to ns-3-...@googlegroups.com
I think you are running the example (./waf --run=ndn-simple) without successfully compiling the ndnSIM module.

Confirm whether you are installing appropriate versions of the following libraries and using a suitable version of Linux and ns-3:
  • python >= 3.5
  • libsqlite3
  • pkg-config
  • openssl
  • Boost libraries >= 1.54
And finally, make sure that the nsnSIM module is compiled and in the list of 'built modules' 

image.png


Charles Pandian,



--

igs...@gmail.com

unread,
Jul 23, 2022, 10:59:59 PM7/23/22
to ns-3-users
Further, Check the following link for more about ndnSIM's  Portability,  Prerequisites and installation procedure for different platforms

https://ndnsim.net/current/getting-started.html

And before running the ndnSIM examples, make sure that the nsnSIM module is compiled and in the list of 'built modules' 
Reply all
Reply to author
Forward
0 new messages