Does perl -V from the command line say that perl was build with cc? Sun ship Solaris with perl built with the Sun Workshop compiler, and Solaris (IIRC) doesn't ship with this but (again IIRC) does come with gcc out of the box. Ideally you want to be compiling modules with the same compiler which was used to build perl.
On top of this my general advice is not to use the system perl, but download the source and 'roll your own'. Reason being that your OS uses this perl for systemy type things. Other apps (for example Oracle and BMC patrol) ship with their own perl as part of the distribution. This will ensure you don't run in to any OS/perl related issues and allow you to compile your own verson of perl compiled with your compiler of choice. You could install to somewhere like /opt/appname/perl.
Perhaps it's time to talk to your sysadmin, I'm sure they'd be in favour of you not messing with the perl their OS uses, though they may simply download a build from sunfreeware or similar.
In reply to Re: CPAN Module Installation
by marto
in thread CPAN Module Installation
by ajeet@perl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |