[ic] Perl Question

Brandon Mercer interchange-users@icdevgroup.org
Tue Nov 26 11:39:00 2002


On Tue, 2002-11-26 at 11:01, gary@geton.com wrote:
> Hello,
> 
> I am having trouble with Interchange seeing the perl modules that I
> installed via rpms.  It appears that some of the modules installed at:
> /usr/lib/perl5/site_perl/5.6.1/ ....
> where everything else is at:  /usr/lib/perl5/site_perl/5.6.0/ ....
Gary,
You can do a 'perl -MCPAN -e shell' to log into MCPAN and then just
install the bundles manually.  It's very simple.  I think you need to do
this as root.  Once you log in just do 'install SQL::Statement' or
'install NEW::Package' for whatever you need to install.  Another slick
feature is that you can do 'perl -MCPAN -e 'install
Bundle::Interchange''.  That will install all the INterchange stuff, but
if you have errors just do it manually.  

Oh yeah, once you're logged in under the 'perl -MCPAN -e shell'
command... you can do that 'install Bundle::Interchange' command there
too.  Hope this helps.  :-)
Brandon