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

Resolve issue with missing libomp in docker builds. #1317

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lbrunkho
Copy link

Docker builds reported that a shared library "libomp.so" was missing.

Added missing dependency to resolve this.

Docker builds reported that a shared library "libomp.so" was missing.

Added missing dependency to resolve this.
@somenewaccountthen
Copy link

Can confirm: /usr/bin/video2x: error while loading shared libraries: libomp.so: cannot open shared object file: No such file or directory

@dclipca
Copy link

dclipca commented Jan 30, 2025

/usr/bin/video2x: error while loading shared libraries: libomp.so: cannot open shared object file: No such file or directory

@k4yt3x
Copy link
Owner

k4yt3x commented Jan 31, 2025

Thanks for the PR. I think you're right. I thought openmp was only required during compilation. Looks like it also provides the runtime library. Curiously it didn't break before this version for some reason.

image

I'll further validate it. If everything checks out I'll also need to update the AUR and some other scripts. I'll push a new Docker image when this is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants