Beefy Boxes and Bandwidth Generously Provided by pair Networks kudra
Don't ask to ask, just ask
 
PerlMonks  

Re: difficulty using CPAN.pm

by davorg (Chancellor)
on Jul 25, 2000 at 08:39 UTC ( [id://24258]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to difficulty using CPAN.pm

I'd advise making sure that you can build and install modules manually before using CPAN.pm. Try going thru the following steps:

  • Download the gzip file for a module that you want from CPAN. Initially go for a pure-Perl module like the latest version of CGI.pm.
  • Unzip and untar the file.
  • Run thru the standard installation steps investigating any errors that you see:
    • perl Makefile.PL
    • make
    • make test
    • make install
  • Having successfully installed a pure Perl module, try it again with a XS-based module like HTML::Parser.
  • Once you've successfully built both types of module, try them again using CPAN.pm.
--
<http://www.dave.org.uk>

European Perl Conference - Sept 22/24 2000, ICA, London
<http://www.yapc.org/Europe/>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://24258]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.