您的位置:首页 > 数据库

安装postgreSQL出现configure: error: zlib library not found解决方法

2018-02-01 17:29 686 查看
转载自:https://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;
                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐