当前位置:网站首页>version `ZLIB_1.2.9‘ not found (required by /lib64/libpng16.so.16)
version `ZLIB_1.2.9‘ not found (required by /lib64/libpng16.so.16)
2022-06-24 00:33:00 【enjoy嚣士】
背景
今天遇到个线上问题
环境centos7.9, openjdk 1.8, easyexcel 3.0.5
报错显示初始化错误 Could not initialize class sun.awt.X11FontManager
按照这个解决 链接
之后又报错 version ZLIB_1.2.9 not found (required by /lib64/libpng16.so.16)
linux软甲版本不兼容,需要手动下载安装zlib1.2.9
方法
wget https://www.zlib.net/fossils/zlib-1.2.9.tar.gz
tar -xvf zlib-1.2.9.tar.gz
cd zlib-1.2.9
./configure
sudo make
sudo make install
大坑…
边栏推荐
- New function of lightweight application server: simple experience of offline business migration by using image sharing
- 【CVPR 2022】高分辨率小目标检测:Cascaded Sparse Query for Accelerating High-Resolution Smal Object Detection
- String s = new string ("XYZ") how many string objects are created?
- Jeecgboot old version 2 x 3. X how to integrate building block reports?
- What are the two types of digital factories
- Definition of logic
- UART protocol timing summary
- C语言:利用自定义函数排序
- MIP nerf: anti aliasing multiscale neural radiation field iccv2021
- Experience summary of 9 Android interviews, bytes received, Ali, advanced Android interview answer
猜你喜欢

Detailed process from CPU fetching to sending control and microprogram control principle

ARM学习(7) symbol 符号表以及调试

C语言:利用自定义函数排序

【FreeRTOS】07 二值信号量、计数信号量

社招面试必不可少——《1000 道互联网大厂 Android工程师面试题》

利用Scanorama高效整合异质单细胞转录组

Andorid 开发艺术探索笔记(2),跨平台小程序开发框架

Solve the problem of project dependency red reporting

Index principle and filling factor in database

数字化工厂可以分为哪两类
随机推荐
Social order in the meta universe
Vulnerability recurrence - redis vulnerability summary
Do280openshift access control -- manage projects and accounts
Activity 的 36 大难点,你会几个?,安卓面试2020
What is the difference between concurrency and parallelism?
抓取开机logcat
Android - JNI 开发你所需要知道的基础,Android工程师面试题
Social recruitment interview is indispensable -- 1000 interview questions for Android engineers from Internet companies
Chaos engineering, learn about it
Windows10 security mode entry cycle blue screen repair
985本3Android程序员40天拿下阿里P6口头offer,面试成功后整理了这些面试思路
9次Android面试经验总结,已收字节,阿里,高级android面试答案
The easycvr program started abnormally as a service, but the process started normally. What is the reason?
Interpreting the "four thoughts" of Wal Mart China President on the transformation and upgrading of physical retail
Jeecgboot old version 2 x 3. X how to integrate building block reports?
使用worker报错:Uncaught DOMException: Failed to construct ‘Worker’: Script at***
How much business do you need to know to do data analysis
Google Earth engine (GEE) - verification results used by NDVI, NDWI and NDBI to increase classification accuracy (random forest and cart classification)
paddle使用指南
Experience summary of 9 Android interviews, bytes received, Ali, advanced Android interview answer