6

试图在亚马逊上安装 pgbouncer 遇到了这个问题:

[root@somehost ~]# uname -a
Linux somehost 4.4.35-33.55.amzn1.x86_64 #1 SMP Tue Dec 6 20:30:04 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@somehost ~]# yum install pgbouncer
Loaded plugins: priorities, update-motd, upgrade-helper
No package pgbouncer available.
Error: Nothing to do

去了github - 发现只有可编译的版本。谷歌搜索并决定在下面发布解决方案

4

1 回答 1

5

PostgreSQL Global Development Group repo复制链接到您的 linux 版本(在我的情况下为 Amazon Linux AMI 2015.03 - x86_64)并运行:

rpm -Uvh https://download.postgresql.org/pub/repos/yum/9.3/redhat/rhel-6-x86_64/pgdg-ami201503-93-9.3-3.noarch.rpm
yum install pgbouncer

结果:

Installed:
  pgbouncer.x86_64 0:1.7.2-6.rhel6
于 2017-02-09T09:02:03.600 回答