-
Notifications
You must be signed in to change notification settings - Fork 203
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
Support musl platforms: LoadError on aarch64-linux-musl #372
Comments
@beqdot Thanks for opening this issue. We do test the precompiled native gems on x86_64 musl, and it works fine there. I'll need to investigate why aarch64 is behaving differently. Here's how I reproduced:
|
8 tasks
Please follow #442 for the fix-in-progress for this issue. |
This was referenced Jan 23, 2024
Closed
Should be fixed in v2.0.0 with the linux-musl native gem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using docker with Ruby alpine 3.1 image (on Mac M2 if that matters) and got this error:
The same situation happened with the gem 'nokogiri', but this is solved by adding gcompat lib (solution from docs https://nokogiri.org/tutorials/installing_nokogiri.html#linux-musl-error-loading-shared-library).
Now I make it with
gem install sqlite3 --platform=ruby
but native build could be much better for build timeThe text was updated successfully, but these errors were encountered: