Well, I did that

Putting the use GD::Graph::area in the beginning
and now the error is

perl: relocation error:
/usr/lib/perl5/site_perl/5.8.0/i486-linux/auto/GD/GD.so: undefined symbol:
gdFontGetLarge





-----Original Message-----
From: Alexandru Maximciuc [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 15, 2006 11:28 AM
To: john
Subject: Re[2]: Problem with GD::Graph

Hello john,

Friday, September 15, 2006, 11:09:10 AM, you wrote:

> I replace the crusial line with the one below

> my $graph = GD::Graph::area->new(400, 300);

> and I received the error

> Can't locate object method "new" via package "GD::Graph::area" (perhaps
you
> forgot to load "GD::Graph::area"?) at test2.pl line 11

> I think that all these type of plotting are included in the GD::Graph
> module.




did you put at the beginning of your script
  use GD::Graph::area;
???

-- 
Best regards,
 Alexandru                            mailto:[EMAIL PROTECTED]


--
This message was scanned for viruses by BitDefender for Linux Mail Servers.
For more information please visit http://www.bitdefender.com/



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to