----- Original Message -----
From: "M.W. Koskamp" <[EMAIL PROTECTED]>
To: "anshuman das" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, July 09, 2001 09:36
Subject: Re: Further progress::Can't locate objrect method "connect" via
package "DBI"


> ----- Original Message -----
> From: anshuman das <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, July 09, 2001 8:04 AM
> Subject: Further progress::Can't locate objrect method "connect" via
package
> "DBI"
>
>
> > As you told  I am sending the log files of installation process of DBI.
> >
> > This is just to inform that after installing DBI I was installing DBD.
An
> > error
> > occured:
> >
> > " DBI does not define #DBI::VERSION-- version check failed at make
file.pl
> > line 8"
> >
> > no 8 line was- use DBI 1.00  (the error was same)
> > I made a change- use DBI 1.14  (same error)
> > I made another change use DBI -> successful installation

This looks a bit like you may have multiple versions of DBI installed.  You
might look in the perl tree for multiple copies of DBI.pm.

> > > >this is the smallest part of my code.
> > > >
> > > >**************************************************
> > > >#!/usr/bin/perl -w
> > > >#this is test.pl
> > > >
> > > >use strict;
> > > >use DBI;
>
> I think you are missing use DBD::Pg here!!

Absolutely NOT.  Specifying the driver is deferred until the connect()
method call.



Reply via email to