We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
libxcrypt-compat
Requires: /usr/lib64/libcrypt.so.1
The text was updated successfully, but these errors were encountered:
@champtar , Will fix it soon.
Sorry, something went wrong.
Any update regarding this issue? The issue is still present on ilorest-5.1.0.0.
The /usr/lib64/libcrypt.so.1 is provided by
/usr/lib64/libcrypt.so.1
Note:
/usr/lib64/libcrypt.so.2
@champtar , @jpoliv
Current rpm config is
Name: ilorest License: Copyright 2016-2022 Hewlett Packard Enterprise Development LP Group: System/Configuration/Packaging AutoReqProv: on Version: %VERSION% Release: %RELEASE%
Source0: ilorest-%{version}.tar.bz2 Url: https://www.hpe.com/info/restfulapi Vendor: Hewlett Packard Enterprise Packager: Hewlett Packard Enterprise Summary: RESTful Interface Tool
BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: /usr/lib64/libcrypt.so.1 #BuildRequires: which
%description Command line interface for managing HPE ProLiant Servers
How should the spec modified to include both so.1. and so.2 files?
No branches or pull requests
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
Installing
libxcrypt-compat
fixes the issue.ilorest rpm should have
Requires: /usr/lib64/libcrypt.so.1
The text was updated successfully, but these errors were encountered: