in reply to MCPAN install seems impossible
Can you build modules by hand? From the CPAN shell prompt, try the following:
CPAN> look Whatever::Module perl Makefile.PL make make test sudo make install
If you're not getting as far as "make test", you probably need to install some gnu tools. If the manual install works, you need to review your CPAN config with "o conf".
--
Oh Lord, won’t you burn me a Knoppix CD ?
My friends all rate Windows, I must disagree.
Your powers of persuasion will set them all free,
So oh Lord, won’t you burn me a Knoppix CD ?
(Missquoting Janis Joplin)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: MCPAN install seems impossible
by stattler (Initiate) on Dec 20, 2005 at 11:31 UTC | |
by Corion (Patriarch) on Dec 20, 2005 at 14:19 UTC |