-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined symbol: EVP_aes_256_ctr
error when running attic
#197
Comments
FWIW, I just installed a fresh Python 3.4.2 on that box, and got the same (except for python version numbers) error, so I'm guessing it has something to do with the OpenSSL version?
|
I researched a bit on the web and found this: In setup.py there is:
Strange, there is no libraries=['ssl', 'crypto']. I tried that on ubuntu, it works as good as without the 'ssl', so although not needed there, it at least does no harm (AFAICS). |
Thanks for the suggestion & research! I gave it a shot, but still got the same error. Probably should just upgrade that box to CentOS anyway. ;-) Feel free to close this; just wanted to report it in case it was a more widespread issue. ;-) |
Did you recompile / reinstall it after changing setup.py? |
Yup— |
Here's the full trace:
Granted, this is on a pretty ancient version of Fedora (16), but in case it is something easy/obvious…it seems to satisfy the listed installation requirements.
The text was updated successfully, but these errors were encountered: