[rt-users] Installing RT on RHEL 4.

Paul Crossman Paul.Crossman at tvguide.com
Wed Mar 9 17:52:28 EST 2005


Yes, changing to --modperl2 has helped to eliminate 1 perl module, and I got
MIME:Entity and Log::Dispatch to install properly.  Apache::DBI is the last
one to go.

Any thoughts on getting Apache::DBI to install based on the output I'm
including below?  I could force the install, but if this is a known issue,
I'd rather fix the issue than force the install.  Unless of course forcing
the install is the fix for the issue.  :)

Paul C.

========================================================================

# perl -MCPAN -e'install Apache::DBI'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Wed, 09 Mar 2005 06:41:55 GMT
Running install for module Apache::DBI
Running make for A/AB/ABH/Apache-DBI-0.94.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /root/.cpan/sources/authors/id/A/AB/ABH/Apache-DBI-0.94.tar.gz
ok
Scanning cache /root/.cpan/build for sizes
Apache-DBI-0.94/
Apache-DBI-0.94/t/
Apache-DBI-0.94/t/10mysql.t
Apache-DBI-0.94/eg/
Apache-DBI-0.94/eg/startup.pl
Apache-DBI-0.94/README
Apache-DBI-0.94/MANIFEST
Apache-DBI-0.94/AuthDBI.pm
Apache-DBI-0.94/Changes
Apache-DBI-0.94/Makefile.PL
Apache-DBI-0.94/DBI.pm
Apache-DBI-0.94/traces.txt
Removing previously used /root/.cpan/build/Apache-DBI-0.94

  CPAN.pm: Going to build A/AB/ABH/Apache-DBI-0.94.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Apache::DBI
cp DBI.pm blib/lib/Apache/DBI.pm
cp AuthDBI.pm blib/lib/Apache/AuthDBI.pm
Manifying blib/man3/Apache::AuthDBI.3pm
Manifying blib/man3/Apache::DBI.3pm
  /usr/bin/make -j3 -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/10mysql....ok 4/10#     Failed test (t/10mysql.t at line 35)

#     The object isn't defined
t/10mysql....ok 9/10# Looks like you failed 1 tests of 10.

t/10mysql....dubious

        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 5
        Failed 1/10 tests, 90.00% okay (less 5 skipped tests: 4 okay,
40.00%)
Failed Test Stat Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
---
t/10mysql.t    1   256    10    1  10.00%  5
5 subtests skipped.
Failed 1/1 test scripts, 0.00% okay. 1/10 subtests failed, 90.00% okay.
make: *** [test_dynamic] Error 2
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force

#










-----Original Message-----
From: rt-users-bounces at lists.bestpractical.com
[mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Scott T.
Hildreth
Sent: Wednesday, March 09, 2005 5:20 PM
To: Lee W
Cc: Rt-Users
Subject: Re: [rt-users] Installing RT on RHEL 4.

Apache::Request is not a dependency for MP2, from the
rt-test-dependencies code,

$deps{'MODPERL1'} = [ _( << '.') ];
CGI 2.92
Apache::Request
Apache::DBI 0.92
.
 
$deps{'MODPERL2'} = [ _( << '.') ];
CGI 2.92
Apache::DBI
.

On Wed, 2005-03-09 at 21:59 +0000, Lee W wrote:
> Scott T. Hildreth wrote:
> 
> >Okay, 1.99 was the beta of Modperl2, the latest is 2.0 Rc4.  You might
> >want to upgrade.
> >
> >On Wed, 2005-03-09 at 16:09 -0500, Paul Crossman wrote:
> >  
> >
> >>Hmmm, ok, maybe redhat put the perlmod2 beta on RHEL.  I'd be surprised
if
> >>they did, but ther version of perlmod installed on server here is 
> >>mod_perl-1.99_16-4.  I used modperl1 strictly based on the version
number of
> >>the RPM.  Am I mistaken?
> >>
> >>Paul C.
> >>
> >>
> >>    
> >>
> I don't think that would help. 
> 
> When I tried installing the Apache::Request modules on Centos-4 (an 
> RHEL4 rebuild for those who haven't come across it) it reported that it 
> could not build because the version of mod_perl was greater then 1.98.  
> Sorry I don't have the exact error here. I would guess that the code 
> would also choke on 2.0 as well.
> 
> Regards
> 
> Lee
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> RT Administrator and Developer training is coming to your town soon!
(Boston, San Francisco, Austin, Sydney) Contact training at bestpractical.com
for details.
> 
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
-- 
Scott T. Hildreth <shildret at scotth.emsphone.com>
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

RT Administrator and Developer training is coming to your town soon!
(Boston, San Francisco, Austin, Sydney) Contact training at bestpractical.com
for details.

Be sure to check out the RT Wiki at http://wiki.bestpractical.com



More information about the rt-users mailing list