Install ing GD Active Perl issues

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Install ing GD Active Perl issues

    I've installed the GD library (2.3.1) on Active Perl 5.8.8 and have
    recived this error:

    GD object version 2.31 does not match $GD::VERSION 2.34 at
    C:/Perl/lib/DynaLoader.pm line 253

    I used ppm3 to install from the UofW repository.

    what can i do?

    Mike Guest

  2. Similar Questions and Discussions

    1. #40227 [NEW]: COM object issues with ADODB accessing Active Directory
      From: steven dot partridge at l-3com dot com Operating system: Windows 2003 Server SP1 PHP version: 5CVS-2007-01-24 (snap) PHP...
    2. Active Directories Issues?
      I have a web application that was purchased several years ago that has been working fine up until some recent upgrades on the web server. Our...
    3. Off Topic: Active Perl Native Windows / cygwin perl
      I have both activestate windows native perl installed and the default cygwin perl. How can I have the cygwin shell use the windows perl rather...
    4. [OT] Is the perl review still active?
      Hi All, Does anyone know if the perl review is still active? The last issue is Jan of this year. I was thinking of submitting an article and...
    5. Active X and Security Issues
      I have a machine with Home XP and IE 6.0...we have been unable to get into any secure web sites...The message continues to read "The page cannot be...
  3. #2

    Default Re: Install ing GD Active Perl issues


    "Mike" <mike.ohara@gmail.com> wrote in message
    news:1153850151.843407.152090@75g2000cwc.googlegro ups.com...
    > I've installed the GD library (2.3.1) on Active Perl 5.8.8 and have
    > recived this error:
    >
    > GD object version 2.31 does not match $GD::VERSION 2.34 at
    > C:/Perl/lib/DynaLoader.pm line 253
    >
    > I used ppm3 to install from the UofW repository.
    >
    > what can i do?
    >
    Give us more info :-)

    Can you provide the output of the ppm3 install ?

    Something is screwed, and it's difficult to be more precise from the info
    you've provided. It seems that version 2.34 of GD.pm is being found, but
    version 2.31 of the compiled component (dll) is also being found ... and
    that just won't work.

    The ppm repository has version 2.31. Where is that version 2.34 of GD being
    found ?

    What does the following produce:
    perl -MGD -e "print $GD::VERSION"

    If that runs ok without producing the error you reported above, then we
    probably need to see a small script that demonstrates the problem.

    Also what do you get with:
    perl -e "print $ActivePerl::VERSION"

    Maybe a 'ppm3 remove GD' followed by another 'ppm3 install GD' would fix the
    problem.

    Cheers,
    Rob


    Sisyphus Guest

  4. #3

    Default Re: Install ing GD Active Perl issues


    "Sisyphus" <sisyphus1@nomail.afraid.org> wrote in message
    news:44c6a21f$0$25284$afc38c87@news.optusnet.com.a u...
    >
    > "Mike" <mike.ohara@gmail.com> wrote in message
    > news:1153850151.843407.152090@75g2000cwc.googlegro ups.com...
    > > I've installed the GD library (2.3.1) on Active Perl 5.8.8 and have
    > > recived this error:
    > >
    > > GD object version 2.31 does not match $GD::VERSION 2.34 at
    > > C:/Perl/lib/DynaLoader.pm line 253
    > >
    > > I used ppm3 to install from the UofW repository.
    > >
    > > what can i do?
    > >
    >
    > Give us more info :-)
    >
    > Can you provide the output of the ppm3 install ?
    >
    > Something is screwed, and it's difficult to be more precise from the info
    > you've provided. It seems that version 2.34 of GD.pm is being found, but
    > version 2.31 of the compiled component (dll) is also being found ... and
    > that just won't work.
    >
    > The ppm repository has version 2.31. Where is that version 2.34 of GD
    being
    > found ?
    >
    > What does the following produce:
    > perl -MGD -e "print $GD::VERSION"
    >
    > If that runs ok without producing the error you reported above, then we
    > probably need to see a small script that demonstrates the problem.
    >
    > Also what do you get with:
    > perl -e "print $ActivePerl::VERSION"
    >
    > Maybe a 'ppm3 remove GD' followed by another 'ppm3 install GD' would fix
    the
    > problem.
    >
    > Cheers,
    > Rob
    .....and you can use bribes.org as it usually is the most up-to-date

    ppm install [url]http://www.bribes.org/perl/ppm/GD.ppd[/url]

    Jack


    Jack D Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139