pgj commented on PR #5911:
URL: https://github.com/apache/couchdb/pull/5911#issuecomment-4002712915

   > The reason this is a MacOS-only issue is that `dlopen()` on MacOS defaults 
to `RTLD_GLOBAL`, and on Linux it defaults to `RTLD_LOCAL`. Since Erlang/OTP 
NIF `dlopen()` doesn't explicitly set this flag, the defaults take effect.
   
   Would not it better to submit a patch for Erlang/OTP itself about that?  
This uncertainty about the platform-dependent defaults is probably something 
that shall be eliminated on that level.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to