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

Shared Lib #117

Closed
digitalhobo opened this issue Dec 31, 2015 · 2 comments
Closed

Shared Lib #117

digitalhobo opened this issue Dec 31, 2015 · 2 comments

Comments

@digitalhobo
Copy link

Hi Im trying to access a raw node file on dinghy and seem to get
"Error: Error loading shared library .... Exec format error at Error (native), is this a docker issue.
Thanks in advance.

@codekitchen
Copy link
Owner

This is not Dinghy related, it sounds like it's trying to load a native extension that wasn't compiled for linux (in the container) -- maybe you previously installed the extension on OS X and it's trying to load that binary. If you mean this is a node app, try just removing node_modules and run npm install again.

@digitalhobo
Copy link
Author

Thanks for getting back to me, Yes your right. npm install again worked a charm. Thank You :0)

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