After doing the makefile and doing 'make', I get the following error message:
/usr/bin/perl -p -e "s/~DRIVER~/Perl/g" < blib/arch/auto/DBI/Driver.xst > Perl.xsi /usr/bin/perl -I/usr/perl5/5.6.1/lib/sun4-solaris-64int -I/usr/perl5/5.6.1/lib /usr/perl5/5.6.1/lib/ExtUtils/xsubpp -typemap /usr/perl5/5.6.1/lib/ExtUtils/typemap -typemap typemap Perl.xs > Perl.xsc && mv Perl.xsc Perl.c cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xO3 -xdepend -DVERSION=\"1.37\" -DXS_VERSION=\"1.37\" -KPIC -I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -DDBI_NO_THREADS Perl.c /usr/ucb/cc: language optional software package not installed make: *** [Perl.o] Error 1
So this is Solaris 9 and you are using the Sun-supplied perl, right?
/usr/ucb/cc is a backwards-compatibility wrapper around the C Workshop/Forte compilers - have you go them installed? Where is your C compiler installed, and is it in your PATH?
-- Alan Burlison --
