Advertisement
kokopelli

SSL_v2 error while running geni on Xenial LTS

Aug 17th, 2016
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. File "/usr/local/bin/omni", line 105, in <module>
  2. import gcf.omnilib.frameworks.framework_apg
  3. File "/usr/local/lib/python2.7/dist-packages/gcf/omnilib/frameworks/framework_apg.py", line 29, in <module>
  4. from ..util.dossl import _do_ssl
  5. File "/usr/local/lib/python2.7/dist-packages/gcf/omnilib/util/__init__.py", line 27, in <module>
  6. from . import handler_utils
  7. File "/usr/local/lib/python2.7/dist-packages/gcf/omnilib/util/handler_utils.py", line 36, in <module>
  8. from . import credparsing as credutils
  9. File "/usr/local/lib/python2.7/dist-packages/gcf/omnilib/util/credparsing.py", line 37, in <module>
  10. from ...sfa.trust.credential import Credential
  11. File "/usr/local/lib/python2.7/dist-packages/gcf/sfa/trust/credential.py", line 51, in <module>
  12. from .credential_legacy import CredentialLegacy
  13. File "/usr/local/lib/python2.7/dist-packages/gcf/sfa/trust/credential_legacy.py", line 35, in <module>
  14. from .certificate import Certificate
  15. File "/usr/local/lib/python2.7/dist-packages/gcf/sfa/trust/certificate.py", line 47, in <module>
  16. import M2Crypto
  17. File "/usr/local/lib/python2.7/dist-packages/M2Crypto-0.25.1-py2.7-linux-x86_64.egg/M2Crypto/__init__.py", line 26, in <module>
  18. from M2Crypto import (ASN1, AuthCookie, BIO, BN, DH, DSA, EVP, Engine, Err,
  19. File "/usr/local/lib/python2.7/dist-packages/M2Crypto-0.25.1-py2.7-linux-x86_64.egg/M2Crypto/ASN1.py", line 15, in <module>
  20. from M2Crypto import BIO, m2, util
  21. File "/usr/local/lib/python2.7/dist-packages/M2Crypto-0.25.1-py2.7-linux-x86_64.egg/M2Crypto/BIO.py", line 10, in <module>
  22. from M2Crypto import m2, util
  23. File "/usr/local/lib/python2.7/dist-packages/M2Crypto-0.25.1-py2.7-linux-x86_64.egg/M2Crypto/m2.py", line 30, in <module>
  24. from M2Crypto._m2crypto import *
  25. File "/usr/local/lib/python2.7/dist-packages/M2Crypto-0.25.1-py2.7-linux-x86_64.egg/M2Crypto/_m2crypto.py", line 26, in <module>
  26. __m2crypto = swig_import_helper()
  27. File "/usr/local/lib/python2.7/dist-packages/M2Crypto-0.25.1-py2.7-linux-x86_64.egg/M2Crypto/_m2crypto.py", line 22, in swig_import_helper
  28. _mod = imp.load_module('__m2crypto', fp, pathname, description)
  29. ImportError: /usr/local/lib/python2.7/dist-packages/M2Crypto-0.25.1-py2.7-linux-x86_64.egg/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method
  30. ganesh@ganesh-xps:/media/ganesh/backup/Downloads/gcf-2.10$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement