Re: Postgresql-contrib on RHEL6 x64 -- libpython2.4 dependency

From: Adam Dray <Adam(dot)Dray(at)dunbararmored(dot)com>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Postgresql-contrib on RHEL6 x64 -- libpython2.4 dependency
Date: 2011-10-25 19:08:43
Message-ID: 4F52C57256394149A34984F0E0D5CDF504C8D966@exchdb03srv.dunbararm.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

[root(at)magftm2 ~]# grep baseurl /etc/yum.repos.d/pgdg-9*
baseurl=http://yum.pgsqlrpms.org/9.0/redhat/rhel-5Server-$basearch
baseurl=http://yum.pgsqlrpms.org/srpms/9.0/redhat/rhel-5Server-$basearch

I cheated a bit and manually edited-in the "5Server" stuff so that it would stop looking for x686 architecture, as there wasn't a yum package for that architecture.

-----Original Message-----
From: Devrim GÜNDÜZ [mailto:devrim(at)gunduz(dot)org]
Sent: Tuesday, October 25, 2011 2:58 PM
To: Adam Dray
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] Postgresql-contrib on RHEL6 x64 -- libpython2.4 dependency

On Tue, 2011-10-25 at 18:01 +0000, Adam Dray wrote:
> When I try to yum install postgresql-contrib, I get a dependency
> error:
>
> [root(at)magftm2 pg_archivecleanup]# yum install postgresql-contrib
> Loaded plugins: product-id, refresh-packagekit, rhnplugin,
> subscription-manager Updating Red Hat repositories.
> Setting up Install Process
> Resolving Dependencies
> --> Running transaction check
> ---> Package postgresql-contrib.x86_64 0:9.0.0-1PGDG.el5 will be
> installed
> --> Processing Dependency: libpython2.4.so.1.0()(64bit) for package:
> postgresql-contrib-9.0.0-1PGDG.el5.x86_64
> --> Finished Dependency Resolution
> Error: Package: postgresql-contrib-9.0.0-1PGDG.el5.x86_64 (pgdg90)
> Requires: libpython2.4.so.1.0()(64bit)

What is the output of

grep baseurl /etc/yum.repos.d/pgdg-9*

Regards,
--
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

-------------------------------------------------------------------------------------------------------------------
The information contained in this email may be confidential and/or legally privileged. It has been sent
for the sole use of the intended recipient(s). If the reader of this message is not an intended recipient,
you are hereby notified that any unauthorized review, use, disclosure, dissemination, distribution, or
copying of this communication, or any of its contents, is strictly prohibited. If you have received this
communication in error, please contact the sender by reply email and destroy all copies of the original
message.
-------------------------------------------------------------------------------------------------------------------

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Vladimir Rusinov 2011-10-25 19:24:49 Re: Postgresql-contrib on RHEL6 x64 -- libpython2.4 dependency
Previous Message Devrim GÜNDÜZ 2011-10-25 18:57:46 Re: Postgresql-contrib on RHEL6 x64 -- libpython2.4 dependency