原文:http://www.cnblogs.com/shuaixf/archive/2011/11/29/2268298.html

./configure --prefix=/usr/local/pgsql

.....

configure: error: zlib library not found
If you have zlib already installed, see config.log for details on the
failure.  It is possible the compiler isn't looking in the proper directory.
Use --without-zlib to disable zlib support.

 

解决方法

yum install zlib-devel;

 

posted on 2012-05-25 16:20  hotty  阅读(984)  评论(0)    收藏  举报