2017-02-09 3 views
3

versuchen pgbouncer auf Amazon zu installieren traf dies:Amazon Linux: Kein Paket pgbouncer verfügbar

[[email protected] ~]# 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 
[[email protected] ~]# yum install pgbouncer 
Loaded plugins: priorities, update-motd, upgrade-helper 
No package pgbouncer available. 
Error: Nothing to do 

zu github Went - nur übersetzbare Version gefunden. Gegoogelt und entschied Lösung unter

Antwort

1

bei The PostgreSQL Global Development Group repo Kopie Link zu Ihrer Linux-Version (in meinem Fall Amazon Linux AMI 2.015,03 - x86_64) zu schreiben und auszuführen:

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 

als Ergebnis:

Installed: 
    pgbouncer.x86_64 0:1.7.2-6.rhel6 
Verwandte Themen