postgresql安装指南
Posted 三井寿打篮球
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postgresql安装指南相关的知识,希望对你有一定的参考价值。
1.postgresql下载地址
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安装指南的主要内容,如果未能解决你的问题,请参考以下文章
CentOS7+Confluence6+PostgreSQL11搭建指南