Questions and Answers :
Bugs :
Error on Linux / ARM
Message board moderation
| Author | Message |
|---|---|
|
Send message Joined: 29 May 22 Posts: 2 Credit: 1,005,861 RAC: 0 |
On my OrangePi 5 SBC running UBUNTU I am getting the following error message: <core_client_version>8.3.0</core_client_version> <![CDATA[ <message> process exited with code 127 (0x7f, -129)</message> <stderr_txt> ../../projects/boinc.loda-lang.org_loda/wrapper_26019_arm64-pc-linux-gnu: error while loading shared libraries: libzip.so.4: cannot open shared object file: No such file or directory Unfortunatetly the device doesn't tell which UBUNTU version is installed. Git is also installed. |
|
Send message Joined: 22 Dec 22 Posts: 1 Credit: 1,187,801 RAC: 37 |
One of solution is make symbolic link to this name of library: cd /usr/lib; ln -s libzip.so.5 libzip.so.4 In many Linux systems this library has name libzip.so.5 instead libzip.so.4. |
|
Send message Joined: 23 May 22 Posts: 8 Credit: 1,319,470 RAC: 1,855 |
Unfortunatetly the device doesn't tell which UBUNTU version is installed. Git is also installed. Oh yes it does. It is this system, with a rather old Ubuntu 20.04.6 LTS |
|
Send message Joined: 23 May 22 Posts: 8 Credit: 1,319,470 RAC: 1,855 |
One of solution is make symbolic link to this name of library: Another solution is to search whether libzip has been installed in the first place, by looking for it. locate libzip.so you may have to install plocate first sudo apt install plocate |
©2026 LODA Language