-
Notifications
You must be signed in to change notification settings - Fork 4
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
Native lib name sqlite3 vs sqlite #14
Comments
I have a similar issue, the requires in META6.json doesn't allow the Ubuntu 21.04 libsqlite3.so.0 file to be found as valid, installed dependency. |
I released a new version that changes |
Thanks. that fixed the issue. |
Sadly not for me on Ubuntu 21.04:
|
Are you sure you have |
I've tried that initially but it didn't help so I uninstalled it again. |
looks like the library name on latest ubuntu is
libsqlite3.so
.May be the dependency name in META6.json should be changed to
sqlite3:from< native >
?another alternative would be (based on this comment ) :
although this might be considered abusing the alternative dependencies suggestion.
The text was updated successfully, but these errors were encountered: