in reply to Re: Can't locate loadable module error for XML::LibXSLT on Strawberry Perl
in thread Can't locate loadable module error for XML::LibXSLT on Strawberry Perl

Thank you very much for that, Rob!

I am glad you caught the gist of my posting. Yes, you are right - typos seem to be the order of the day (as far as my posts fo at least ;-) )

We have done all that you have recommended. We have just replaced the "new"er DynaLoader.pm (1.0802) from an ActivePerl, build 1002 in the strawberry lib directory (re-booted PC for good measure).

However, it did not solve the problem :-((. We are still (and persistently) getting the  Can't locate the loadable object for module XML::LibXSLT!
Anything else that needs to be done by me (short of chanting Abracadabra and spinning three times on one foot like Baba-yaga! :-(( )

Rob, many, many thanks for your considerate help in this matter.
Victory seems tantalisingly close, but my nose seems to be all bunged up (I know, I know, I am mixing my metaphors)!

Thanks and regards,
Suresh.

Replies are listed 'Best First'.
Re^3: Can't locate loadable module error for XML::LibXSLT on Strawberry Perl
by syphilis (Archbishop) on Jun 13, 2008 at 07:35 UTC
    Can't locate the loadable object for module XML::LibXSLT

    This simply means that the object (dll/xs.dll) that DynaLoader.pm needs to load can't be found. Assuming that site/lib/auto/XML/LibXSLT contains a file named libxslt.xs.dll (and doesn't contain a file named libxslt.dll), then it seems that DynaLoader.pm is still trying to load libxslt.dll. This would indicate that LibXSLT.pm has not been correctly modified (as per PGPLOT.pm).

    Cheers,
    Rob