[rt-users] RT-3.6.4/CentOS-5 mod_perl problem

Boris Jordanov jordanov at brg.bg
Tue Jul 31 06:19:53 EDT 2007


Hi users,
I'm installing RT 3.6.4 on CentOS 5, and trying to fix dependencies like 
this:

 perl sbin/rt-test-dependencies --with-mysql --with-modperl2
$VAR1 = {
          'with-STANDALONE' => 0,
          'with-MASON' => 1,
          'with-CLI' => 1,
          'with-DEV' => 0,
          'with-MODPERL2' => 1,
          'with-MYSQL' => 1,
          'with-MAILGATE' => 1,
          'with-CORE' => 1
        };
perl:
        >=5.8.3(5.008008)...found
users:
        rt group (apache)...found
        bin owner (root)...found
        libs owner (root)...found
        libs group (bin)...found
        web owner (apache)...found
        web group (apache)...found
CLI dependencies:
CORE dependencies:
MAILGATE dependencies:
MASON dependencies:
        HTML::Mason 1.23...MISSING
        Apache::Session 1.53...MISSING
MODPERL2 dependencies:
        HTML::Mason 1.31...MISSING
MYSQL dependencies:

SOMETHING WAS MISSING!

Then:

perl sbin/rt-test-dependencies --with-mysql --with-modperl2 --install

mod_perl is installed:

rpm -q mod_perl
mod_perl-2.0.2-6.3.el5

But I always end with this:

Removing previously used /root/.cpan/build/mod_perl-1.30

  CPAN.pm: Going to build G/GO/GOZER/mod_perl-1.30.tar.gz

Enter `q' to stop search
Please tell me where I can find your apache src
 [../apache_x.x/src]

Where am I wrong? I don't want mod_perl 1.3, but...





More information about the rt-users mailing list