litarena has asked for the wisdom of the Perl Monks concerning the following question:


It turns out that the problem is the problem is the OPTIMIZE
parameters which are things like -x03 -xildof -xsize
I can't remember the precise names of the parameters but they're
something like that.

So, the solution is to remove these parameters before calling make

  • Comment on I can't install CPAN modules on Solaris

Replies are listed 'Best First'.
Re: I can't install CPAN modules on Solaris
by JavaFan (Canon) on Jul 20, 2011 at 16:03 UTC
    I haven't had the pleasure to work with Solaris for a while, so I cannot give a pinpointed answer.

    But it may help if you use the same compiler as perl itself was compiled with. If you haven't compiled perl yourself, you may want to try what happens if you do.