On Tue, 2008-09-23 at 06:28 -0700, [EMAIL PROTECTED] wrote: > Hi all, > > I'm having an issue installing DBI on Solaris. I've read on many > people having this issue and the solutions seem to revolve around > installing a new compiler, etc. However, I've already installed other > perl modules successfully on this box, so it seems to be related to > this module only. Following are the results of the log of my total > install and the perl -V. Thanks for any help or clarification that you > can provide:
(snip) > # make > cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO -xO3 - > xspace -xildoff -DVERSION=\"1.607\" -DXS_VERSION=\"1.607\" -KPIC "- > I/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE" -DDBI_NO_THREADS > Perl.c > sh: cc: not found > *** Error code 1 > make: Fatal error: Command failed for target `Perl.o' It seems you either do not have a C compiler on your machine, which is required in order to install DBI. The fact that you already have successfully installed Perl modules on this machine is only relevant in case these modules also used C code, because otherwise you would only need Perl itself. Do you have a C compiler on the machine you are trying to setup DBI on? -- Ulisses Reina Montenegro de Albuquerque AB34 A154 28C1 84A8 676E 202F 264B 117F 88BA B1A5 Tempest Security Intelligence [http://www.tempest.com.br/] "In theory, theory and practice are the same. In practice, they are not."
