Thread: perl-DBD-Pg package for CentOS 5?
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
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/
Attachment
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
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 > 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, >