[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Jami snap broken on Ubuntu 20.04
From: |
Maxim Cournoyer |
Subject: |
Re: Jami snap broken on Ubuntu 20.04 |
Date: |
Wed, 17 Apr 2024 13:33:57 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Julius Schwartzenberg <julius.schwartzenberg@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