postgresql安装指南
生活随笔
收集整理的这篇文章主要介绍了
postgresql安装指南
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
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
未完待续。。。
转载于:https://www.cnblogs.com/wayneLOVEdoris/p/9444327.html
总结
以上是生活随笔为你收集整理的postgresql安装指南的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 回到顶部实现
- 下一篇: Python Django CBV下的通