You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some workarounds/hacks to deal with this, but they are not particularly pretty and some of them may not work for all applications/scenarios. For more detailed information, you might start by reading this discussion thread on the musl-libc mailing list.
mscdex
added
c++
Issues and PRs that require attention from people who are familiar with C++.
build
Issues and PRs related to build files or the CI.
labels
Oct 30, 2015
When node is compiled with --fully-static option. Node gives an error while using c++ addon as shown below,
Error: /sd/addon.node: undefined symbol: node_module_register
The issue is that even though node_module_register is present in the compiled node, since it is statically build dlopen() fails to load this symbol.
The text was updated successfully, but these errors were encountered: