-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
In NODE-6253, we changed the default of kerberos_use_rtld to account for linking conflicts between Node.js's built-in OpenSSL and the system OpenSSL, which the kerberos libraries use on some platforms (notably, RHEL8).
However, the libraries that the kerberos addon tries to load do not exist under the same names on macOS (even though the linker flags still work the same way). We should revert the default behavior on macOS, so that the addon still works out of the box there.