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

Fix unicode.so loading #3236

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

devnoname120
Copy link
Sponsor Contributor

unicode.so is dynamically linked against glibc but Alpine only comes with musl. Installing the compatibility layer fixes it.

Fix #3231
Fix #3234
Close #3235

`unicode.so` is dynamically linked against glibc but Alpine only comes with musl. Installing the compatibility layer fixes it.

Fix #3231
Fix #3234
Close #3235
@mikiher
Copy link
Contributor

mikiher commented Aug 5, 2024

Nice! have you tested this?

So, if I read your comment correctly, this is not about arm64, it's about systems that don't have glibc?

@devnoname120
Copy link
Sponsor Contributor Author

@mikiher Yes! I'm not exactly sure why other architectures seem to be able to load it (for now!), but they could break and installing the compatibility layer is the safe choice for the future.

image image

@advplyr
Copy link
Owner

advplyr commented Aug 5, 2024

Thanks!

@advplyr advplyr merged commit 4916887 into advplyr:master Aug 5, 2024
4 checks passed
@devnoname120 devnoname120 deleted the arm64/fix-unicode-so-load branch August 5, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: audiobookshelf didn't laucn on arm64 with 2.12 [Bug]: edge container giving SQLite error on startup
3 participants