After I check for depdencies (see below) I do make upgrade. which goes
well. Seems like everything works.
But when I restart Apache.
[root@ebs sbin]# apachectl sslstart
[Thu Oct 09 14:14:28 2003] [error] Locale::Maketext version 1.04
required–this is only version 1.03 at /opt/rt3/lib/RT/I18N.pm line
33.!BEGIN failed–compilation aborted at /opt/rt3/lib/RT/I18N.pm line
33.!Compilation failed in require at /opt/rt3/lib/RT.pm line 29.!BEGIN
failed–compilation aborted at /opt/rt3/lib/RT.pm line 29.!Compilation
failed in require at /opt/rt3/bin/webmux.pl line 50.!BEGIN
failed–compilation aborted at /opt/rt3/bin/webmux.pl line 50.!Compilation
failed in require at (eval 4) line 1.!
[Thu Oct 09 14:14:28 2003] [error] Can’t load Perl file:
/opt/rt3/bin/webmux.pl for server rt.ebs.ogi.edu:0, exiting…!
It looks like Maketest version 1.04 is listed below in the dependency check.
any help would be appreciated.
Thanks
Jim Mohan
rt-test-dependenices
note: perl --version = 5.8.1
perl:
5.8.0…found
MAILGATE dependencies:
HTML::TreeBuilder …found
HTML::FormatText …found
Getopt::Long …found
LWP::UserAgent …found
MASON dependencies:
Params::Validate 0.02…found
Cache::Cache …found
Exception::Class …found
HTML::Mason 1.16…found
MLDBM …found
Errno …found
FreezeThaw …found
Digest::MD5 2.27…found
CGI::Cookie 1.20…found
Storable …found
Apache::Session 1.53…found
DEV dependencies:
Regexp::Common …found
Time::HiRes …found
Test::Inline …found
WWW::Mechanize …found
MYSQL dependencies:
DBD::mysql 2.1018…found
CLI dependencies:
Getopt::Long 2.24…found
CORE dependencies:
Digest::MD5 2.27…found
DBI 1.37…found
Test::Inline …found
Class::ReturnValue 0.40…found
DBIx::SearchBuilder 0.92…found
Text::Template …found
File::Spec 0.8…found
Apache httpd.conf
<VirtualHost 129.95.xx.xx>
ServerName rt.ebs.ogi.edu
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
these four lines applies to Apache2+mod_perl2 only: {{{
PerlSetVar MasonArgsMethod CGI
PerlModule Apache2 Apache::compat
RewriteEngine On
RewriteRule ^(.*)/$ $1/index.html
}}}
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>