Skip to content

lib64 awareness for openSUSE and other distros #334

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

Conversation

mbixby17451
Copy link

Fix for issue #333

Libraries on openSUSE and other distros end up in a lib64 subdirectory instead of in lib. If lib64 exists, use that for libraries, otherwise fall back to lib, to successfully find the bundled freetds.

Libraries on openSUSE and other distros end up in a lib64 subdirectory instead of in lib. If lib64 exists, use that for libraries, otherwise fall back to lib.
Copy link
Contributor

@coderjoe coderjoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes seem to make sense, but will we need similar changes above surrounding the --lookup config option? Will it also miss lib64 by default? Is it even a concern?

@metaskills
Copy link
Member

Closing, please see #342 for details.

@metaskills metaskills closed this Feb 18, 2017
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.

3 participants