From: | Joe Conway <mail(at)joeconway(dot)com> |
---|---|
To: | Jodi Kanter <jkanter(at)virginia(dot)edu> |
Cc: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Postgres Admin List <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: upgrade issue |
Date: | 2003-05-23 17:28:35 |
Message-ID: | 3ECE5A43.2060607@joeconway.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Jodi Kanter wrote:
> Recompiling Perl DBI is not a practical option. Did the developers
> realize that a major version upgrade to libpq was going to break Perl
> DBI/DBD-Pg?
> Current versions of DBD-Pg use that libpg.so.2.
I just created a 7.3 RPM (based on DBD::pg 1.22 from
http://gborg.postgresql.org/project/dbdpg/download/download.php)
You can grab either the 7.3 binary RPM, or a source RPM from here:
http://www.joeconway.com/
If you want to use the source RPM to build your own binary, do the
following:
rpm -i perl-DBD-Pg-1.22-custom.1.src.rpm
rpm -ba --target i686 /usr/src/redhat/perl-DBD-Pg.spec
rpm -Uvh /usr/src/redhat/RPMS/i686/perl-DBD-Pg-1.22-custom.1.i686.rpm
HTH,
Joe
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-05-23 17:29:08 | Re: Database Backup/Restore with Inherited Tables |
Previous Message | Sidar Lopez Cruz | 2003-05-23 16:58:00 | return multiple rows |