This repository has been archived by the owner on May 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
centos 6 libcrypto.so not found #50
Comments
@scopenco pychef has |
This should be resolved in master, can you try that? |
I had this same issue in cent 7. To fix it I needed to run the following: sudo yum install openssl-devel Here is info on the instance: |
I ran into this same issue, and after reading this I can confirm it appears to be fixed in master. It looks like this has been fixed for quite a while but no new package has been published since then.. Would it be possible to get an updated package in PyPI with these fixes? Thanks! |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When i try to use chef library on centos 6, i get:
package openssl098e has only these libs:
# rpm -ql openssl098e-0.9.8e-18.el6_5.2.x86_64| grep libcrypto.so /usr/lib64/.libcrypto.so.0.9.8e.hmac /usr/lib64/.libcrypto.so.6.hmac /usr/lib64/libcrypto.so.0.9.8e /usr/lib64/libcrypto.so.6
chef library installed from pip2.7
PyChef-0.2.3
The text was updated successfully, but these errors were encountered: