Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello
I am trying to install a module in C:\lib directory and specified the following option:-
perl makefile.pl PREFIX=C:\lib LIB=C:\lib (as explained in the tutorial pages) but I get the following error:-
C:\downloads\Tie-Autotie-0.01>perl makefile.pl PREFIX=C:\lib LIB=C:\li +b Warning: prerequisite Tie::IxHash failed to load: Can't locate Tie/IxH +ash.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at (eval 4) line +3. Writing Makefile for Tie::Autotie
I am not sure as to why @INC is not picking up the C:\lib path as I have already installed Tie\IxHash.pm in C:\lib directory.
Please advice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Prerequisite warning while installing a module in windows
by Tanktalus (Canon) on Jun 25, 2006 at 22:19 UTC | |
|
Re: Prerequisite warning while installing a module in windows
by Anonymous Monk on Jun 25, 2006 at 21:22 UTC | |
|
Re: Prerequisite warning while installing a module in windows
by shmem (Chancellor) on Jun 26, 2006 at 06:53 UTC |