perl-DBD-Pg package for CentOS 5?

Started by Kevin Murphyover 17 years ago4 messagesgeneral
Jump to latest
#1Kevin Murphy
murphy@genome.chop.edu

Hi Devrim,

Thanks for the awesome resource of yumpgsqlrpms.org.

My life would be complete if it offered perl-DBD-Pg for CentOS 5!

I'll look around for a src rpm.

-Kevin

#2Devrim GÜNDÜZ
devrim@gunduz.org
In reply to: Kevin Murphy (#1)
Re: perl-DBD-Pg package for CentOS 5?

Hi,

On Fri, 2008-10-31 at 09:20 -0400, Kevin Murphy wrote:

My life would be complete if it offered perl-DBD-Pg for CentOS 5!

We had an up2date package, but it broke many apps inside RHEL/CentOS 5,
so I removed EL-4 and EL-5 branches from SVN.

If you want, you can grab Fedora 9 SRPM and rebuild it on your system --
but it will probably be broken since it will try to gra some
dependencies that RHEL/CentOS 5 does not have.

Regards,

--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PL/php, ODBCng - http://www.commandprompt.com/

#3Joao Ferreira
jmcferreira@critical-links.com
In reply to: Devrim GÜNDÜZ (#2)
Re: perl-DBD-Pg package for CentOS 5?

On Fri, 2008-10-31 at 17:31 +0200, Devrim GÜNDÜZ wrote:

Hi,

Have you considered installing directlly from CPAN ?

# perl -MCPAN -e 'install DBD::Pg;'

joao

Show quoted text

On Fri, 2008-10-31 at 09:20 -0400, Kevin Murphy wrote:

My life would be complete if it offered perl-DBD-Pg for CentOS 5!

We had an up2date package, but it broke many apps inside RHEL/CentOS 5,
so I removed EL-4 and EL-5 branches from SVN.

If you want, you can grab Fedora 9 SRPM and rebuild it on your system --
but it will probably be broken since it will try to gra some
dependencies that RHEL/CentOS 5 does not have.

Regards,

#4Kevin Murphy
murphy@genome.chop.edu
In reply to: Joao Ferreira (#3)
Re: perl-DBD-Pg package for CentOS 5?

Joao Ferreira wrote:

Have you considered installing directlly from CPAN ?

# perl -MCPAN -e 'install DBD::Pg;'

On Fri, 2008-10-31 at 09:20 -0400, Kevin Murphy wrote:

My life would be complete if it offered perl-DBD-Pg for CentOS 5!

Yes, but I prefer a package in this situation because the code runs on a
Rocks Linux cluster, and customizations to the compute nodes are
conventionally via package; when a new node is added, the suite of local
RPMs is automatically post-installed, et voilà. I've worked around the
lack of a package in the past, and I'll do it again. Luckily our nodes
have access to the world. Now I'm fantasizing about making an RPM that
just customizes CPAN/Config.pm and installs DBD::Pg from CPAN.

-Kevin