-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(NODE-6108): allow building from source on latest Node.js 20.x #172
Conversation
See nodejs/node#52229 – addons using certain features of the node-addon-api package have been broken by an upstream Node.js change if they were setting `NAPI_EXPERIMENTAL`, which `kerberos` is doing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I caught up on the conversation in the related node issue, LGTM
Whereas the build of 2.1.1-alpha seems to work on RHEL 8.9, node 20.15.0, an attempt to invoke any of the API methods seems to lead to SEGFAULT.
|
@pcicman Thanks for reaching out! I opened https://jira.mongodb.org/browse/NODE-6253 to track this in our internal JIRA bug tracker. You can follow that ticket for updates. Most relevant for you is probably that you should be able to work around this issue by installing kerberos via
|
See nodejs/node#52229 – addons using certain features of the node-addon-api package have been broken by an upstream Node.js change if they were setting
NAPI_EXPERIMENTAL
, whichkerberos
is doing.Description
What is changing?
Is there new documentation needed for these changes?
What is the motivation for this change?
Double check the following
npm run check:lint
scripttype(NODE-xxxx)[!]: description
feat(NODE-1234)!: rewriting everything in coffeescript