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

libnvidia-egl-wayland.so.1.1.13 not found, podman 5.2.2 update #692

Open
charles-m-knox opened this issue Sep 11, 2024 · 0 comments
Open

Comments

@charles-m-knox
Copy link

charles-m-knox commented Sep 11, 2024

On my Arch Linux system with a 4090, running podman 5.2.2, after doing an update today the following command fails with an error:

podman run -it -d \
    --pod my-own-pod \
    --gpus all \
    my-own-image:latest

The error:

Error: crun: cannot stat `/usr/lib/libnvidia-egl-wayland.so.1.1.13`: No such file or directory: OCI runtime attempted to invoke a command that was not found

This can be temporarily resolved by creating a symlink to the 1.1.16 version, which does exist in /usr/lib:

cd /usr/lib
sudo ln -s libnvidia-egl-wayland.so.1.1.16 libnvidia-egl-wayland.so.1.1.13

I hope this is the correct place to post this issue. I acknowledge that it touches a few different components that may not be the fault of nvidia-container-toolkit necessarily. I've posted this to containers/podman#23935 as well.

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

No branches or pull requests

1 participant