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

error on ubuntu 18.04 #110

Open
tap2k opened this issue Dec 11, 2023 · 2 comments
Open

error on ubuntu 18.04 #110

tap2k opened this issue Dec 11, 2023 · 2 comments

Comments

@tap2k
Copy link

tap2k commented Dec 11, 2023

[Error: SQLITE_ERROR: /home/parikh/greymarket/node_modules/sqlite-vss-linux-x64/lib/vss0.so.so: cannot open shared object file: No such file or directory]

Using npm/node. Why is there the extra .so appended there?

@asg017
Copy link
Owner

asg017 commented Dec 11, 2023

The extra .so gets appended by SQLite because the original attempt at loading vss0.so fails. It most likely fails because the linux sqlite-vss builds are compiled on Github Actions runners, and the earliest ubuntu build I can access is 20.04, because 18.04 was deprecated. Also Ubuntu 18.04 reached end of life recently, so it'll be tricky to justify supporting it.

Unfortunately, your best bet currently is to compile sqlite-vss yourself and load it in manually.

@tap2k
Copy link
Author

tap2k commented Dec 11, 2023

Thanks for the prompt reply!

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

No branches or pull requests

2 participants