Error: version `ZLIB_1.2.9' not found - conflict with node-canvas
See original GitHub issueI’m getting this error when running my program:
Error: /lib/x86_64-linux-gnu/libz.so.1: version 'ZLIB_1.2.9' not found ...
Any thoughts?
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
NodeJS app on OpenShift: /lib64/libz.so.1: version `ZLIB_1.2.9 ...
By now I solved the problem. Adding the LD_PRELOAD variable to the build and the deployment environments did not help.
Read more >1570462 – ZLIB_1.2.9 not found in Rocketchat Image
Description of problem: The following error occurs on container startup which results in the rocketchat server failing to start Exception in ...
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

Thanks.
See #371, the summary of which is that if you’re relying on a system-wide installation of cairo for node-canvas, then the safest option is to also rely on a system-wide install of libvips for sharp.
Hello, this is probably related to the order in which shared libraries are loaded. What other dependencies are you using? Ensure sharp is
required before other dependencies that might load a system’s zlib first.