From: | "Jeremy Buchmann" <jeremy(at)wellsgaming(dot)com> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Error trying to connect with Perl script |
Date: | 2000-03-03 10:40:25 |
Message-ID: | 200003031833.KAA01309@mail.greatbasin.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Hello,
I am trying to setup the Perl DBI for Pg, and when I call
DBI->data_sources($driver); and then DBI->data_sources($driver); to test my
setup, I get an error that reads:
DBD::Pg initialisation failed: Can't locate object method "driver" via
package "DBD::Pg" at /usr/lib/perl5/site_perl/5.005/i586-linux/DBI.pm line
481.
I am using:
Perl 5.005_03, stock install from SuSE 6.3.
PostgreSQL 6.5.3, compiled myself.
DBI-1.13
pgsql_perl5-1.8.1
Everything was installed in the order I listed. $POSTGRES_HOME is set to
/usr/local/pgsql/ which is obviously where PostgreSQL is installed.
All commands from psql work fine.
Anyone have any ideas?
From | Date | Subject | |
---|---|---|---|
Next Message | Jeremy Buchmann | 2000-03-03 11:07:57 | Re: Error trying to connect with Perl script |
Previous Message | Anjan Borthakur | 2000-03-03 09:49:10 | select from multiple databases on different machines |