Hi, Julius Schwartzenberg <julius.schwartzenb...@gmail.com> writes:
> Hi all, > > Recently Jami stopped working on my system. I get the following output: > > mkdir: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found > (required by /snap/jami/304/lib/bindtextdomain.so) > xdg-user-dirs-update: /lib/x86_64-linux-gnu/libc.so.6: version > `GLIBC_2.34' not found (required by > /snap/jami/304/lib/bindtextdomain.so) > realpath: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not > found (required by /snap/jami/304/lib/bindtextdomain.so) > realpath: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not It looks like yo do not have glibc 2.34 available on your system. I'm not knowledgeable about snaps; if they rely on the glibc of the host that seems fragile. In the meantime, if you're interested in trying an alternative; GNU Guix can run atop any GNU/Linux system and provides a 'jami' package, currently at version 20240325.0. -- Thanks, Maxim