On any OS that provides a perl you should always compile and maintain your own perl distribution.
That way you do not have to worry about OS patches installing updated Perl modules and breaking your applications and vice-versa.
I just compile perl into /opt/<company>/perl on a build system. Then I install the modules and make a Solaris package from the install directories.
Then this package can be installed into any environment (development, qa, staging and production) and I know that my deployment procedure is testable, repeatable and automatable.
On Solaris I tend to create Solaris packages of my perl applications too, so that my deployments go more smoothly.
In reply to Re^2: Relocation error when using Log::Log4Perl
by clscott
in thread Relocation error when using Log::Log4Perl
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |