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:
Running install for module HTML::Parse Running make for S/SB/SBURKE/HTML-Tree-3.18.tar.gz Is already unwrapped into directory /.cpan/build/HTML-Tree-3.18 Has already been processed within this session Running make test ---- Unsatisfied dependencies detected during [S/SB/SBURKE/HTML-Tree-3.18.tar.gz] ----- HTML::Tagset HTML::Parser Shall I follow them and prepend them to the queue of modules we are processing right now? [yes] Running make install make had returned bad status, install seems impossible Delayed until after prerequisites Running install for module HTML::Tagset Running make for S/SB/SBURKE/HTML-Tagset-3.03.tar.gz Is already unwrapped into directory /.cpan/build/HTML-Tagset-3.03 Has already been processed within this session Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Running install for module HTML::Parser Running make for G/GA/GAAS/HTML-Parser-3.36.tar.gz Is already unwrapped into directory /.cpan/build/HTML-Parser-3.36 Has already been processed within this session Running make test ---- Unsatisfied dependencies detected during [G/GA/GAAS/HTML-Parser-3.36.tar.gz] ----- HTML::Tagset Shall I follow them and prepend them to the queue of modules we are processing right now? [yes] Running make install make had returned bad status, install seems impossible Delayed until after prerequisites Running install for module HTML::Tagset Running make for S/SB/SBURKE/HTML-Tagset-3.03.tar.gz Is already unwrapped into directory /.cpan/build/HTML-Tagset-3.03 Has already been processed within this session Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Running make for G/GA/GAAS/HTML-Parser-3.36.tar.gz Is already unwrapped into directory /.cpan/build/HTML-Parser-3.36 Has already been processed within this session Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Running make for S/SB/SBURKE/HTML-Tree-3.18.tar.gz Is already unwrapped into directory /.cpan/build/HTML-Tree-3.18 Has already been processed within this session Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible
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.
-- Richard S. Crawford Programmer III, UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu) (916)327-7793 / [EMAIL PROTECTED]
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>