您的位置:首页 > 其它

configure: error: ZLib not installed

2014-05-01 11:49 441 查看
    安装libpng,出现“configure: error: ZLib not
installed”。

    解决方法:

    1. 进入ZLib的安装包,不必加--prefix参数命令:

./configure
make && make install

    2.  进入libpng解压缩包中,输入:

./configure --prefix=/usr/local/libpng
make && make install
      成功!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: