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