首页 > 数据库技术 > 详细

postgresql安装指南

时间:2018-08-08 18:02:36      阅读:146      评论:0      收藏:0      [点我收藏+]

1.postgresql下载地址

postgresql-10.1.tar.gz

2.解压 tar -zxvf 文件

3.依次执行:

./configure

 ./configure是检查当前环境能否安装PG,以下是我遇到的报错和解决方案

 报错1:configure: error: no acceptable C compiler found in $PATH:

 解决:yum install gcc

 

 报错2:configure: error: readline library not found

 解决:yum install readline-devel

 

未完待续。。。

postgresql安装指南

原文:https://www.cnblogs.com/wayneLOVEdoris/p/9444327.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!