I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-10-08 12:27:25-07 by tonyc in response to 11565
Re: format 'gif' not supported

You will need to re-install Imager, if you haven't done so already

If you still don't get the giflib detacted during Makefile.PL you can tell Makefile.PL where to look with the --incpath and --libpath options:

perl Makefile.PL --incpath=/some/place/include --libpath=/some/place/lib

but if you installed with a prefix of /usr or /usr/local (which is typical) then it should pick it up automatically.

Direct Responses: Write a response