Closed
Description
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.