Thread: pg-9.1 for fedora 15 available?

pg-9.1 for fedora 15 available?

From
Stuart McGraw
Date:
I tried to use yum to install postgresql-9.1 on my Fedora 15 box
by installing the yum conf file:
  rpm -ivh http://yum.pgrpms.org/reporpms/9.1/pgdg-fedora-9.1-3.noarch.rpm

That was fine but when I then try to install postgresql, I get:
  http://yum.postgresql.org/9.1/fedora/fedora-15-i386/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

And indeed, in http://yum.postgresql.org/9.1/fedora/, the only f15
directory I see is fedora-15-x86_64/.

Am I doing something wrong, or is f15 32-bit not supported, or is
something borked on the site, or...?

Re: pg-9.1 for fedora 15 available?

From
Devrim GÜNDÜZ
Date:
Hi,

I just could not find time to upload F-15 - x86 packages. I just built
them. You can install via yum.

Regards, Devrim

On Tue, 2011-09-20 at 14:21 -0600, Stuart McGraw wrote:
> I tried to use yum to install postgresql-9.1 on my Fedora 15 box
> by installing the yum conf file:
>   rpm -ivh
> http://yum.pgrpms.org/reporpms/9.1/pgdg-fedora-9.1-3.noarch.rpm
>
> That was fine but when I then try to install postgresql, I get:
>
> http://yum.postgresql.org/9.1/fedora/fedora-15-i386/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
>
> And indeed, in http://yum.postgresql.org/9.1/fedora/, the only f15
> directory I see is fedora-15-x86_64/.
>
> Am I doing something wrong, or is f15 32-bit not supported, or is
> something borked on the site, or...?
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Attachment

Re: pg-9.1 for fedora 15 available?

From
Stuart McGraw
Date:
On 09/21/2011 02:25 AM, Devrim GÜNDÜZ wrote:
> I just could not find time to upload F-15 - x86 packages. I just built
> them. You can install via yum.

Thanks!