Perl Modules

Hi Request Trackers,

I’m trying to install 2.0.7 … running make fixdeps doesn’t
really install all Perl modules needed, ie

  • Params::Validate
  • HTML::Mason
  • Apache::Session
  • Log::Dispatch

Calling cpan and install didn’t make the trick - is there a
simple workaround?

I don’t know perl very well, thus I appreciate any help

Cheers,

Vince

‘’'
���

Did you try

force install xxxx::xxxx ?

AndrewOn Sunday, September 16, 2001, at 06:50 AM, Vincent - D. Ertner wrote:

Hi Request Trackers,

I’m trying to install 2.0.7 … running make fixdeps doesn’t
really install all Perl modules needed, ie

  • Params::Validate
  • HTML::Mason
  • Apache::Session
  • Log::Dispatch

Calling cpan and install didn’t make the trick - is there a
simple workaround?

I don’t know perl very well, thus I appreciate any help

Cheers,

Vince

‘’’
ô¿ô


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Andrew Yager
Real World Technology Solutions
Real People Real SolUtions™
ph: (02) 9945 2567 fax: (02) 9945 2566
mob: 0405 15 2568

I’m installing RT on Mandrake 10.1 Official, with Apache2, FastCGI, and
PostgreSQL 7.4.5. I’m going to be installing the necessary perl modules
using urpmi, Mandrake’s package manager. I trawled through the
dependency checker, and it looks like this is what I need:

HTML::TreeBuilder
HTML::FormatText
Getopt::Long
LWP::UserAgent
Getopt::Long 2.24
Regexp::Common
Test::Inline
Apache::Test
HTML::Form
HTML::TokeParser
WWW::Mechanize
Test::WWW::Mechanize
Module::Refresh 0.03
CGI 2.92
FCGI
CGI::Fast
DBD::Pg 1.41

Can someone confirm that?

Chris Berry
chris_berry@jm-associates.com
Information Advisory Manager
JM Associates

“There is nothing so useless as doing efficiently that which should not
be done at all.” --Peter Drucker

Chris Berry wrote:

I’m installing RT on Mandrake 10.1 Official, with Apache2, FastCGI, and
PostgreSQL 7.4.5. I’m going to be installing the necessary perl modules
using urpmi, Mandrake’s package manager. I trawled through the
dependency checker, and it looks like this is what I need:

HTML::TreeBuilder
HTML::FormatText
Getopt::Long
LWP::UserAgent
Getopt::Long 2.24
Regexp::Common
Test::Inline
Apache::Test
HTML::Form
HTML::TokeParser
WWW::Mechanize
Test::WWW::Mechanize
Module::Refresh 0.03
CGI 2.92
FCGI
CGI::Fast
DBD::Pg 1.41

Can someone confirm that?
No.
use rt-test-dependencies script to check what modules you need.

Turned out that trying to install them using the package manager was too
complicated. I’m now doing it the CPAN way recommended in the docs, see
my other post.

Chris Berry
chris_berry@jm-associates.com
Information Advisory Manager
JM Associates

“There is nothing so useless as doing efficiently that which should not
be done at all.” --Peter Drucker

Ruslan U. Zakirov wrote: