Breaking change in v2.3.4
See original GitHub issueHi @JCMais
With v2.3.4 I now have this error message at runtime
Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /usr/share/stordata/collectors/node_modules/node-libcurl/lib/binding/node_libcurl.node)
It reminds me of https://github.com/JCMais/node-libcurl/issues/278 but this time build and packaging works fine. For the record, we package and run on Debian Stretch (9).
Do you know what might be wrong?
Thanks, David
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
TypeScript-wiki/Breaking-Changes.md at main - GitHub
These changes list where implementation differs between versions as the spec and compiler are simplified and inconsistencies are corrected. For breaking changes ......
Read more >Rancher Release v2.3.4 - Announcements
3.0 release notes for important updates/ breaking changes if you are upgrading from a v2.2 release. Due to support for cert-manager v0.12.0, a ......
Read more >Changelog | Meteor API Docs
Summary of breaking changes; Migration steps; Breaking changes ... Because MongoDB since 3.4 no longer supports 32-bit Windows, Meteor 1.10 has also dropped ......
Read more >Detecting Breaking Changes in JavaScript APIs
The goal of this thesis is to explore the current possibilities for detecting breaking changes in JavaScript. For this, we propose an approach...
Read more >v5.3.4 Compatibility & Breaking Changes - Morpheus Docs
Breaking Changes¶ · 4.2.1+: Appliance: OS: Ubuntu 14.04 has reached its end of life (EOL) and is no longer supported as a Morpheus...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @JCMais
It’s OK now. Thx for fixing!
Cheers, David
@ddolcimascolo could you check if the prebuilt binaries are working for you now? I tested using docker and it seems to be working.
This should not happen again in the future as I will be using a container to build the Linux binaries moving forward.