jfrog / JFrog-Cloud-Installers

Template to deploy Artifactory Enterprise cluster.
Apache License 2.0
78 stars 140 forks source link

[ansible/xray] RHEL 9 missing depedency install: libdb-utils (equivalent of DB5-Utils) #422

Open EmptyByte opened 4 weeks ago

EmptyByte commented 4 weeks ago

Ansible/ansible_collections/jfrog/platform/roles/xray/tasks/expect.yml

On RHEL expect scenario will fail with:

spawn ./install.sh -u xray -g xray

Beginning JFrog Xray setup

[ERROR] Some dependencies [ Db-Utils-5.3 ] the product needs are missing
[ERROR] Please check Prerequisites section under https://service.jfrog.org/installer/Installing+Xray#InstallingXray-LinuxArchiveInstallation on instructions to install them and then try again

The workaround is to install the libdb-utils package manually:

dnf install libdb-utils

Once installed the expect scenario succeeds.

chukka commented 1 week ago

@EmptyByte Could you please share which version of RHEL was used?

EmptyByte commented 1 week ago

Hi @chukka, it was RHEL9. Likely same issue on RHEL8.