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

相关文章:

  • 2022-12-23
  • 2021-11-11
  • 2022-01-01
  • 2022-01-27
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-08
  • 2021-05-15
  • 2022-12-23
  • 2021-08-15
相关资源
相似解决方案