Update: Anyone else encountering this problem, if you get GD v2.41 from Bribes repository, the problem "goes away". Which is nice!

I just upgraded my GD install to v2.41 using PPM. The install went through cleanly, but when I try to run a program that uses GD, new or previously working existing code, I get the error: "The procedure entrypoint Perl_newXS_flags could not be located in the dynamic link library perl58.dll"

And this is displayed on the command line:

Can't load 'c:/Perl/site/lib/auto/GD/GD.dll' for module GD: load_file: The specified procedure could not be found at c:/Perl/lib/DynaLoader.p +m line 230.

I understand the error message, and can confirm that perl58.dll doesn't contain that entrypoint. What I'd like to know is: why is GD.dll trying to access an entrypoint that doesn't exist?

That is, what does it say about the PPD I installed? Am I getting a PPD that was built for 5.10? Was it built with a different compiler?

I'm fairly sure that none of the repositories I have set up are meant to be delivering 5.10 builds:

ppm> rep Repositories: [1] ActiveState Package Repository [2] winnipeg [3] bribes [4] trouchell ppm> rep describe 1 Describing Active Repository 1: Name: ActiveState Package Repository Location: http://ppm.ActiveState.com/PPM/ppmserver-5.8-windows.plex?ur +n:/PPM/Server/SQL Type: PPMServer 3.0 ppm> rep describe 2 Describing Active Repository 2: Name: winnipeg Location: http://theoryx5.uwinnipeg.ca/ppms/ Type: Webpage ppm> rep describe 3 Describing Active Repository 3: Name: bribes Location: http://www.bribes.org/perl/ppm/ Type: Webpage ppm> rep describe 4 Describing Active Repository 4: Name: trouchell Location: http://trouchelle.com/ppm/ Type: Webpage

Finally, is there a way to get an earlier PPD (say version 2.39 which previously ran okay)? I worked out how to remove v2.41, but that doesn't put the previous version back.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."

In reply to Newly installed package has problem with perl58.dll by BrowserUk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.