From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 15:16:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F37937B401 for ; Tue, 3 Jun 2003 15:16:50 -0700 (PDT) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DAE543FD7 for ; Tue, 3 Jun 2003 15:16:47 -0700 (PDT) (envelope-from bsd@perimeter.co.za) Received: from impedimenta (ndf-dial-196-31-123-64.mweb.co.za [196.31.123.64]) (AUTH: LOGIN bsd@perimeter.co.za) by perimeter.co.za with esmtp; Wed, 04 Jun 2003 00:16:42 +0200 Message-ID: <010f01c32a1e$54914d60$0eddfea9@perimeter.co.za> From: "Patrick O'Reilly" To: "Kliment Ognianov" , freebsd-questions@freebsd.org References: <3EDC951F.3090303@bulinfo.net> Date: Wed, 4 Jun 2003 00:19:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Subject: Re: Apache - mod_perl - PostgreSQL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 22:16:50 -0000 From: "Kliment Ognianov" > bsd@perimeter.co.za wrote: > > > Hi all! > > I did the portupgrade of postgresql 7.3.2 -> 7.3.3 this morning. > > Since then my mod_perl web pages will not talk to the databases..... > > > Update DBD::Pg through CPAN shell > Thanks Kliment. Actually, I am using the Pg module, not DBD::Pg, nor DBI. As far as I can tell, anyways. I'm no expert on the intricacies of perl modules. As far as I can see on CPAN, Pg has not changed since April 2000. Perhaps it does not work with the new PostgreSQL? Should I change my code to use DBD::Pg instead? Regards, Patrick.