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

Unable to run bwdc or AppImage #19

Closed
tam481 opened this issue May 29, 2019 · 3 comments
Closed

Unable to run bwdc or AppImage #19

tam481 opened this issue May 29, 2019 · 3 comments

Comments

@tam481
Copy link

tam481 commented May 29, 2019

I extracted both bwdc and keytar.node into /usr/local/bin and made bwdc executable. However, when I run bwdc I get the following error:

pkg/prelude/bootstrap.js:1176
throw error;
^

Error: libsecret-1.so.0: cannot open shared object file: No such file or directory
at Object.Module._extensions..node (internal/modules/cjs/loader.js:729:18)
at Module.load (internal/modules/cjs/loader.js:610:32)
at tryModuleLoad (internal/modules/cjs/loader.js:549:12)
at Function.Module._load (internal/modules/cjs/loader.js:541:3)
at Module.require (internal/modules/cjs/loader.js:648:17)
at Module.require (pkg/prelude/bootstrap.js:1157:31)
at require (internal/modules/cjs/helpers.js:20:18)
at Object. (/snapshot/directory-connector/node_modules/keytar/lib/keytar.js:1:76)
at Module._compile (pkg/prelude/bootstrap.js:1252:22)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:711:10)

How can I fix this?

@kspearrin
Copy link
Member

Is libsecret installed on the machine?

@tam481
Copy link
Author

tam481 commented May 29, 2019

Thanks. I installed libsecret by running apt-get install libsecret-1-0 and that fixed it.

Might be worth adding that to the documentation :-)

@kspearrin
Copy link
Member

I added it to the docs. Thanks.

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