On 10/30/2011 07:57 PM, Oliver Ruebenacker wrote: > Hello, > > I just installed TT on a new Fedora 15, and I'm missing one plugin: > > plugin error - XML.DOM: plugin not found > > Unable to find anything in the Fedora repository, I tried: > > cpan Template::Plugin::XML::DOM > > After many pages of mysterious output, it ended with: > > Running Build install > make test had returned bad status, won't install without force > > This seemed to be because of one failed "test", which seemed to be > that a sufficiently new version of XML::RSS (whatever that is) was not > installed, so I tried: > > cpan XML::RSS > > This one had a lot of failures and ended like the other one. > > What can I do? Thanks! Actually if you are on Fedora 15 then IMHO you should always start trying binaries, e.g. yum install perl-XML-RSS which should Just Work. OTOH Template::Plugin::XML::DOM needs only XML::DOM, so yum install perl-XML-DOM and then cpan install Template::Plugin::XML::DOM could work out for you.
- Fagzal _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
