WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
37.42k stars 1.64k forks source link

libmbedtls.so.20: cannot open shared object file: No such file or directory #1770

Closed thaMilo closed 1 week ago

thaMilo commented 1 week ago

Operating System

Linux

What's the issue you encountered?

Just downaloaded the arch linux release and installed it as written in the documentation. Tried to run it but got this error:

imhex: error while loading shared libraries: libmbedtls.so.20: cannot open shared object file: No such file or directory

How can the issue be reproduced?

  1. Running arch linux download and install the latest release version for the operating system
  2. Run the imhex command from cli

ImHex Version

1.34.0

ImHex Build Type

Installation type

Arch linux package

Additional context?

No response

WerWolv commented 1 week ago

Hey, thank you for the report

This issue keeps coming back because Arch Linux keeps renaming the mbedtls library with every new version but they don't keep around the older versions. It will fix itself with the next release. Until then, please use the AppImage build or the Flatpak instead

thaMilo commented 1 week ago

Oh that's a shame... Thank you anyway! Keep up the good work @WerWolv !

iTrooz commented 1 week ago

Main issue: https://github.com/WerWolv/ImHex/issues/1532