in reply to Re: install fails for Inline::C
in thread install fails for Inline::C
Khen1950fx: thanks, that seemed to work. What was the problem with the way I was trying to install it? What is your approach doing differently? Also normally when I try to install module I use:
perl -MCPAN -Mlocal::lib -e 'CPAN::install(<module_name)'yet when running your script I apparently didn't need to specify -Mlocal::lib for perl/CPAN to know to install all those modules to my local lib rather than the default location. How did it know about my local lib?
|
|---|