Hi,
 
 The GD module may not be installed properly.
 
 if you are using active perl then did you install the module via ppm:
 C:\> ppm
 ppm> install GD
 
 
 if you didn't use activestate, then using cygwin.
 perl -MCPAN -e 'install GD"
 
 
 if you are get installed the module in some other path then if you want to use 
that
 path then you can very well use the following
 use lib "my/path/to/modules";
 use GD;

 
 Hope this help.
 
 Regards,
 [EMAIL PROTECTED]


Geetha <[EMAIL PROTECTED]> wrote: Dear all,

 

I installed GD::Graph module. I followed following method.

 

cpan> install GD::Graph

 

Then I got the following messages:


CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on ..
GD::Graph is up to date.

But when I tried using this module, it returned some error messages:

Can't locate GD.pm in @INC <@INC contains: c: /perl/site/lib .>  
BEGIN failed--compilation aborted at  ..( file name and path)
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

Is there something wrong in this module? How can I solve this problem?


Best wishes,

 

Geetha



       
---------------------------------
Moody friends. Drama queens. Your life? Nope! - their life, your story.
 Play Sims Stories at Yahoo! Games. 
  • Polyline Geetha
    • Re: Polyline Prabu Ayyappan

Reply via email to