>> /usr/ucb/cc: language optional software package not installed I think that might be your problem.
from http://perldoc.com/perl5.8.0/README.solaris.html =head3 Avoid /usr/ucb/cc. You don't need to have /usr/ucb/ in your PATH to build perl. If you want /usr/ucb/ in your PATH anyway, make sure that /usr/ucb/ is NOT in your PATH before the directory containing the right C compiler. =head3 Sun's C Compiler If you use Sun's C compiler, make sure the correct directory (usually /opt/SUNWspro/bin/) is in your PATH (before /usr/ucb/). Jon
