2012/10/16 John R Pierce <pie...@hogranch.com>: > On 10/15/12 2:15 AM, Darvesh Kumar wrote: >> >> plz give me solution for this problem, log installation is given below- > > > install Oracle Studio (assuming this is Solaris). or read about CPAN on > Solaris Perl and using GCC, here... > http://search.cpan.org/~jesse/perl-5.12.1/README.solaris > <http://search.cpan.org/%7Ejesse/perl-5.12.1/README.solaris>
It is always a good idea to use the same compiler for Perl and Perl-Modules. Want keep /usr/bin/perl leads to Solaris Studio, want gcc leads to build your own Perl. If you're developing a product which must run on Solaris, it's highly recommended to build and deploy own version of Perl and DBI you can rely on. I use pkgsrc (http://www.pkgsrc.org/) for application I create for my customers. I bundle all dependencies in /opt/product_name - which allows me to do easy staging processes. Best regards, Jens