[rt-users] Help with perl dependencies

Oscar Gonzalez rakxzo at gmail.com
Mon Feb 28 16:08:11 EST 2005


Hello again. sorry for the previous incomplete e-mails... I hope this
can help you guys help me.
thank you!

Running CentOS 4.0 rc1 - kernel 2.6.9-5.EL
and
httpd-2.0.52-9.ent.centos4.1
mod_perl-1.99_16-4.centos4
perl-5.8.5-12.1
mysql-4.1.7-4.RHEL4.1
rt 3.4.1  (...or trying to).

I set the configure file (properly I think). then I ran "make
testdeps" there were a lot of missing dependencies so the next thing I
did was to run "make fixdeps"  After 10-15 minutes of installs it
finished.

The next think I did was to run "make testdeps |grep MISSING"

And I got the following missing dependencies.


make testdeps |grep MISSING
        DBIx::SearchBuilder 1.21...MISSING
        MIME::Entity 5.108...MISSING
        Term::ReadKey ...MISSING

I tried installing each of those separately by doing "perl -MCPAN -e
'install DBIx::Searchbuilder' and so on for the other 3.  All of them
fail with the following errors:

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 -e 'install MIME::Entity'
Can't locate object method "install" via package "MIME::Entity"
(perhaps you forgot to load "MIME::Entity"?) at -e line 1.

perl -e 'install Term::ReadKey'
Can't locate object method "install" via package "Term::ReadKey"
(perhaps you forgot to load "Term::ReadKey"?) at -e line 1.


If I run make fixdeps, I get this:

...runs for a few seconds and stops on...

DBIx-SearchBuilder-1.22/Makefile.PL
Removing previously used /root/.cpan/build/DBIx-SearchBuilder-1.22

  CPAN.pm: Going to build J/JE/JESSE/DBIx-SearchBuilder-1.22.tar.gz

Checking if your kit is complete...
Looks good
Warning: prerequisite Want 0 not found.
Writing Makefile for DBIx::SearchBuilder
---- Unsatisfied dependencies detected during
[J/JE/JESSE/DBIx-SearchBuilder-1.22.tar.gz] -----
    Want
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]


... I select yes, and after a lot of output, it stops with this message...


Writing termio/termios section of cchars.h... Done.
Checking for sgtty...
        Sgtty NOT found.
Writing sgtty section of cchars.h... Done.
/usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp -noprototypes
-typemap /usr/lib/perl5/5.8.5/ExtUtils/typemap  ReadKey.xs >
ReadKey.xsc && mv ReadKey.xsc ReadKey.c
gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing
-pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm -O2 -g -pipe -m32 -march=i386 -mtune=pentium4  
-DVERSION=\"2.30\" -DXS_VERSION=\"2.30\" -fPIC
"-I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE"   ReadKey.c
/bin/sh: gcc: command not found
make[1]: *** [ReadKey.o] Error 127
make[1]: Leaving directory `/root/.cpan/build/TermReadKey-2.30'
  /usr/bin/make  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
        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.

I appreciate in advance any help you can give me!

thank you. Oscar.



More information about the rt-users mailing list