ubuntu下安装配置pgsql

在Ubuntu系统中,安装PostgreSQL的过程包括下载源码、解压、运行configure脚本及make命令。在配置过程中遇到readline库未找到的问题,通过在configure命令中添加--without-readline参数来解决这个问题,然后继续完成编译安装。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

下载源码,地址略

解压 sudo tar zxvf post.. -C /usr/src/postgresql


解压文件中有个install,有安装步骤


./configure --prefix /usr/src/postgresql

出现configure: error: readline library not found
If you have readline already installed, see config.log for details on the
failure.  It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.

据说这个问题可以忽视,

于是按照提示

configure --prefix /usr/src/postgresql --without -readline

然后make

三分钟后

All of PostgreSQL successfully made. Ready to install.

继续 sudo make install
PostgreSQL installation complete.

cd  /usr/src/postgresql/bin
然后我 加了一个用户
 sudo adduser postgres
mkdir  /usr/src/postgresql/data

/i
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值