Re: [INTERFACES] Error using Perl interface - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [INTERFACES] Error using Perl interface
Date
Msg-id 15607.934897775@sss.pgh.pa.us
Whole thread Raw
In response to Error using Perl interface  ("Mengelbier, Magnus" <Magnus.Mengelbier@clinicaldatacare.com>)
List pgsql-interfaces
"Mengelbier, Magnus" <Magnus.Mengelbier@clinicaldatacare.com> writes:
> We wonder if anyone has found and resolved an error we recieve when trying
> to connect to a PostgreSQl 6.5.1 database with perl 5.0053.
> We are running Red Hat 6.0 standard installation with PostgreSQL 6.5.1 and
> the perl interface that was available. We opted to install the binaries
> instead of compiliing the source ourselves.  We are running Perl 5.0053 that
> was installed with the system installation.

I believe we found out recently that Perl 5.005-something changed its PM
interfaces, thereby breaking the Postgres perl5 module at both source
and binary levels.  If you revert to Perl 5.004-anything it should work.

It would be nice to find a Perl guru who knows how to fix the perl5
module for the new Perl *without* breaking backwards compatibility for
older Perls (source-level compatibility that is, I suppose binary
compatibility is hopeless).
        regards, tom lane


pgsql-interfaces by date:

Previous
From: "Ansley, Michael"
Date:
Subject: RE: [INTERFACES] a few additional JDBC points??
Next
From: Thomas Lockhart
Date:
Subject: Re: [INTERFACES] Error using Perl interface