Curator: Document OpenSSL 1.0.2 requirement for Curator 5.4

Created on 14 Dec 2017  路  4Comments  路  Source: elastic/curator

Somewhere between 5.0 -> 5.4 version of curator, it started requiring OpenSSL 1.0.2 libraries for it to work on Centos/RHEL environments.

https://discuss.elastic.co/t/curator-5-4-ssl-module-is-not-available/108009/5

Would be helpful to document this accordingly.

Documentation bug

Most helpful comment

I will add this dependency to the RPM package, rather than merely document it.

All 4 comments

I will add this dependency to the RPM package, rather than merely document it.

I can confirm that in Red Hat 7.0 this happens even when downgrading to Curator 5.3. Upgrading the openssl library version to 1.0.2 is a must. The documentation needs to also be updated

i have the same issue, workaround if needed (updating "openssl-libs" package):
$sudo yum update openssl-libs

The dependency has been addressed in the build scripts.

Was this page helpful?
0 / 5 - 0 ratings