安装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:zliblibrarynotfound的问题及其解决方法。通过检查config.log文件并使用yum安装zlib-devel包来启用zlib支持。
8013

被折叠的 条评论
为什么被折叠?



