My guess, you are trying to add modules to Sun perl distribution. Do not
add modules to Sun's perl distribution.

1. Build your own perl from source and install it in /opt/perl or your favorite
location.
2. Sun supplied scripts which depend on SUNWpl5u reference /usr/perl5/bin/perl.
Break the link in /usr/bin/perl.
# rm /usr/bin/perl
# ln -s /opt/perl/bin/perl /usr/bin/perl

John
[EMAIL PROTECTED]

Reply via email to