Changeset 2500


Ignore:
Timestamp:
2001-06-06T16:49:55+12:00 (23 years ago)
Author:
sjboddie
Message:

Removed test for phindcgi from phind classifier as it is no longer used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/phind.pm

    r2487 r2500  
    132132
    133133    if (!(-e $file1)) {
    134     print STDERR "The phind \"suffix\" program is not installed.  ";
    135     print STDERR "To install it, change to the directory\n";
    136     print STDERR "   $src\n";
    137     print STDERR "and type \"make install-phind\".\n\n";
    138     exit(1);
    139     }
    140 
    141     # Ensure the Phind CGI script is in place
    142     $file1 = &util::filename_cat($ENV{'GSDLHOME'}, "cgi-bin", "phindcgi");
    143     $file1 .= ".exe" if $ENV{'GSDLOS'} =~ /^windows$/;
    144     $src =  &util::filename_cat($ENV{'GSDLHOME'}, "src", "phind", "host");
    145 
    146     if (!(-e $file1)) {
    147     print STDERR "The phind CGI program is not installed.  ";
    148     print STDERR "To install it, change to the directory\n";
    149     print STDERR "   $src\n";
    150     print STDERR "and type \"make install-phind\".\n\n";
     134    print STDERR "phind.pm: ERROR: The phind \"suffix\" program is not installed.\n\n";
    151135    exit(1);
    152136    }
Note: See TracChangeset for help on using the changeset viewer.