您的位置:首页 > 数据库

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

2013-11-09 16:47 656 查看
./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.



解决方法

[code]
apt-get install zlib1g-dev




[code]


[code]
apt-cache search zlib dev


参考:http://ubuntuforums.org/showthread.php?t=692704
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐