首页 > 数据库技术 > 详细

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

时间:2019-04-13 23:29:13      阅读:305      评论:0      收藏:0      [点我收藏+]

./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;

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

原文:https://www.cnblogs.com/qiumingcheng/p/10703465.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!