in reply to Re: Unable to load LibXSLT.dll on Perl 5.16
in thread Unable to load LibXSLT.dll on Perl 5.16
Thanks for the reply.
True. Few modules were missing. So,I used CPAN to install the required modules. It was easy to download the modules using CPAN and PPM. Unfortunately I found problems with LibXML and LibXSLT. I had used "PPM install XML::LibXML" to install supporting files. Hence LibXML issue was solved. Similarly i tried the same for XML::LibXSLT. But this did not work out because there is no supporting files as described in "http://code.activestate.com/ppm/XML-LibXSLT/".So I tried all the possible ways to build .dll files for LibXSLT. But none of them supported my machine.
Henceforth I copied the LibXSLT that comes with strawberry perl and it worked smoothly on 32 bit machine
Similarly I tried on 64 bit machine. But they did not support
I would like to know is there any possible way to solve this?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unable to load LibXSLT.dll on Perl 5.16
by marto (Cardinal) on May 24, 2013 at 09:58 UTC | |
|
Re^3: Unable to load LibXSLT.dll on Perl 5.16
by Corion (Patriarch) on May 24, 2013 at 09:16 UTC | |
by jes (Novice) on May 24, 2013 at 10:23 UTC | |
by marto (Cardinal) on May 24, 2013 at 10:35 UTC | |
by Corion (Patriarch) on May 24, 2013 at 10:30 UTC |