码迷,mamicode.com
首页 > 数据库 > 详细

postgresql安装指南

时间:2018-08-08 18:17:58      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:conf   http   erro   解决方案   $path   ror   .post   https   org   

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安装指南

标签:conf   http   erro   解决方案   $path   ror   .post   https   org   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!