This repository was archived by the owner on Dec 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 173
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
dlopen failed: cannot locate symbol "_Unwind_Resume" #705
Copy link
Copy link
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Hi! I'm trying to use leveldown on my Android device via Termux, but I'm bumping into this error. Any chance someone knows what this problem might be? I'm using leveldown 5.4.1 on a Google Pixel XL.
internal/modules/cjs/loader.js:1024
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: dlopen failed: cannot locate symbol "_Unwind_Resume" referenced by "/data/data/com.termux/files/home/.npm-global/lib/node_modules/@fraction/oasis/node_modules/leveldown/prebuilds/android-arm64/node.napi.armv8.node"...
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1024:18)
at Module.load (internal/modules/cjs/loader.js:813:32)
at Function.Module._load (internal/modules/cjs/loader.js:725:14)
at Module.require (internal/modules/cjs/loader.js:850:19)
at require (internal/modules/cjs/helpers.js:74:18)
at load (/data/data/com.termux/files/home/.npm-global/lib/node_modules/@fraction/oasis/node_modules/leveldown/node_modules/node-gyp-build/index.js:20:10)
at Object.<anonymous> (/data/data/com.termux/files/home/.npm-global/lib/node_modules/@fraction/oasis/node_modules/leveldown/binding.js:1:43)
at Module._compile (internal/modules/cjs/loader.js:958:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:994:10)
at Module.load (internal/modules/cjs/loader.js:813:32)
$ npm version
{
npm: '6.12.0',
ares: '1.14.0',
brotli: '1.0.7',
cldr: '36.0',
icu: '65.1',
llhttp: '1.1.4',
modules: '79',
napi: '5',
nghttp2: '1.39.2',
node: '13.0.0',
openssl: '1.1.1d',
tz: '2019c',
unicode: '12.1',
uv: '1.32.0',
v8: '7.8.279.17-node.14',
zlib: '1.2.11'
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed