http://qs321.pair.com?node_id=771859


in reply to Re^3: Error while using GD::Simple
in thread Error while using GD::Simple

Thanks for pointing this out. The problem is that the Makefile.PL of the GD distribution specifies a PM attribute to WriteMakefile of what pm files to include, and this doesn't have Group.pm. It'd be a problem on any system, I would imagine. I've fixed this for the ppm packages in both the 5.10 and 5.8 uwinnipeg repositories.

Replies are listed 'Best First'.
Re^5: Error while using GD::Simple
by syphilis (Archbishop) on Jun 16, 2009 at 03:56 UTC
Re^5: Error while using GD::Simple
by Khen1950fx (Canon) on Jun 16, 2009 at 04:12 UTC
    I had the same problem on Linux. I fixed it by adding
    'GD/Group.pm' => '$(INST_LIBDIR)/GD/Group.pm',
    on line 237 of the Makefile.PL and ran a manual install. It works now.