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

Add /usr/lib/x86_64-linux-gnu to the list of common libodbcinst dirs #881

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

atheriel
Copy link
Collaborator

This fixes locate_install_unixodbc() on fresh Ubuntu 22.04 installs, which don't otherwise include pkg-confg or use the existing common paths.

Fixes #880.

This fixes `locate_install_unixodbc()` on fresh Ubuntu 22.04 installs,
which don't otherwise include `pkg-confg` or use the existing common
paths.

Fixes #880.

Signed-off-by: Aaron Jacobs <[email protected]>
@atheriel atheriel requested a review from simonpcouch January 10, 2025 16:50
Copy link
Collaborator

@simonpcouch simonpcouch left a comment

Choose a reason for hiding this comment

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

Stellar, thank you🏄

Your call on whether to add a NEWS entry for this one: unlikely to affect existing users but certainly an improvement for newcomers.

@atheriel
Copy link
Collaborator Author

My inclination is to say "no NEWS item", because I think this only affects people using the unreleased version.

@atheriel atheriel merged commit 15ab298 into main Jan 10, 2025
8 of 17 checks passed
@atheriel atheriel deleted the fix-locate-unixodbc-on-ubuntu branch January 10, 2025 18:31
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.

locate_install_unixodbc() does not work on a fresh Ubuntu 22.04 install
2 participants