in reply to Strawberry Perl error perl516.dll not found

What is the "scripts and development" environment you're using? It's likely there is an XS module compiled under Perl 5.16 which is causing the error.

You'll need to re-install (re-compile) your additional modules (site) under the new 5.22 version of Perl.

  • Comment on Re: Strawberry Perl error perl516.dll not found

Replies are listed 'Best First'.
Re^2: Strawberry Perl error perl516.dll not found
by mike65535 (Novice) on Oct 14, 2015 at 17:29 UTC
    Thanks. Yeah, more digging reveals references to 5.16 in my apps. I'm now using Strawberry Perl 5.16 and that error disappeared.

    I was under the mistaken assumption hat it was perl itself with the issue, but it's the "user" code.

    Also: It's a TI evaluation board - and their perl scripts - that I'm trying to use.

    Thanks again.