From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Installing PGDG on a fresh CentOS 5.6 |
Date: | 2011-04-17 18:28:45 |
Message-ID: | 4DAB315D.3@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 04/17/11 11:05 AM, Alexander Farber wrote:
> ...
> ---> Package postgresql-libs.x86_64 0:8.4.7-1PGDG.rhel5 set to be updated
> --> Running transaction check
> ---> Package compat-postgresql-libs.x86_64 0:4-1PGDG.rhel5 set to be updated
> ...
> postgresql-devel-8.1.23-1.el5_6.1.i386 from updates has depsolving problems
> --> Missing Dependency: postgresql = 8.1.23-1.el5_6.1 is needed by
> package postgresql-devel-8.1.23-1.el5_6.1.i386 (updates)
> Error: Missing Dependency: postgresql = 8.1.23-1.el5_6.1 is needed by
> package postgresql-devel-8.1.23-1.el5_6.1.i386 (updates)
> ...
odd, that compat-postgresql.libs should have worked ... OH! you have
i386 (32 bit) postgresql.devel and are installing 64bit otherstuffs.
remove it.
rpm -e postgresql-devel
THEN install the 64 bit shiny new stuff, and all should be good. if
you need the 32 bit postgresql-devel, you can install that too seperately
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-04-17 19:16:28 | Re: Installing PGDG on a fresh CentOS 5.6 |
Previous Message | Alexander Farber | 2011-04-17 18:05:55 | Installing PGDG on a fresh CentOS 5.6 |