This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XML::LibXSLT on Cygwin


marcos rebelo wrote:

> It is possible to install this Perl module in the Cygwin.

Looks like only if you force install of XML::DOM you can install this one.

I tried the easy way:

$ cpan
cpan> install XML::XSLT

and all dependencies where installed, except XML::DOM which failed a few tests.

So the only way is to:

cpan> force install XML::DOM
cpan> install XML::XSLT

but then, of course, you have a XML::DOM that doesn't really always work.
-- 
René Berber


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]