Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")



What happens if you run:

perl -e 'use GD; print GD->VERSION'

The error message indicates that your version of the Perl GD interface
is too old (< 2.15) to work with GIF. In that case, upgrade GD.

[root@pc]# perl -e 'use GD; print GD->VERSION'
2.35

I think it's the very last version, isn't it?

.



Relevant Pages

  • python-2.3.3 build failing
    ... XFree86-libraries-4.3.0_6 XFree86-4 libraries and headers ... infobot-0.44.5 Bot written in Perl with a rabid AI ... libident-0.22 A small library to interface the ident protocol server (rfc ... p5-Authen-SASL-2.04 Perl5 module for SASL authentication ...
    (freebsd-questions)
  • Re: X-4.3.0_6 not building from /usr/ports
    ... bsdpan-Event-0.87 Unknown perl module ... cyrus-sasl-saslauthd-2.1.15_3 SASL authentication server for cyrus-sasl2 ... p5-CGI.pm-2.97,1 Simple Common Gateway Interface Class for Perl ... p5-Config-IniFiles-2.27 Perl5 module for reading .ini-style configuration files ...
    (freebsd-questions)
  • Re: Can gcc 4.0 be used to build DBI modules if perl is bulit with gcc 3.3?
    ... We have loaded Tiger onto several machines here. ... My production machine still uses 10.39 and I am afraid to upgrade ... because of the problems we are seeing trying to install the DBI and DBD ... had DBI and DBD installed in perl on the 10.39 MacOSX. ...
    (perl.dbi.users)
  • Re: Implementing Interfaces and Type Safety (OOP Newbie in Perl)
    ... One thing I didn't see mentioned in Beginning PErl is Perl's take ... > interface in Perl or some perlish idiom for achieving the same thing? ... easily have is compile-time checks that ensure that a class implementing ... > From what I've understood objects are actually blessed references in Perl ...
    (comp.lang.perl.misc)
  • Undefined symbol: PL_perl_destruct_level after upgrading....
    ... "test upgrade" and all that):P ... Basically, I recently upgraded apache, mysql & php using http:// ... it seems that _somehow_ Perl 5.8.0 was ... installed on the Woody server I admin. ...
    (Debian-User)