Add the flag RTLD_GLOBAL to the dlopen() options.
This exports symbols defined by the loaded extension to other extensions (loaded later). (I'm not quite sure about this but suppose it can't hurt...)
Showing
Please register or sign in to comment