ld-linux-armhf.so.3 with Rpi 2.9.2 iso?

More
04 May 2024 23:37 - 04 May 2024 23:40 #299769 by rdtsc
Trying to run a piece of software from 2019 on the latest Rpi .iso Debian Bookworm.  It complains of "cannot execute: required file not found" (missing library.)  The file was built for
ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0.
  Checking, only /lib/ld-linux-aarch64.so.1 is available.  On a whim and as a total hack, tried
sudo ln -s /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1 /lib/ld-linux-armhf.so.3
but this resulted in "Accessing a corrupted shared library."

Is there some way I can get the ld-linux.so.3 onto this Rpi without totally borking something?
Last edit: 04 May 2024 23:40 by rdtsc.

Please Log in or Create an account to join the conversation.

More
06 May 2024 08:22 #299904 by elovalvo
I think there are incompatibility issues between the 32-bit version (armhf) and the 64-bit version (aarch64)

Please Log in or Create an account to join the conversation.

More
08 May 2024 02:53 #300090 by rdtsc
Software vendor to the rescue; they were able to recompile it for aarch64, thank goodness.

Please Log in or Create an account to join the conversation.

Time to create page: 0.198 seconds
Powered by Kunena Forum