"Clement Lau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm trying to install Bugzilla on a Redhat 8 system. And now I came across > this problem of installing the required Template module. > > I've checked all the dependency of the Template module but when I do perl > -MCPAN -e 'install', the "make test" will show one fail: > >
<snip CPAN.pm output> > t/html...........ok 9/18FAILED 10: - html entity did not match expected > t/html...........FAILED test 10 > Failed 1/18 tests, 94.44% okay <snip CPAN.pm output> I know redhat 9, and I think redhat 8, has its locale set by default to en_US.UTF-8. I dont know much about locale settings, but somehow this results is tests obsurely failing. Try setting your LANG variable to en_US: $ export LANG=en_US and try again. Another suggestion is to upgrade to Fedora. Let us know what happens. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>