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

Look for bundled libs in lib64 else lib #1574

Conversation

mbixby17451
Copy link

This adds awareness of the lib64 build convention. On openSUSE, MacOS, and perhaps other distros, the bundled libxml2 and libxslt libraries get built in a lib64 subdirectory per distro convention. This commit changes Nokogiri's hardcoded 'lib' convention to first check for bundled library existence in lib64, and if not found, falls back to lib.

See issue #1562 for details.

This adds awareness of the lib64 build convention. On openSUSE, MacOS, and perhaps other distros, the bundled libxml2 and libxslt libraries get built in a lib64 subdirectory per distro convention.  This commit changes Nokogiri's hardcoded 'lib' convention to first check for bundled library existence in lib64, and if not found, falls back to lib.
@flavorjones
Copy link
Member

Hi. Thanks for submitting this PR!

As I commented on #1562, I haven't yet managed to reproduce what you're seeing, and would prefer not to try to evaluate a PR until I more completely understand the problem being solved.

I'm going to close this PR for now; but I'm open to re-evaluating that decision once I better understand the problem we're trying to solve.

Thanks again!

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.

2 participants