> I'm trying to use the CPAN module to install new modules on my Solaris 9
>   server.  I've logged in as root, and I've tried the following:
> 
> $ perl -MCPAN -e 'shell'
> 
> cpan> install HTML::Parse
> 
> ...and this is what the output looks like:
> 
> 

[snip]

> 
> 
> Any ideas?  I have gcc installed and the CPAN configuration is pointing
> to the gcc installation, so I'm not sure what the problem might be.
> 

The output you showed us is just CPAN complaining that it has already
failed to install the modules during the same session, which doesn't
really help us at all.  Try exiting CPAN, then go back in and try to
install the prerequisites individually, if one of them fails provide the
output after the initial failure.

http://danconia.org


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to