Re: [CentOS] Perl Module Question

2009-08-03 Thread Christoph Maser
Am Montag, den 03.08.2009, 23:09 +0200 schrieb Joseph L. Casale: > >There is tons of perl module RPMs in rpmforge. We also take requests > >there. > > Not the few I need. As I said we take request. State your request on repmforge suggest mailinglist. financial.com AG Munich head office/Haupt

Re: [CentOS] Perl Module Question

2009-08-03 Thread Joseph L. Casale
>There is tons of perl module RPMs in rpmforge. We also take requests >there. Not the few I need. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Perl Module Question

2009-08-03 Thread Christoph Maser
Am Montag, den 03.08.2009, 21:59 +0200 schrieb Joseph L. Casale: > To safely make Perl modules from CPAN in Solaris, I used this procedure: > > mkdir /opt/cpan > chmod 777 /opt/cpan > chown joe:101 /opt/cpan > PERL5LIB=$PERL5LIB:/opt/cpan > export PERL5LIB > /usr/perl5/bin/perlgcc -MCPAN -e shell >

[CentOS] Perl Module Question

2009-08-03 Thread Joseph L. Casale
To safely make Perl modules from CPAN in Solaris, I used this procedure: mkdir /opt/cpan chmod 777 /opt/cpan chown joe:101 /opt/cpan PERL5LIB=$PERL5LIB:/opt/cpan export PERL5LIB /usr/perl5/bin/perlgcc -MCPAN -e shell Also, ~/.cpan/CPAN/MyConfig.pm specifically had 'makepl_arg' => q[LIB=/opt/cpan