jes has asked for the wisdom of the Perl Monks concerning the following question:
I had installed LibXSLT module in a 32 bit Windows machine which worked fine with perl 5.6 but Perl 5.16 (Active state) could not load LibXSLT.dll.
Is it possible to upgrade from 5.6 to 5.16 with the same dll files?
I wanted to use the same perl for 64 bit machine as wel. Is it possible to use single perl for both 32 & 64 bit machine?
ERROR Cant Load 'C:/PROGRA~2/Data/lib/perl5/site/lib/auto/XML/LibXSLT/LibXSLT.xs.dll' for module XML::LibXSLT: load_file:The specified module could not be found at C:/PROGRA~2/Data/lib/perl5/lib/DynaLoader.pm line 191. at C:/PROGRA~2/Data/lib/perl5/site/lib/XML/LibXSLT.pm line 44. BEGIN failed--compilation aborted at C:/PROGRA~2/Data/lib/perl5/site/lib/XML/LibXSLT.pm line 44.
CODE: LibXSLT.pm38 bootstrap XML::LibXSLT $VERSION; 39 40 # the following magic lets XML::LibXSLT internals know 41 # where to register XML::LibXML proxy nodes 42 INIT_THREAD_SUPPORT() if XML::LibXML::threads_shared_enabled(); 43 $USE_LIBXML_DATA_TYPES = 0; 44 }
Please suggest how to solve this error
Thanks in Advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unable to load LibXSLT.dll on Perl 5.16
by marto (Cardinal) on May 24, 2013 at 08:21 UTC | |
by jes (Novice) on May 24, 2013 at 09:12 UTC | |
by marto (Cardinal) on May 24, 2013 at 09:58 UTC | |
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 | |
|
Re: Unable to load LibXSLT.dll on Perl 5.16
by Anonymous Monk on May 24, 2013 at 06:36 UTC | |
by jes (Novice) on May 24, 2013 at 06:41 UTC | |
by jes (Novice) on May 24, 2013 at 06:56 UTC |