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

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

概述./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 l

./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解决方法全部内容,希望文章能够帮你解决安装postgreSQL出现configure: error: zlib library not found解决方法所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/1183276.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-02
下一篇 2022-06-02

发表评论

登录后才能评论

评论列表(0条)

保存