Changes between Version 6 and Version 7 of InstallVSO


Ignore:
Timestamp:
06/03/16 12:41:58 (8 years ago)
Author:
joe
Comment:

notes about possible problems.

Legend:

Unmodified
Added
Removed
Modified
  • InstallVSO

    v6 v7  
    4848$ cpanm -l /opt/vso --force Test::More ExtUtils::MakeMaker Carp Exporter Scalar::List::Utils 
    4949}}} 
     50 
     51You might also get a message complaining about after you've entered a bunch of configuration parameters, but it complains: 
     52 
     53{{{ 
     54Can't locate Physics/Solar/VSO/Config.pm in @INC (@INC contains: blib/arch blib/lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Config.PL line 3. 
     55BEGIN failed--compilation aborted at Config.PL line 3. 
     56}}} 
     57 
     58We can force a fix by going into the module it was trying to build, and telling the Config.PL script where the VSO modules are installed: 
     59 
     60{{{ 
     61cd ~/.cpanm/latest-build/Physics-Solar-VSO-(something) 
     62vi Config.PL 
     63# add at the top: use lib '/opt/vso/lib/perl5'; 
     64# then save & exit 
     65cpanm . 
     66}}} 
     67 
     68 
    5069 
    5170