Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aarch64 binary won't run #1501

Open
escuta opened this issue Jan 25, 2024 · 4 comments
Open

aarch64 binary won't run #1501

escuta opened this issue Jan 25, 2024 · 4 comments

Comments

@escuta
Copy link

escuta commented Jan 25, 2024

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

@jcelerier
Copy link
Member

hello!
are you trying to run the ./ossia-score binary directly or running it through the ossia-score-x11 scripts ?

@jcelerier
Copy link
Member

for the icui18n.so.67 issue it's been fixed on master (see #1498 )

@escuta
Copy link
Author

escuta commented Jan 25, 2024

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

@jcelerier
Copy link
Member

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants