The project is very broad and has been written long ago. All codes are from 2016. If I want to compile the codes, what do you think I should do? How can I find a solution without compiling the codes?Can you just rebuild the executable, on the Pi5?What methods should I try to solve this error I am currently receiving? How can I install the libraries I view with "readelf"?
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 emiruzunnn — Thu Mar 28, 2024 7:30 pm