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

Doesn't work on Ubuntu 18.04 becouse of better-sqlite3 #283

Closed
icetbr opened this issue Apr 15, 2022 · 2 comments
Closed

Doesn't work on Ubuntu 18.04 becouse of better-sqlite3 #283

icetbr opened this issue Apr 15, 2022 · 2 comments

Comments

@icetbr
Copy link

icetbr commented Apr 15, 2022

Hi there, just wanted to leave this as a tip. The sqlite3 lib used has a dependency on GLIB-2.9, which is unavailable to some older distros.

I changed to the "official" one, and it worked.

from
"better-sqlite3": "https://github.com/cbartondock/better-sqlite3",

to
"better-sqlite3": "^7.5.1",

@cbartondock
Copy link
Collaborator

Unfortunately I had to make my own fork of better-sqlite3 in order to have all of the correct prebuilds available for linux and windows (see WiseLibs/better-sqlite3#601). The prebuilds are necessary because building sqlite3 on the fly fails in github's build environment (I was never able to ascertain why).

That said I will work on bringing my fork up to date and ditching GLIB-2.9

@cbartondock
Copy link
Collaborator

Fixed in 2.4.0 (upgraded to latest better-sqlite3).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants