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.
      
      Updated by Spyros Mastorakis about 8 years ago
      
    
    - Category set to build
 - Status changed from New to Code review
 - Assignee set to Spyros Mastorakis
 - Target version set to 2.4
 - % Done changed from 0 to 90
 
Thanks Susmit. I have added conditional package loading based on the underlying platform (Linux, Mac OS, etc.)
      
      Updated by Spyros Mastorakis almost 8 years ago
      
    
    - Status changed from Code review to Abandoned
 
Actions