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

Posted 邱明成

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装postgreSQL出现configure: error: zlib library not found解决方法相关的知识,希望对你有一定的参考价值。

./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相关选项

postgresql安装指南

Configure PostgreSQL Replication With Repmgr

ubuntu编译安装postgresql

在linux中编译PostgreSQL程序出现/usr/lib/ld cannot found -lpq

PostgreSQL11.2 configure卡住 checking for DocBook XML V4.2