[rt-devel] Missing?: DBIx/DBIx-SearchBuilder/SearchBuilder/Handle/mysql.pm
Michael Brader
mbrader at e-smith.com
Mon Sep 11 12:19:31 EDT 2000
When trying to bring RT2 up for the first time, I get the following in
my web logs (NB. $RT::DatabaseType == 'mysql'):
[Mon Sep 11 11:14:33 2000] [error] Can't locate object method "new" via package "RT::Handle" at /home/rt-install/bin/webmux.pl line 72.
Going back to the CLI, I get the same error:
[mbrader at fettuccine rt]$ /home/rt-install/bin/rtq
Can't locate object method "new" via package "RT::Handle" at /home/rt-install/bin/rtq line 27.
Sticking in an error check for the eval statement in RT/Handle.pm:
$@ && die "eval failed: [code:$evalString][error:$@]";
I get:
[mbrader at fettuccine rt]$ /home/rt-install/bin/rtq
eval failed: [code:use DBIx::SearchBuilder::Handle::mysql;
@ISA= qw(DBIx::SearchBuilder::Handle::mysql);][error:Can't locate DBIx/SearchBuilder/Handle/mysql.pm in @INC (@INC contains: /home/rt-install/etc /home/rt-install/lib /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005) at (eval 2) line 1.
BEGIN failed--compilation aborted at (eval 2) line 1.
] at /home/rt-install/lib/RT/Handle.pm line 12.
BEGIN failed--compilation aborted at /home/rt-install/bin/rtq line 26.
Neither the DBIx 0_0_2 tarball or the CVS contain this file, only the
Oracle file.
Any ideas?
--
Michael Brader mbrader at e-smith.com
Short term developer e-smith, inc. Ottawa, Canada
http://www.e-smith.org (development) http://www.e-smith.com (corporate)
...tongue tied and twisted, just an earth-bound misfit, I...
More information about the Rt-devel
mailing list