centos 7 安装 filezilla 错误

前端之家收集整理的这篇文章主要介绍了centos 7 安装 filezilla 错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
[zzh@bogon bin]$ ./filezilla

./filezilla: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory


解决:安装64位的版本程序

You are missing libpng. Install libpng12 64-bit version with this command:

yum install libpng12.x86_64
http://stackoverflow.com/questions/22578827/libpng12-so-0-cannot-open-shared-object-file-genymotion 原文链接:https://www.f2er.com/centos/379907.html

猜你在找的CentOS相关文章