Problems with Fedora core 1

I am installing RT on a FC1 machine.

I have installed the stock MySQL-server RPM
I have compiled Apache 1.3.31 & Mod perl mod_perl-1.0-current as per
instructions
I cave configured RT

Now the problem

perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install

downloads all the perl modules I need bar 1 HTML::FormatText

This module is listed as missing.
I have tried a CPAN shell install and have searched CPAN but have been
unable to find this module.
Is this module still available? Has someone got a copy?

Regards R Mortimer

Robert Mortimer wrote:

I am installing RT on a FC1 machine.

I have installed the stock MySQL-server RPM
I have compiled Apache 1.3.31 & Mod perl mod_perl-1.0-current as per
instructions
I cave configured RT

Now the problem

perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install

downloads all the perl modules I need bar 1 HTML::FormatText
I don’t remember exactly, but it was some typo in module name, but I
really think it was fixed.

Don’t you want to try Request Tracker Wiki?

Robert,

Here’s how I got around the HTML::FormatText problem.

  1. perl -MCPAN -e ‘install Font::AFM’ (prerequisite)
  2. http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Format-1.23.tar.gz
  3. tar xzvf HTML-Format-1.23.tar.gz -C /export/src
  4. cd /export/src/HTML-Format-1.23
  5. perl Makefile.PL
  6. make
  7. make install

Hope this helps,
Bruce

-----Original Message-----
From: Robert Mortimer [mailto:rmortimer@bluechiptechnology.co.uk]
Sent: Tuesday, June 01, 2004 7:31 AM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] Problems with Fedora core 1

I am installing RT on a FC1 machine.

I have installed the stock MySQL-server RPM
I have compiled Apache 1.3.31 & Mod perl mod_perl-1.0-current as per
instructions
I cave configured RT

Now the problem

perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install

downloads all the perl modules I need bar 1 HTML::FormatText

This module is listed as missing.
I have tried a CPAN shell install and have searched CPAN but have been
unable to find this module.
Is this module still available? Has someone got a copy?

Regards R Mortimer


The rt-users Archives

RT Developer and Administrator training is coming to LA, DC and Frankfurt
this spring and summer.
http://bestpractical.com/services/training.html

Sign up early, as class space is limited.

This E-mail is confidential. It should not be read, copied, disclosed or used by any person other than the intended recipient. Unauthorized use, disclosure or copying by whatever medium is strictly prohibited and may be unlawful. If you have received this E-mail in error, please contact the sender immediately and delete the E-mail from your system.

Robert,

Here’s how I got around the HTML::FormatText problem.

For what it’s worth, this is biting folks other than RT users. One of
the maintainers of SlashCode and I chatted earlier today after they
independently got bitten by this issue. We’re working on getting it
figured out and have email into the maintainers to see what’s up.

Going forward, we’re also looking at keeping a publicly accessible
private CPAN repository of everything RT needs to get going.

Jesse