Jump to content
Not connected, Your IP: 216.73.216.127
Asandler

Eddie 2.24.6 broken on Linux aarch64

Recommended Posts

After upgrading Eddie to 2.24.6, I cannot get it work on Fedora or Ubuntu on the aarch64 platform.  Both produce the same error.
 

Error loading shared library: /tmp/mono-bundle-cULmNV/libgdiplus.so.0 libtiff.so.5: cannot open shared object file: No such file or directory
Any ideas on how to resolve this issue?

Share this post


Link to post
On 1/22/2025 at 7:53 AM, Asandler said:

After upgrading Eddie to 2.24.6, I cannot get it work on Fedora or Ubuntu on the aarch64 platform.  Both produce the same error.
 


Error loading shared library: /tmp/mono-bundle-cULmNV/libgdiplus.so.0 libtiff.so.5: cannot open shared object file: No such file or directory
Any ideas on how to resolve this issue?

Same now for me, did you found a solution?

I have - more or less - 0 ideas about linux :(
Looks like >=24.04 there is no libtinfo5 anymore, just libtinfo6
Didnt found any way, to "reinstall" the libtinfo5 for aarch64 and ubuntu 24.10.

Can someone enlighten me, please?

Share this post


Link to post

No, I have not come up with a workaround.  I have a lot of ideas about linux and I am drawing a blank on this one.  I have tried a few different distros and have not been able to get it to work.  Does anyone know what distro was used to build this binary?

Share this post


Link to post
Posted ... (edited)

On debian 12 aarch64/arm, this will fix the issue:
Link libtiff6 library to libtiff7 (seems to work)
 

sudo ln -s /usr/lib/aarch64-linux-gnu/libtiff.so.6 /usr/lib/aarch64-linux-gnu/libtiff.so.5

When that is fixed, you will run into an issue with libgif not being installed.
sudo apt install libgif7


Then it should work.

Airvpn, please look into this, it's very simple to fix and it's making eddie arm unusable on recent debian based linux. Edited ... by kwEygq3H
typo of libtiff version

Share this post


Link to post

Broken on Fedora, Ubuntu, everything ARM64.

ry@trixieGnome:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.0
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
ry@trixieGnome:~$ eddie-ui
Error loading shared library: /tmp/mono-bundle-JgbY1u/libgdiplus.so.0 libtiff.so.5: cannot open shared object file: No such file or directory
ry@trixieGnome:~$ uname -a
Linux trixieGnome 6.12.35+deb13-arm64 #1 SMP Debian 6.12.35-1 (2025-07-03) aarch64 GNU/Linux




ry@cinnamon:~$ cat /etc/os-release
NAME="Fedora Linux"
VERSION="42 (Adams)"
RELEASE_TYPE=stable
ID=fedora
VERSION_ID=42
VERSION_CODENAME=""
PLATFORM_ID="platform:f42"
PRETTY_NAME="Fedora Linux 42 (Adams)"
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
ry@cinnamon:~$ eddie-ui
Error loading shared library: /tmp/mono-bundle-eIeG3Y/libgdiplus.so.0 libtiff.so.5: cannot open shared object file: No such file or directory
ry@cinnamon:~$ uname -a
Linux cinnamon 6.15.6-200.fc42.aarch64 #1 SMP PREEMPT_DYNAMIC Thu Jul 10 18:51:34 UTC 2025 aarch64 GNU/Linux




ry@armubuntu2504:~$ uname -a
Linux armubuntu2504 6.14.0-24-generic #24-Ubuntu SMP PREEMPT_DYNAMIC Sun Jun 15 11:00:47 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
ry@armubuntu2504:~$ cat /etc/os-release
PRETTY_NAME="Ubuntu 25.04"
NAME="Ubuntu"
VERSION_ID="25.04"
VERSION="25.04 (Plucky Puffin)"
VERSION_CODENAME=plucky
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=plucky
LOGO=ubuntu-logo
ry@armubuntu2504:~$ eddie-ui 
Error loading shared library: /tmp/mono-bundle-Zo2Dnt/libgdiplus.so.0 libjpeg.so.62: cannot open shared object file: No such file or directory

This really needs to be fixed. A Linux ARM64 build that is broken on all modern ARM64 distributions and the Raspberry Pi is not a good showing. This limits my use of AirVPN. (At least I have been able to do a workaround on a debian 12 vm and it works for now)
 

Share this post


Link to post

Confirmed on Ubuntu that the same command fixes the issue. 

sudo ln -s /usr/lib/aarch64-linux-gnu/libtiff.so.6 /usr/lib/aarch64-linux-gnu/libtiff.so.5

When you try to launch after that, install any other libraries it complains about through apt. 


Fedora fix (same thing, after this fix, install any other libraries it complains about):

sudo ln -s /usr/lib64/libtiff.so.6 /usr/lib64/libtiff.so.5

Using Gnome on Ubuntu VM and Cinnamon on Fedora VM. 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...