Allen Wang wrote:
When I was trying to install GDGraph-1.43 It failed due to the following message " Warning: prerequisite GD failed to load: Can't load '/opt/perl5/lib/site_perl/5.6.0/PA-RISC2.0/auto/GD/GD.sl' for module GD: No suc. at (eval 4) line 3 Compilation failed in require at (eval 4) line 3. Warning: prerequisite GD::Text 0.80 not found at /opt/perl5/lib/5.6.0/ExtUtils/MakeMaker.pm line 340. Writing Makefile for GD::Graph "
But I could not find GD::Text 0.80 through CPAN
In general the value specified is a minimum version, so you should try whatever the most recent is, unless it is documented that the module can't accept newer versions. So I would go with GD::Text 0.86 it appears to be the most recent.
The first error is a bigger concern though, and appears to be related to the GD module rather than GD::Text. Did GD successfully install? What is the full error message as provided, the one you pasted appears to be snipped ('No suc.')?
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>