Link to home
Start Free TrialLog in
Avatar of bt707
bt707Flag for United States of America

asked on

Upgrade perl on Solaris box

Just built a new Solaris 10 box, then I installed the CPAN bundle such as:
perl -MCPAN -e 'install Bundle::CPAN'

That all looks to have installed fine.
Now I have a lot of modules to install from CPAN but getting an error that I need to upgrade my version of Perl.

perl -MCPAN -e 'install Bundle::LWP'
...
....
Perl v5.8.8 required--this is only v5.8.4, stopped at Makefile.PL line 3.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install
Bundle summary: The following items in bundle Bundle::LWP had installation
problems:
  MIME::Base64 Digest::MD5 HTML::Parser HTML::HeadParser LWP

Now that I have CPAN installed I'm sure there is an easy way to upgrade Perl, but not sure how on the Solaris box, have only done that one a windows box.

What do I need to do to upgrade the Perl version?

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of jeromee
jeromee
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bt707

ASKER

Thanks, I should of looked there but didn't.