![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Solved - Make errors installing modules from CPANby kwgagel (Initiate) |
on Dec 10, 2004 at 22:40 UTC ( #414008=perlquestion: print w/replies, xml ) | Need Help?? |
kwgagel has asked for the wisdom of the Perl Monks concerning the following question:
This is now solved. I'm having some trouble installing some modules using CPAN. I'm not sure how to tack these down to figure out what to do to fix them or for that matter where to go for help. I am wanting to run a perl program called spamstats which will parse my log file for info. The first attempt yielded an error message that indicated I didn't have a needed module. That installed ok. Then I tried the graph utility and it needed something to but I can't install what it wants without errors. I'm stuck, I don't know what is wrong or how to fix it. This is what I'm seeing: Note: I'm installing GD using "install GD"
t/use.........Can't locate GD.pm in @INC (@INC contains: /root/.cpan/build/GDGraph-1.43/blib/lib /root/.cpan/build/GDGraph-1.43/blib/arch /usr/local/lib/perl5/5.8.4/i686-linux-ld /usr/local/lib/perl5/5.8.4 /usr/local/lib/perl5/site_perl/5.8.4/i686-linux-ld /usr/local/lib/perl5/site_perl/5.8.4 /usr/local/lib/perl5/site_perl .) at /root/.cpan/build/GDGraph-1.43/blib/lib/GD/Graph.pm line 38. Can someone give me some direction on what to do to trace this down please.
Back to
Seekers of Perl Wisdom
|
|