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

Bug: Error Loadable extension for sqlite-regex not found #14

Open
titanism opened this issue Dec 4, 2023 · 4 comments
Open

Bug: Error Loadable extension for sqlite-regex not found #14

titanism opened this issue Dec 4, 2023 · 4 comments

Comments

@titanism
Copy link

titanism commented Dec 4, 2023

Getting this error on ARM64 Ubuntu:

Loadable extension for sqlite-regex not found. Was the sqlite-regex-linux-arm64 package installed?

@titanism titanism closed this as completed Dec 4, 2023
@titanism titanism reopened this Dec 4, 2023
@titanism
Copy link
Author

titanism commented Dec 4, 2023

Calling getLoadablePath results in this error on ARM64 Ubuntu 22.04 LTS

@asg017
Copy link
Owner

asg017 commented Dec 4, 2023

Yeah, I don't have precompiled extensions for Linux arm64, but I've been meaning to add them. I'll try to do it soon!

In the meantime, you'll need to compile your own version yourself

@marechalbati
Copy link

For information, there is an error in the Windows platform control for the download of the "sqlite-regex-windows-x64" module, the conversion between "win32" and "windows" is not carried out. :

> npm install sqlite-regex-windows-x64

npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"windows","cpu":"x64"} (current: {"os":"win32","cpu":"x64"})
npm ERR! notsup Valid os:   windows
npm ERR! notsup Actual os:  win32
npm ERR! notsup Valid cpu:  x64
npm ERR! notsup Actual cpu: x64

It is not blocking, the download can be forced ;)

> npm i sqlite-regex-windows-x64 --force
npm WARN using --force Recommended protections disabled.
added 1 package, and audited 361 packages in 2s
62 packages are looking for funding
  run `npm fund` for details
found 0 vulnerabilities

Many thanks ;)

@titanism
Copy link
Author

@asg017 any chance this could be added (ARM build)? happy to sponsor you

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

3 participants