Logstash crashes with libcrypt-2.12.so - works with libcrypt-2.5.so

This error was reported in the past as "block device detection unsupported or native support failed to load" with missing links for libcrypt.so. In this case, all links were correct but a new version 2.12 of the library caused logstash to give the same error. Version 2-5.so works. The work-around was to copy the older file in a local area and change the LD_LIBRARY_PATH to point to 2-5

I am working on Red Hat Enterprise Linux Server release 6.6 (Santiago).

Could you folks please look into fixing this?

Thank you