Re: [EXT]Re: Error with DBD::Pg
[email protected] (Mark Lawrence via dbi-users) Tue, 31 Oct 2023 11:40:51 +0000
| Newsgroups | perl.dbi.users |
|---|---|
| Message-ID | <[email protected]> |
On Mon Oct 30, 2023 at 11:21:42PM +0000, Johnson, Bruce E - (bjohnson) wrote:
>
> DBI 1.643-ithread default trace level set to 0x0/3 (pid 101338 pi 5613a02b73e0) at DBI.pm line 294 via startup.pl line 5
>
> -- DBI::END ($@: , $!: )
>
> DBI 1.643-ithread default trace level set to 0x0/3 (pid 101338 pi 5613a036a1c0) at DBI.pm line 294 via startup.pl line 5
>
> -> DBI->connect(dbi:Pg:host=dhbpostgres.pharmacy.arizona.edu;port=5432, calendar3, ****, HASH(0x5613a025f628))
>
> -> DBI->install_driver(Pg) for linux perl=5.032001 pid=101341 ruid=48 euid=48
In my version of DBI this shows the following when tracing (connecting
to SQLite) at level ALL:
DBI 1.643-ithread default trace level set to 0x0/15 (pid 17307 pi 8000004d0) at -e line 1
-> DBI->connect(dbi:SQLite:x, , ****)
-> DBI->install_driver(SQLite) for cygwin perl=5.030003 pid=17307 ruid=197609 euid=197609
install_driver: DBD::SQLite version 1.71_06 loaded from /usr/local/lib/perl5/site_perl/5.30/x86_64-cygwin-threads/DBD/SQLite.pm
That last line is what I would be trying to activate and compare in
your environments: the version and location of the DBD::Pg driver.
--
Mark Lawrence