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

Autodetect Macports installation of sqlite #144

Open
timhemel opened this issue Aug 8, 2022 · 0 comments
Open

Autodetect Macports installation of sqlite #144

timhemel opened this issue Aug 8, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@timhemel
Copy link

timhemel commented Aug 8, 2022

I have installed sqlite3 via Macports, which installs the dynamic library in /opt/local/lib/libsqlite3.dylib. On my system there is also on in /usr/lib/libsqlite3.dylib, but this looks like one that was shipped with the OS. Both locations are not searched for in clib in defs.lua, and as a result, I get the error message 'image not found'. Hardcoding it by setting vim.g.sqlite_clib_path works, but it would be nice if the autodetection would work for a Macports installed library.

@kkharji kkharji added enhancement New feature or request good first issue Good for newcomers labels Sep 13, 2022
@kkharji kkharji changed the title Sqlite image not found on MacOS Autodetect Macports installation of sqlite Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants