[rt-users] Can't locate object method "connect" via package "Apache::DBI"

Ben Blakely ben at reach.net
Wed Jul 21 09:37:53 EDT 2004


Hello,

I have recently installed the newest version of rt, rt-3.2.1. Im using
Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_fastcgi/2.2.10
mod_perl/1.26. 

Ive added the following to my httpd.conf:

<VirtualHost <address> >
        ServerName      hostname
        DocumentRoot    /opt/rt3/share/html
        AddDefaultCharset UTF-8

        PerlModule Apache::DBI
        PerlRequire /opt/rt3/bin/webmux.pl
        <Location />
                SetHandler perl-script
                PerlHandler RT::Mason
        </Location>
</VirtualHost>

But seem to be getting this error message in the apache error log.

Can't locate object method "connect" via package "Apache::DBI" at
/usr/lib/perl5/DBI.pm line 591.

Could someone shed some light on this??

Thanks,

Ben Blakely



More information about the rt-users mailing list