Skip to content

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

Open
@charles-m-knox

Description

@charles-m-knox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions