in reply to (Cygwin) Can't locate XML/LibXSLT.pm in @INC
You need to install a devel library first if you want to compile a module using it. So you need to install libxslt-devel via setup.exe. And the you also need to install perl_vendor for cpan. Then run:
$ cpan XML::LibXSLT
Apparently you are also missing a lot of more cygwin packages, such as unzip. Check your error messages and install the missing packages.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: (Cygwin) Can't locate XML/LibXSLT.pm in @INC
by karlgoethebier (Abbot) on Feb 26, 2013 at 20:58 UTC | |
by Anonymous Monk on Feb 27, 2013 at 11:38 UTC | |
by karlgoethebier (Abbot) on Feb 27, 2013 at 12:41 UTC |