hi i am trying to install DBI but i get the following error
perl Makefile.PL runs fine but make gives error the sample ouput of command "make" is : cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm /usr/bin/perl -p -e "s/~DRIVER~/Perl/g" < blib/arch/auto/DBI/Driver.xst > Perl.xsi /usr/bin/perl -I/opt/portal/6.5/lib/perl5/sun4-solaris/5.00503 -I/opt/portal/6.5/lib/perl5 /opt/portal/6.5/lib/perl5/ExtUtils/xsubpp -typemap /opt/portal/6.5/lib/perl5/ExtUtils/typemap Perl.xs >xstmp.c && mv xstmp.c Perl.c cc -c -O -DVERSION=\"1.25\" -DXS_VERSION=\"1.25\" -KPIC -I/opt/portal/6.5/lib/perl5/sun4-solaris/5.00503/CORE -DDBI_NO_THREADS Perl.c /usr/ucb/cc: language optional software package not installed *** Error code 1 make: Fatal error: Command failed for target `Perl.o' the ouput of make test is: DBI-1.25 (pin)> make test cc -c -O -DVERSION=\"1.25\" -DXS_VERSION=\"1.25\" -KPIC -I/opt/portal/6.5/lib/perl5/sun4-solaris/5.00503/CORE -DDBI_NO_THREADS Perl.c /usr/ucb/cc: language optional software package not installed *** Error code 1 make: Fatal error: Command failed for target `Perl.o' Please help Thanks Madhur
