chlowden 0 Posted ... (edited) Following a clean install on a rapsberry PI 4 PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12.10" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian I get this error sudo eddie-ui Error loading shared library: /tmp/mono-bundle-mwgJ1P/libgdiplus.so.0 libtiff.so.5: cannot open shared object file: No such file or directory I have upgraded the sudo apt-get install mono-complete But I still get the same error. Eddie-UI Version: 2.24.6 won't boot anymore. Any thoughts on how to solve this please? Edited ... by chlowden Quote Share this post Link to post
oxygen4505 0 Posted ... sudo apt install libtiff6 sudo ln -s /usr/lib/aarch64-linux-gnu/libtiff.so.6 /usr/lib/aarch64-linux-gnu/libtiff.so.5 Seems to work Quote Share this post Link to post
chlowden 0 Posted ... The second line did the trick for me. Thank you so much. Quote Share this post Link to post
DogsWhistle 0 Posted ... The same here the second one work as well, thank you :) Quote Share this post Link to post
ryan7654 0 Posted ... This is not a universal fix unfortunately. It seems it is broken for aarch64 (ARM64) in general, I am using an ARM64 Fedora Linux VM on an Apple Silicon Mac. I'm sure there is an equivalent workaround for Fedora, but I just switched back to a Debian 12 VM instead (same workaround as Pi OS applied). ryan@fedoraVM:~$ uname -a Linux fedoraVM 6.15.3-200.fc42.aarch64 #1 SMP PREEMPT_DYNAMIC Thu Jun 19 15:27:43 UTC 2025 aarch64 GNU/Linux ryan@fedoraVM:~$ cat /etc/os-release NAME="Fedora Linux" VERSION="42 (KDE Plasma Desktop Edition)" RELEASE_TYPE=stable ID=fedora VERSION_ID=42 VERSION_CODENAME="" PLATFORM_ID="platform:f42" PRETTY_NAME="Fedora Linux 42 (KDE Plasma Desktop Edition)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:42" DEFAULT_HOSTNAME="fedora" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f42/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=42 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=42 SUPPORT_END=2026-05-13 VARIANT="KDE Plasma Desktop Edition" VARIANT_ID=kde ryan@fedoraVM:~$ eddie-ui Error loading shared library: /tmp/mono-bundle-3uGRr0/libgdiplus.so.0 libtiff.so.5: cannot open shared object file: No such file or directory ryan@fedoraVM:~$ Quote Share this post Link to post