You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .deb unfortunately doesn't work on Ubuntu 20.04/Focal (and Debian 11/Bullseye uses the same glibc version 2.31):
[2023-04-14T11:20:17+0200] ueberall_l@desktop01:~/Videos% journal-viewer
journal-viewer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by journal-viewer)
journal-viewer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by journal-viewer)
journal-viewer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by journal-viewer)
[2023-04-14T11:20:19+0200] ueberall_l@desktop01:~/Videos% ldd --version | head -1
ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
The text was updated successfully, but these errors were encountered:
The good news is that I tested building the project in Debian11 and it seems to work fine, so it is possible. I was able to run the journal-viewer successfully, so you always have this option running npm run tauri build
I will need to do some work for automating the build process though, as currently only builds for ubuntu-22.04
The
.deb
unfortunately doesn't work on Ubuntu 20.04/Focal (and Debian 11/Bullseye uses the same glibc version 2.31):The text was updated successfully, but these errors were encountered: