Centos 6.2安装libpng错误信息configure: error: ZLib not installed

Centos 6.2安装libpng错误信息configure: error: ZLib not installed

在编译libpng-1.5.8.tar.gz的时候报错,configure: error: ZLib not installed,我是使用的以下包进行编译的

zlib-1.2.6.tar.gz libpng-1.5.8.tar.gz

解决方法:

1.进入zlib-1.2.6的源文件目录,执行命令 make clean,清除zlib;

2.重新配置 ./configure,后面不要接--prefix参数;

3.编译make && 安装 make install;

4.进入libpng-1.5.8目录,执行命令 ./configure --prefix=/usr/local/libpng;

5.编译make && 安装 make install;

6.安装成功;

make[2]: Lea">ving directory `/tmp/libpng-1.5.8'
test -z "/usr/local/libpng/share/man/man3" || /bin/mkdir -p "/usr/local/libpng/s                                              hare/man/man3"
 /usr/bin/install -c -m 644 libpng.3 libpngpf.3 '/usr/local/libpng/share/man/man                                              3'
test -z "/usr/local/libpng/share/man/man5" || /bin/mkdir -p "/usr/local/libpng/s                                              hare/man/man5"
 /usr/bin/install -c -m 644 png.5 '/usr/local/libpng/share/man/man5'
test -z "/usr/local/libpng/include/libpng15" || /bin/mkdir -p "/usr/local/libpng                                              /include/libpng15"
 /usr/bin/install -c -m 644 pnglibconf.h '/usr/local/libpng/include/libpng15'
test -z "/usr/local/libpng/lib/pkgconfig" || /bin/mkdir -p "/usr/local/libpng/li                                              b/pkgconfig"
 /usr/bin/install -c -m 644 libpng15.pc '/usr/local/libpng/lib/pkgconfig'
test -z "/usr/local/libpng/include/libpng15" || /bin/mkdir -p "/usr/local/libpng                                              /include/libpng15"
 /usr/bin/install -c -m 644 png.h pngconf.h '/usr/local/libpng/include/libpng15'
make  install-data-hook
make[2]: Entering directory `/tmp/libpng-1.5.8'
cd /usr/local/libpng/include; rm -f png.h pngconf.h pnglibconf.h
cd /usr/local/libpng/include; ln -s libpng15/png.h png.h
cd /usr/local/libpng/include; ln -s libpng15/pngconf.h \
                pngconf.h
cd /usr/local/libpng/include; ln -s libpng15/pnglibconf.h \
                pnglibconf.h
cd /usr/local/libpng/lib/pkgconfig; rm -f libpng.pc
cd /usr/local/libpng/lib/pkgconfig; ln -s libpng15.pc libpng.pc
make[2]: Leaving directory `/tmp/libpng-1.5.8'
make[1]: Leaving directory `/tmp/libpng-1.5.8'
[root@centos libpng-1.5.8]#

目录已经建立:

[root@centos tmp]# cd /usr/local/libpng/
[root@centos libpng]# ls
bin  include  lib  share
[root@centos libpng]#

时间: 2024-10-01 12:26:58

Centos 6.2安装libpng错误信息configure: error: ZLib not installed的相关文章

configure error:安装php时出现configure: error: Unable to find gd.h anywhere under,错误解决

在进行PHP开发环境源码安装时,在安装PHP-5.2.6是出现:configure: error: Unable to find gd.h anywhere under错误 解决方式: 1.在gd库的安装路径下搜索没有发现gd.h文件,但是在/etc/include下有gd.h文件 2.在网上搜索发现重装gd库可解决 3.重新安装gd库,在安装时出现:   configure.ac:64: error: possibly undefined macro: AM_ICONV  If this to

编译mysql提示错误:configure: error: No curses/termcap library found 解决方法

文章来源:   在编译Mysql时 ./configure –prefix=DIR 如果出现了以下错误: -- checking for tgetent in -ltermcap- no checking for termcap functions library- configure: error: No curses/termcap library found 说明 curses/termcap 库没有安装 apt-cache search curses | grep lib 如果没有安装

错误信息-fatal error LNK1120: 1 个无法解析的外部命令

问题描述 fatal error LNK1120: 1 个无法解析的外部命令 在//初识输入输出 /*程序1的作用是实现两个数的相加*/ #define zt system("pause") #include using namespace std; int jia(int &a,int &b) { return (a+b); } int main() { int jia(int &a,int &b); int a,b; cout<<&quo

CentOS上安装软件错误提示:configure: error: no acceptable C compiler found in $PATH

因为是centos linux,默认可以采用yum方式安装,则采用如下命令安装gcc编译器即可:# yum -y install gcc安装更新了如下几个组件:gcc 4.1.2-44.el5binutils 2.17.50.0.6-9.el5cpp 4.1.2-44.el5glibc-devel 2.5-34.el5_3.1glibc-headers 2.5-34.el5_3.1kernel-headers 2.6.18-164.el5libgomp 4.3.2-7.el5

Centos编译Nginx错误configure: error: the HTTP rewrite module 解决办法

我们在编译Centos手工编译Nginx时候,会出现各种编译不通过的错误提示,一般情况下都是系统缺少组件造成的,我这里把平时遇到的错误提示都总结下: 一.错误提示./configure: error: the HTTP rewrite module requires the PCRE library 原因:PCRE组件没有安装 解决办法:安装pcre-devel yum -y install pcre-devel openssl openssl-devel 或者手工编译安装PCRE组件 cd /

随笔 - 141 文章 - 2 评论 - 289 Centos下安装apahce的configure: error: APR not found. Please read the documentation解决办法

今天从Apache官网上http://httpd.apache.org/下载httpd web服务器,由于我的虚拟机上之前安装过,我先yum remove httpd进行卸载,然后重新安装.我采用的是源码安装,先进行./configure --prefix=/usr/local/apahce  --enable-so ,提示以下错误: configure: error: APR not found. Please read the documentation. 解决办法 wget http://

php源代码安装常见错误与解决办法

 错误:configure: error: libevent >= 1.4.11 could not be found 解决:yum -y install libevent libevent-devel 错误:configure: error: Please reinstall the mysql distributio 解决:yum -y install mysql-devel 错误:make: *** [sapi/fpm/php-fpm] error 1 解决:用make ZEND_EXTR

Centos 通过 Yum 安装 Pure-ftpd 步骤

通过Yum安装Pure-ftpd的详细步骤如下: 步骤一:配置yum源 备份(如有配置其他epel源) mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup 下载新repo 到/etc/yum.repos.d/ wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo yum makecache   步骤二:yum安装yum

Oracle数据库配置错误信息

oracle|错误|数据|数据库     Oracle数据库配置错误信息     Oralce数据库的错误信息经常会出现,我们看见的都是错误的代码,至于错误原因究竟是什么还一时半会难以解答,所以就把一些常见的错误整理了一下,来看看也许对你有帮助的.1.   Oracle客户端网络配置:          在Oralce产品安装完成后,为了与数据库服务器进行连接或者是两台数据库之间进行数据复制,则必须进行网络连接配置.          Oracle9i Net Service配置方法: