-
Notifications
You must be signed in to change notification settings - Fork 43
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
Build fails on Node 12 #117
Comments
I haven't updated to 12 yet myself, so any work/research is appreciated... |
You can try this if you like https://github.com/jjhoughton/napi-ldap it hasn't seen a great deal of widespread use yet. |
Would you consider taking my changes @jeremycx if i open a pr? It's kind a rewrite though using n-api and c instead of c++. |
fixed here #120 |
it also fails on v18 ;-) |
For my repo https://github.com/jjhoughton/napi-ldap you can try install these two system packages openldap-devel cyrus-sasl-devel and then set this environment variable when running npm install I did also make this change to get this repo working on node12 although I suspect you'd have to do further work to get it working with node18.
There was this one which looked pretty good but it looks like it's been decommissioned which is a shame https://www.npmjs.com/package/ldapjs |
This code fails to build when using Node 12. I tried forking the code and doing a simple update on the nan version, but the build still fails.
The text was updated successfully, but these errors were encountered: