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

exclude the wrong paths for the wrong cpu architecture #52

Merged
merged 1 commit into from
Oct 23, 2015

Conversation

mkristian
Copy link
Contributor

using ld.so.conf on multiarch linux systems will include search
paths for both 32 and 64 architecture. when finding the native
library we need to look only at the paths which contains the
libraries for the cpu in use.

fixes jruby/jruby#3409

Sponsored by Lookout Inc.

using ld.so.conf on multiarch linux systems will include search
paths for both 32 and 64 architecture. when finding the native
library we need to look only at the paths which contains the
libraries for the cpu in use.

fixes jruby/jruby#3409

Sponsored by Lookout Inc.
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.

NotImplementedError: flock unsupported or native support failed to load
2 participants