Version `GLIBC_2.33' not found

Hi!

I read the post https://ubuntu.com//blog/ubuntu-frame-a-picture-is-worth-a-thousand-snaps

snap install ubuntu-frame export WAYLAND_DISPLAY=wayland-5 ubuntu-frame &

But a have this error!

export WAYLAND_DISPLAY=wayland-5 ❯ ubuntu-frame

  • [ /snap/ubuntu-frame/489/bin/run-frame = --help ]
  • mkdir -p /home/modolo/snap/ubuntu-frame/489/.config/
  • grep -vE (^vt=|^console-provider=vt|^display-layout=) /var/snap/ubuntu-frame/489/frame.config
  • exec /snap/ubuntu-frame/489/bin/run-frame /snap/ubuntu-frame/489/usr/local/bin/frame
  • [ /snap/ubuntu-frame/489/usr/local/bin/frame = --help ]
  • dirname /run/user/1000/snap.ubuntu-frame
  • XDG_RUNTIME_DIR=/run/user/1000
  • export XDG_RUNTIME_DIR
  • mkdir -p /run/user/1000 -m 700
  • [ -n wayland-5 ]
  • [ -e /run/user/1000/wayland-5 ]
  • exec /snap/ubuntu-frame/489/usr/local/bin/frame /snap/ubuntu-frame/489/usr/local/bin/frame: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33’ not found (required by /var/lib/snapd/lib/gl/libEGL.so.1) ❯ snap install ubuntu-frame snap “ubuntu-frame” is already installed, see ‘snap help refresh’

That’s this issue: EGL-using snaps on impish seem to be broken when using the Nvidia proprietary driver

A fix has landed in snapd master and will appear in a stable release sometime soon.

1 Like