[rt-users] problems setting up apache with DBI

Stefan Pampel stefanp at edo.uni-dortmund.de
Wed May 7 10:26:19 EDT 2003


Hi,
I have problems setting up Apache 1.3.26 (Debian Woody, RT3)
 My Lines from httpd.conf are:

<VirtualHost <myip>>
    ServerAdmin webmaster at host.some_domain.com
    DocumentRoot /opt/rt3/share/html/
    AddDefaultCharset UTF-8
    ServerName <myip>
    ErrorLog logs/vh-error.log
    CustomLog logs/vh-access.log common
    PerlModule Apache::DBI
    PerlRequire /opt/rt3/bin/webmux.pl
    <Location />
        SetHandler perl-script
        PerlHandler RT::Mason
    </Location>
</VirtualHost>

When I run
# apachectl configtest

I get the following Errormsg:
Syntax error on line 1008 of /etc/apache/httpd.conf:
Can't locate object method "require_version" via package "DBI" (perhaps
you forgot to load "DBI"?) at /usr/share/perl5/Apache/DBI.pm line 9.
Compilation failed in require at (eval 4) line 3

Any Ideas?


Greets
-Stefan





More information about the rt-users mailing list