Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Im struggling to use cpan to install modules

by Roger (Parson)
on Aug 09, 2006 at 08:32 UTC ( [id://566360]=note: print w/replies, xml ) Need Help??


in reply to Im struggling to use cpan to install modules

You could try to repeat the CPAN build process manually. Whenever CPAN build fails, I will chdir to ~/.cpan/build/<moudle> directory, then do a manual build under that directory by:

perl Makefile.PL
make | tee make.log
make test

This will always give me warm and fuzzy feeling that I am in control, and it will always give me (or enable me to find out) the precise reason of build failure. You may either need to 'sudo' the make process, or to reset the owner/group of your 'stuffed-by-sudo' CPAN build directories.

Replies are listed 'Best First'.
Re^2: Im struggling to use cpan to install modules
by Anonymous Monk on Aug 09, 2006 at 09:38 UTC
    Hi Rodger, does that mean I can download the dependant modules via cpan, then make them manually
      does that mean I can download the dependant modules via cpan, then make them manually
      Yes, that means just that :)

      Try look Net::Aim from the cpan shell command line and it opens up a subshell in the appropriate directory. Then you can manually do the make.

      -- Hofmator

      That's correct, you can download modules and build them manually.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://566360]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-03-29 15:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found