ld-linux-armhf.so.3 with Rpi 2.9.2 iso?
04 May 2024 23:37 - 04 May 2024 23:40 #299769
by rdtsc
ld-linux-armhf.so.3 with Rpi 2.9.2 iso? was created 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 Checking, only /lib/ld-linux-aarch64.so.1 is available. On a whim and as a total hack, triedbut 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?
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.
sudo ln -s /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1 /lib/ld-linux-armhf.so.3
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.
06 May 2024 08:22 #299904
by elovalvo
Replied by elovalvo on topic ld-linux-armhf.so.3 with Rpi 2.9.2 iso?
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.
08 May 2024 02:53 #300090
by rdtsc
Replied by rdtsc on topic ld-linux-armhf.so.3 with Rpi 2.9.2 iso?
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.057 seconds