Home > Archive > PERL CGI Beginners > January 2005 > Installing Perl Modules Locally, Can't locate modulename.pm in @INC
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Installing Perl Modules Locally, Can't locate modulename.pm in @INC
|
|
|
| I'm a new bie in CGI esp. in graph modules.I installed some GD::Graph modules locally in linux.
But when I run a sample program it give me an error that :
Can't locate modulename.pm in @INC
I tried using export perl5lib=path name
but the path does not appear when I use
perl -V
Could anyone help me figure out what the problem is.What should I do inorder to make this run. I started installing another module locally , but i stopped the installation with the makefile.PL and did'nt run make install and removed the extracted files.But even when I try to install a new module locally and use make file the previous one which is incomplete comes and i'm unable to install any new module .
Any Suggestions ????????? Thanks in advance. |
|
|
|
|