Skip to content

Add support for armv6 and armv7 #163

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

Open
kaaax0815 opened this issue Feb 10, 2025 · 0 comments · May be fixed by #169
Open

Add support for armv6 and armv7 #163

kaaax0815 opened this issue Feb 10, 2025 · 0 comments · May be fixed by #169

Comments

@kaaax0815
Copy link

kaaax0815 commented Feb 10, 2025

I am building an app for multiple platforms. One of that platform is a Raspberry Pi.
These use armv8. I am trying to run libsql on armv7 in qemu to test the package and i got this error

node:internal/modules/cjs/loader:1244
  const err = new Error(message);
              ^

Error: Cannot find module '@libsql/linux-arm-gnueabihf'
Require stack:
- /app/server/node_modules/libsql/index.js
    at Function._resolveFilename (node:internal/modules/cjs/loader:1244:15)
    at Function._load (node:internal/modules/cjs/loader:1070:27)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
    at Module.require (node:internal/modules/cjs/loader:1335:12)
    at require (node:internal/modules/helpers:136:16)
    at requireNative (/app/server/node_modules/libsql/index.js:22:10)
    at Object.<anonymous> (/app/server/node_modules/libsql/index.js:45:5)
    at Module._compile (node:internal/modules/cjs/loader:1562:14)
    at Object..js (node:internal/modules/cjs/loader:1699:10) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/app/server/node_modules/libsql/index.js' ]
}

could you provide packages for armv6 and armv7?

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

Successfully merging a pull request may close this issue.

1 participant