in reply to Re^3: Unable to load LibXSLT.dll on Perl 5.16
in thread Unable to load LibXSLT.dll on Perl 5.16

OK:) So i tried copying LibXSLT of 64 bit Strawberry Pearl. But this did not work. My Organisation does not support for Strawberry Perl moreover i have completed most of my work in Active perl itself. Kindly suggest if there is any other possible way

Thanks jes
  • Comment on Re^4: Unable to load LibXSLT.dll on Perl 5.16

Replies are listed 'Best First'.
Re^5: Unable to load LibXSLT.dll on Perl 5.16
by marto (Cardinal) on May 24, 2013 at 10:35 UTC

    I suggest you stop copying things around in an attempt to build a reliable working environment. Learn how to install modules correctly within your chosen environment and tools. Links to existing documentation have already been provided.

Re^5: Unable to load LibXSLT.dll on Perl 5.16
by Corion (Patriarch) on May 24, 2013 at 10:30 UTC

    Learn how to install things properly.

    Perl modules that require C extensions cannot be easily copied if you don't know what you are doing.

    LibXSLT.dll requires other DLLs from the libxml package. If you don't know which ones, I recommend you keep the Perl 5.6.1 you already have working and copy that one instead of trying to move to a newer Perl version without the capability of installing all required modules.