Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- From: Francesco Moi <francescomoi@xxxxxxx>
- Date: Thu, 14 Jun 2007 16:31:03 -0000
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?
.
- References:
- How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- From: Francesco Moi
- Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- From: Gunnar Hjalmarsson
- How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- Prev by Date: Re: What happened to Getopt::Std ?
- Next by Date: undefined symbol: gdImageCreateFromGif
- Previous by thread: Re: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- Next by thread: Net::Telnet Juniper display XML troubles
- Index(es):
Relevant Pages
|