Yeah, I know I've got to upgrade - but the production server I'm working has the older version of DBD::Pg.
Anyway, I did solve the problem. My error was caused by the order in which I installed all the necessary drivers. Installing in the order of DBI, DBIx-Recordset, then DBD::Pg seemed to clear up any problems. It kind of makes sense. --Richard Schilling ---- Original message ---- >Date: Fri, 21 Mar 2003 13:06:12 -0800 >From: Jeffrey Baker <[EMAIL PROTECTED]> >Subject: Re: undefined subroutine DBD::Pg::db::_login >To: Richard Schilling <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] > >On Fri, Mar 21, 2003 at 01:01:48PM -0800, Richard Schilling wrote: >> I am having trouble running Pg version 0.92. I get the error >> that DBD::Pg::db::_login is undefined. It is called on about >> line 97 in Pg.pm. >> >> Could not find any explaination in the archives, and didn't >> see it addressed in subsequent versions of the Pg driver. >> Anyone got a clue as to the workaround, or what might be >> missing? > >I don't know the problem, but you could try upgrading 28 >versions to the latest release of DBD::Pg > >-jwb
