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 2008-06-17 06:47:40-07 by myffy
Installation on Strawberry Perl 5.10.0
When I install on strawberry 5.10.0, I get this:
gif: includes not found - libraries not found ungif: includes not found - libraries not found jpeg: includes not found - libraries not found png: includes not found - libraries not found tiff: includes not found - libraries not found freetype2: includes not found - libraries not found freetype2: not available T1-fonts: includes not found - libraries not found TT-fonts: includes not found - libraries not found w32: includes found - libraries found EXIF support enabled Checking if your kit is complete... Looks good etc... Writing C:\strawberry\perl\site\lib\auto\Imager\.packlist Appending installation info to C:\strawberry\perl\lib/perllocal.pod TONYC/Imager-0.65.tar.gz C:\strawberry\c\bin\dmake.EXE install UNINST=1 -- OK
It installs ok, but I can't read files of the above image formats. Is there something else I need to install to get these working?
Direct Responses: 8101 | Write a response
Posted on 2008-06-19 03:01:36-07 by tonyc in response to 8094
Re: Installation on Strawberry Perl 5.10.0

You need to install the libraries detailed in the README file.

Unfortunately I don't have those packaged for strawberry, the packages from gnuwin32 might work for you, but you may need to set some options to Imager's Makefile.PL to help it find them, since those packages typically get installed in unusual locations.

Direct Responses: Write a response