in reply to PostgreSQL/Perl help Reformatted
But anyway, DBI can't be found. That means either it's not installed or isn't in the %INC path. So look for it with `locate DBI`. If you have to install it, use CPAN (as root type `cpan`, or maybe `perl -MCPAN -eshell`, then `install DBI` and `install DBD::Pg`. If you found DBI installed, then you might have to do something like "use lib '/path/to/DBI/'". So first, see if DBI is installed.
|
|---|