Hi,
I am trying to use PostgreSQL database for storing Apache's session information, but I can't get it to work. It is failing with the following error:
Undefined subroutine &DBD::Pg::db::_login
It seems that MySQL users have run into the same problem in DBD::MySQL::db. I have the latest CPAN version of both DBI and DBD::Pg. It doesn't seem that the _login
function is there in the module. Any ideas how to get around this problem? I appreciate your help!
Thanks