score
score copied to clipboard
aarch64 binary won't run
Hi,
I have a Pi 4 with aarch64. I've been trying to run the 3.1.12 aarch64 binary but I'm running into shared library problems. The first error was:
error while loading shared libraries: [libjpeg.so](http://libjpeg.so/).62: cannot open shared object file: No such file or directory
I got past that by installing the AUR package libjpeg6-turbo
It's now giving the error:
error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or directory
This, I haven't resolved yet.
Any suggestions, please? Or alternatively, if anyone has built Score recently on a Pi with aarch64 and has some configuration tips, please let me know.
Thanks,
Iain
hello! are you trying to run the ./ossia-score binary directly or running it through the ossia-score-x11 scripts ?
for the icui18n.so.67 issue it's been fixed on master (see #1498 )
Hi Jean-Michael! With the ossia-score-x11 script. I have an old binary that still works. Do you think a 3.1.12 aarch64 binary, with the icui18n.so.67 fix, will be ready soon? Thanks
Can you try with https://github.com/ossia/score/releases/tag/v3.1.13 ? It should have the required libraries to work on Debian bookworm :)