[rt-users] Help with perl dependencies

Oscar Gonzalez rakxzo at gmail.com
Mon Feb 28 17:03:55 EST 2005


Thanks Bill... I went ahead and installed the gcc, and its dev
package.  the error still happens when I run make fixdeps.  And the
same error occurs when I do perl -e 'install <name of missing
component>'

Any ideas...?
here's the new output of make fixdeps..

--------------------------

Manifying blib/man3/MIME::Parser.3pm
make[1]: Leaving directory `/root/.cpan/build/MIME-tools-5.417'
  /usr/bin/make  -- OK
Running make test
make[1]: Entering directory `/root/.cpan/build/MIME-tools-5.417'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Body...........ok
t/Decoder........ok
t/Entity.........ok
t/Gauntlet.......ok
t/Head...........ok
t/Misc...........FAILED tests 4-5, 7-11
        Failed 7/14 tests, 50.00% okay
t/Parser.........ok
t/Ref............ok
t/WordDecoder....ok
t/Words..........ok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/Misc.t                  14    7  50.00%  4-5 7-11
Failed 1/10 test scripts, 90.00% okay. 7/231 subtests failed, 96.97% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/root/.cpan/build/MIME-tools-5.417'
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
        Mail::Mailer 1.57...found
        Net::SMTP ...found
        Text::Wrapper ...found
        Time::ParseDate ...found
        Time::HiRes ...found
        File::Temp ...found
        Term::ReadKey ...found
        Text::Autoformat ...found
        Text::Quoted 1.3...found
        Tree::Simple 1.04...found
        Scalar::Util ...found
        Module::Versions::Report ...found
        Cache::Simple::TimedExpiry ...found
        XML::Simple ...found
# Looks like your test died before it could output anything.
---------------------


On Mon, 28 Feb 2005 16:25:05 -0500, Bill McGonigle
<bill at bfccomputing.com> wrote:
> 
> On Feb 28, 2005, at 16:08, Oscar Gonzalez wrote:
> 
> > perl -e 'install DBIx::Searchbuilder'
> > Can't locate object method "install" via package "DBIx::Searchbuilder"
> > (perhaps you forgot to load "DBIx::Searchbuilder"?) at -e line 1.
> > ...
> 
> perl -MCPAN -e 'install DBIx::Searchbuilder'
> 
> > /bin/sh: gcc: command not found
> 
> You need gcc to compile some perl modules.  When you installed centos
> it was that 'Development' package/install option.
> 
> -Bill
> -----
> Bill McGonigle, Owner           Work: 603.448.4440
> BFC Computing, LLC              Home: 603.448.1668
> bill at bfccomputing.com           Mobile: 603.252.2606
> http://www.bfccomputing.com/    Pager: 603.442.1833
> AIM: wpmcgonigle                Skype: bill_mcgonigle
> 
> 


-- 
Obstacles are those frightful things you see when you take your eyes
off your goal.
-Henry Ford



More information about the rt-users mailing list