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

[BUG] Build failure on ubi9 images on x86 #989

Closed
cdeepali opened this issue Jan 18, 2024 · 2 comments
Closed

[BUG] Build failure on ubi9 images on x86 #989

cdeepali opened this issue Jan 18, 2024 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@cdeepali
Copy link
Contributor

the build for packages is failing with following error on ubi9 container :

perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

@cdeepali cdeepali added the bug Something isn't working label Jan 18, 2024
@cdeepali cdeepali self-assigned this Jan 18, 2024
@cdeepali
Copy link
Contributor Author

cdeepali commented Jan 18, 2024

Investigations revealed that ubi9 image provides libcrypt.so.2 and not libcrypt.so.1.

Perl package from conda however requires libcrypt.so.1.

@cdeepali
Copy link
Contributor Author

Installing libxcrypt-compat fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant