HewlettPackard / python-redfish-utility

Python-based utility for interacting with devices supporting a Redfish Service
Other
85 stars 41 forks source link

iLOREST RPM package missing dependency on libcrypt.so.1 #97

Open champtar opened 2 months ago

champtar commented 2 months ago

On RHEL 9.3 when using https://github.com/HewlettPackard/python-redfish-utility/releases/download/V5.0.0.0/ilorest-5.0.0.0-12.x86_64.rpm, I get the following error

# ilorest --version
[10239] Error loading Python lib '/tmp/_MEIlJgq7H/libpython3.10.so.1.0': dlopen: libcrypt.so.1: cannot open shared object file: No such file or directory

Installing libxcrypt-compat fixes the issue. ilorest rpm should have Requires: /usr/lib64/libcrypt.so.1

rajeevkallur commented 2 months ago

@champtar , Will fix it soon.