Skip to content
New issue

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

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

Open
EmptyByte opened this issue Oct 28, 2024 · 2 comments
Labels

Comments

@EmptyByte
Copy link

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

On RHEL expect scenario will fail with:

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

�[1mBeginning JFrog Xray setup�[0m

�[38;5;197m[ERROR�[0m�[38;5;197m] �[0mSome dependencies [ Db-Utils-5.3 ] the product needs are missing
�[38;5;197m[ERROR�[0m�[38;5;197m] �[0mPlease 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
  • A task or vars with prerequisite packages is required to install it.
  • The link in the scenario is dead.

Once installed the expect scenario succeeds.

@chukka
Copy link
Collaborator

chukka commented Nov 18, 2024

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

@EmptyByte
Copy link
Author

EmptyByte commented Nov 18, 2024

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

@chukka chukka added bug Something isn't working fixed-waiting-for-public-release labels Nov 22, 2024
@chukka chukka changed the title [ansible/xray] RHEL missing depedency install: libdb-utils (equivalent of DB5-Utils) [ansible/xray] RHEL 9 missing depedency install: libdb-utils (equivalent of DB5-Utils) Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants