IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2007, 4:54:33 PM (19 years ago)
Author:
eugene
Message:

fixed weird error with module checks: prior modules invalidate later tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/ckperlmods

    r11940 r11953  
    4343
    4444print "prefix: $prefix\n";
     45print "perl5lib: $perl5lib\n";
     46print "PERL5LIB: $ENV{'PERL5LIB'}\n";
    4547
    4648foreach $line (@list) {
     
    5153    ($N, $module, $tarball, $prompts) = split (" ", $line);
    5254   
    53     if (eval "use $module; 1") {
     55    system ("ckmodule.pl $module");
     56    if ($? == 0) {
    5457        # print "$module: found\n";
    5558        next;
Note: See TracChangeset for help on using the changeset viewer.