安装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.

解决方法

apt-getinstallzlib1g-dev


apt-cachesearchzlibdev

参考:http://ubuntuforums.org/showthread.php?t=692704

相关文章

文章浏览阅读601次。Oracle的数据导入导出是一项基本的技能,...
文章浏览阅读553次。开头还是介绍一下群,如果感兴趣polardb...
文章浏览阅读3.5k次,点赞3次,收藏7次。折腾了两个小时多才...
文章浏览阅读2.7k次。JSON 代表 JavaScript Object Notation...
文章浏览阅读2.9k次,点赞2次,收藏6次。navicat 连接postgr...
文章浏览阅读1.4k次。postgre进阶sql,包含分组排序、JSON解...