码迷,mamicode.com
首页 > 其他好文 > 详细

configure: error: ZLib not installed

时间:2014-05-02 22:38:51      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   code   tar   ext   

    安装libpng,出现“configure: error: ZLib not installed”。

    解决方法:

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

    ./configure
   make && make install 


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

   ./configure  --prefix=/usr/local/libpng
   make && make install

      成功!

configure: error: ZLib not installed,布布扣,bubuko.com

configure: error: ZLib not installed

标签:style   blog   class   code   tar   ext   

原文地址:http://blog.csdn.net/john_f_lau/article/details/24838171

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!