Actions
Bug #4122
closedWrong package name "openssl" in wscript
Start date:
06/08/2017
Due date:
% Done:
90%
Estimated time:
Description
Operating system: Ubuntu 16.04, Python 2.7.12
ns3/src/ndnSIM/wscript uses "openssl" as the package name on line 18 and 22.
This results in an error when trying to configure the project.
ImportError: Module openssl not found
Changing openssl to OpenSSL fixes the error.
Actions