OpenStack - Error while loading shared libraries: leatherman_curl.so.1.3.0: cannot open shared object file: No such file or directory
![]() |
Openstack error - leatherman_curl - No such file or directory |
facter: error while loading shared libraries: leatherman_curl.so.1.3.0: cannot open shared object file: No such file or directory

Cases:
Solution:
1 – Check the provides the
following files using below command
yum whatprovides */leatherman_curl.so.1.3.0

Above command output will give us a package name that's missing into the system and provides that library, here we
got the package name leatherman-1.3.0-9.el7.x86_64 and we will install using
below command
yum install leatherman-1.3.0-9.el7.x86_64 -y

If
you got another missing library, follow the same process and install the
dependent package
It does not work for me. I downgrade leatherman using following command
ReplyDeleteyum downgrade leatherman