From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Alexander Farber <alexander(dot)farber(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Installing PGDG on a fresh CentOS 5.6 |
Date: | 2011-04-17 19:16:28 |
Message-ID: | 29320.1303067788@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Alexander Farber <alexander(dot)farber(at)gmail(dot)com> writes:
> I have installed CentOS from a CentOS-5.6-x86_64-bin-DVD-1of2.iso
> and then installed PGDG because I want to have PostgreSQL 8.4.7:
I'm not sure if CentOS is caught up, but postgresql 8.4.7 is available
for RHEL5 from Red Hat --- it's called "postgresql84". Possibly you'd
have better luck with that than with Devrim's RPMs.
> Then I'm trying to install the PGDG-packaged PostgreSQL,
> but keep getting the error message I don't understand:
It seems to be trying to update a 32-bit version of postgresql-devel:
> ---> Package postgresql-devel.i386 0:8.1.23-1.el5_6.1 set to be updated
If you have that installed, you probably need to remove it before you
can install a 64-bit version, quite aside from any version differences.
-devel packages typically are not multilib safe.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Stefan Keller | 2011-04-17 20:04:12 | How to configure a read-only database server and session? (Was: read-only UNLOGGED tables) |
Previous Message | John R Pierce | 2011-04-17 18:28:45 | Re: Installing PGDG on a fresh CentOS 5.6 |