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

libsasl2 not found #11

Closed
gerroon opened this issue Aug 29, 2018 · 3 comments
Closed

libsasl2 not found #11

gerroon opened this issue Aug 29, 2018 · 3 comments

Comments

@gerroon
Copy link

gerroon commented Aug 29, 2018

Hi

I am trying to install tthis on Debian testing x64

meson.build:12:0: ERROR: Native dependency 'libsasl2' not found

npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN deltachat-desktop@1.0.0 license should be a valid SPDX license expression
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! deltachat-node@0.9.0 install: ./scripts/rebuild-all
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the deltachat-node@0.9.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

@ralphtheninja
Copy link
Member

@gerroon Hi. See requirements for deltachat-core https://github.com/deltachat/deltachat-core

@ralphtheninja ralphtheninja changed the title build error: npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. libsasl2 not found Aug 29, 2018
@gerroon
Copy link
Author

gerroon commented Aug 29, 2018

Thanks still getting error during run :( I am not a dev so I do not know anything about this stuff, just want to run the desktop app

deltachat-desktop@1.0.0 start /opt/deltachat-desktop

npm run build && electron .

deltachat-desktop@1.0.0 build /opt/deltachat-desktop
buble src --output build

App threw an error during load
Error: /opt/deltachat-desktop/node_modules/deltachat-node/build/Debug/deltachat.node: undefined symbol: napi_module_register
at Error (native)
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
at Object.Module._extensions..node (module.js:583:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at load (/opt/deltachat-desktop/node_modules/node-gyp-build/index.js:13:10)
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /opt/deltachat-desktop/node_modules/deltachat-node/build/Debug/deltachat.node: undefined symbol: napi_module_register
at Error (native)
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
at Object.Module._extensions..node (module.js:583:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)

@gerroon
Copy link
Author

gerroon commented Aug 29, 2018

Ok , I think I got it. I removed the folder cloned it build it again. It seems to wokr now, at least I got the ui up and running

@gerroon gerroon closed this as completed Aug 29, 2018
kjop118 added a commit to kjop118/deltachat-desktop that referenced this issue May 15, 2021
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

2 participants