in reply to
DBD::Pg crashing on win32?
Is the problem just at the connection stage?
When it crashes, is there any accompanying message with additional information?
Are there any
environment variables
that might need setting?
Does your PATH environment variable include any directories containing necessary PostgreSQL dlls?
Comment on
Re: DBD::Pg crashing on win32?
Replies are listed 'Best First'.
Re^2: DBD::Pg crashing on win32?
by
johnnywang
(Priest)
on Jan 31, 2006 at 19:48 UTC
It happens on the connect(), and the console shows: "DBD::PgPP::st execute failed: Unknown message type: ' at test.pl line 7.", where line 7 is the call to connect().
[reply]
In Section
Seekers of Perl Wisdom