|
From: Roderick A. A. <raa...@ti...> - 2001-08-22 16:55:54
|
On Wed, 22 Aug 2001, [iso-8859-1] Rod Roark wrote: > > Rod Roark mentioned re-building DBD-Pg. The new releases of the > > PostgreSQL RPMs come with perl (and the DBD driver) ready to run. but I > > did build PostgreSQL from the RPM source before installing. > > Let me try again. If you upgrade Postgres, then you > *must* also compile DBD-Pg. This includes a "make test" > that you should run and actually look at its results. > I think I found the problem. The version of DBD-Pg I had installed was for perl 5.005. The version of perl installed was 5.6.0 (i386), the version of PostgreSQL was 7.1 (i686). Perl wasn't finding the module because the i686-linux directories weren't in perl's search path. I'm down loading the perl RPM and will compile perl for the i686 platform and see how that works with the PostgreSQL i686 DBD-Pg driver. > You can get the latest DBD-Pg from: > http://www.perl.com/CPAN-local/modules/by-module/DBD/. > Check its README file for troubleshooting tips. Actually the 'almost' latest (1.0 verses 1.01) is included in the PostgreSQL distribution. Rod -- |