Ask a Question related to PERL Modules, Design and Development.
-
Mike #1
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
-
#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... -
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... -
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... -
[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... -
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... -
Sisyphus #2
Re: Install ing GD Active Perl issues
"Mike" <mike.ohara@gmail.com> wrote in message
news:1153850151.843407.152090@75g2000cwc.googlegro ups.com...Give us more info :-)> 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?
>
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
-
Jack D #3
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...being>
> "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 GDthe> 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.....and you can use bribes.org as it usually is the most up-to-date> problem.
>
> Cheers,
> Rob
ppm install [url]http://www.bribes.org/perl/ppm/GD.ppd[/url]
Jack
Jack D Guest



Reply With Quote

