Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4817

Raspberry Pi OS • Re: No such file or directory

$
0
0
I don't have access to the raspberry pi right now because I work for a company and I'm at home. The code you want is in the photo. Could you please take a look from there? :)
ah yeah, it was hidden in the fine print

its saying that /lib/ld-linux-armhf.so.3 isnt found
because you dont have a 32bit userland installed

either get a 64bit version of that binary, or install a 32bit userland
You can install 32bit libraries on a 64bit system, and I am surprised you do not already have libc6:armhf, which should provide /lib/ld-linux-armhf.so.3 and avoid the No such file or directory error.

However, you may have difficulty obtaining the right old versions and making them work with the rest of the system. For instance your binary expects libcaf_io.so.0.14.0, but the current version in bookworm is 0.17.6. The clean solution is to recompile.

Statistics: Posted by cleverca22 — Thu Mar 28, 2024 7:42 pm



Viewing all articles
Browse latest Browse all 4817

Trending Articles