On Thu, 14 Feb 2008 16:28:30 +0100 "Johan Ponten" johan.ponten@ericsson.com wrote:
I have NAV 3.2.2 installed on SLES 10.
- Everything but the <alertengine> is starting.
See output below. Any idea about the error messages?
Uncaught exception from user code:
DBD::Pg initialisation failed: Can't locate object method
"driver" via package "DBD::Pg" at /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/DBI.pm line 762.
Perhaps the capitalisation of DBD 'Pg' isn't right. at /usr/local/nav/lib/perl/NAV/AlertEngine/Engine.pm line 53
at /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/DBI.pm line 768
DBI::install_driver('DBI', 'Pg') called at
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/DBI.pm line 592
Something seems to be wrong the the DBD::Pg perl module installed on your system, although I cannot say what. What does the following command give you?
perl -MDBD::Pg -e 'print $DBD::Pg::VERSION'