|
From: Jason A. B. <ja...@te...> - 2001-10-17 01:52:44
|
Hi. I'm not sure if the other posts were read, too. I got to narrow down the problem. If I run perl -e 'use DBI; print join "\n", DBI->available-drivers;', it shows Pg. However, if I try to call DBI->available-drivers, inside User.pm, at sub dbdrivers (of SL/User.pm), I don't get an entry for Pg. It only shows the others. Why is this so? Is there some sort of "registry" for this driver, so that it can also be called properly by the web server? I ran perl Makefile.pl, make, make test, make install for DBD::Pg under root. This is v1.01. May I know what is wrong? Thanks. |