當我嘗試導入M2Crypto在python ,我得到以下錯誤: 我使用的是Mac OS X,蟒蛇2.7 ImportError: dlopen(/Users/armita/.python-eggs/M2Crypto-0.22.3-py2.7-macosx-10.9-intel.egg-tmp/M2Crypto/__m2crypto.so, 2): Symbol not found: _X509_f
我需要通過使用SAML2從第三方在python中實現身份驗證。我查看了pysaml2,發現相當混亂,並且在this question發現Ennael後決定給M2Crypto一個機會。 我收到的SAML令牌can be found here。我已經從Assertion標記(用戶的SSN,IP和SAML令牌到期窗口)中提取了所需的全部信息,但我無法從Ennael獲得verify_signature函數
安裝M2Crypto當我運行pip install M2Crypto,我得到: /usr/include/openssl/opensslconf.h:31: Error: CPP #error ""This openssl-devel package does not work your architecture?"". Use the -cpperraswarn option to contin