sqlite-vss icon indicating copy to clipboard operation
sqlite-vss copied to clipboard

error on ubuntu 18.04

Open tap2k opened this issue 1 year ago • 2 comments

[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?

tap2k avatar Dec 11 '23 22:12 tap2k

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.

asg017 avatar Dec 11 '23 22:12 asg017

Thanks for the prompt reply!

tap2k avatar Dec 11 '23 22:12 tap2k