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

Re: difficulty using CPAN.pm

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


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
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-20 00:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found