On Tue, 2 Sep 2003, Somasekhar Bangalore wrote:
> Hi,
>
> My installation went through fine but while setting up the ers_setup
>
> ers_setup --masterserver=servername --masterdb=accounts \
> --masteruser=someuser --masterpass=apasswd \
> --slaveserver=otherserver --slavedb=erp \
> --slaveuser=anotheruser --slavepass=foo
>
> I am getting below error
>
> Can't locate object method "connect" via package "DBI" (perhaps you
> forgot to load "DBI"?) at ./ers_setup line 73.
>
> I would be very thankful if any one can give the solution.
do you have DBI installed? and DBD::Pg? Taking a look at the code, 'use
DBI' is right at the top, so there should be no reason to get that error
...