GnuPG::Interface Missing, but is installed

Trying to install RT 4.0 on CentOS 5.5 all up to date. Pretty much a Perl
Newbie, so sorry if this is an easy fix. Tried to work my Google-fu before
bugging everybody, but no luck.

I do fixdeps and get this

/snip/*
*FASTCGI dependencies:
FCGI::ProcManager …found
FCGI …found
GD dependencies:
GD::Text …found
GD …found
GD::Graph …found
GPG dependencies:
PerlIO::eol …found

  •    GnuPG::Interface ...MISSING
              "try" is not exported by the Math::BigInt module
    

Install module GnuPG::Interface
Going to read /root/.cpan/Metadata
Database was generated on Mon, 02 May 2011 04:31:36 GMT
GnuPG::Interface is up to date.*
ICAL dependencies:
Data::ICal …found
MAILGATE dependencies:
Pod::Usage …found
HTML::TreeBuilder …found
Getopt::Long …found
HTML::FormatText …found
LWP::UserAgent …found
MASON dependencies:
/snip/
SOME DEPENDENCIES WERE MISSING.
GPG missing dependencies:
GnuPG::Interface …MISSING
"try" is not exported by the Math::BigInt module
make: *** [fixdeps] Error 1
[root@web rt-4.0.0]#

and when i do “>cpan install GnuPG::Interface” i get this

/console/
cpan> install
GnuPG::Interface
GnuPG::Interface is up to date.

cpan>
/console/

What have i screwed up?

thanks in advance for the help

Trying to install RT 4.0 on CentOS 5.5 all up to date. Pretty much a Perl Newbie, so sorry if
this is an easy fix. Tried to work my Google-fu before bugging everybody, but no luck.

I do fixdeps and get this

/snip/
FASTCGI dependencies:
FCGI::ProcManager …found
FCGI …found
GD dependencies:
GD::Text …found
GD …found
GD::Graph …found
GPG dependencies:
PerlIO::eol …found
GnuPG::Interface …MISSING
“try” is not exported by the Math::BigInt module

Sadly, CentOS 5.5 includes a version of Math::BigInt from 2005 (yes,
2005) and GnuPG::Interface doesn’t have a released version asking you
to install at least the version from 2007 that includes this feature
(1.77).

You should be able to install a newer Math::BigInt from cpan

-kevin

Trying to install RT 4.0 on CentOS 5.5 all up to date. Pretty much a Perl Newbie, so sorry if
this is an easy fix. Tried to work my Google-fu before bugging everybody, but no luck.

I do fixdeps and get this

/snip/
FASTCGI dependencies:
FCGI::ProcManager …found
FCGI …found
GD dependencies:
GD::Text …found
GD …found
GD::Graph …found
GPG dependencies:
PerlIO::eol …found
GnuPG::Interface …MISSING
“try” is not exported by the Math::BigInt module

Sadly, CentOS 5.5 includes a version of Math::BigInt from 2005 (yes,
2005) and GnuPG::Interface doesn’t have a released version asking you
to install at least the version from 2007 that includes this feature
(1.77).

You should be able to install a newer Math::BigInt from cpan

GnuPG::Interface 0.44 is now headed to CPAN and it flags a
Math::BigInt from 2007 as the minimum required version which should
stop this from biting other folks

-kevin