|
|
[Perlfect-search] Perlfect install on Windows 2000 Server compile error
Doug Johnson perlfect-search@perlfect.com
Fri, 13 Sep 2002 09:20:35 -0500
Good morning,
I'm new to the list and attempting to get Perlfect search installed on a
Windows 2000 server. I'm having some compilation errors which I don't
understand. Is it possible someone can spot the problem? I installed a
fresh copy of activestate perl and installed the needed packages for HTTP
indexing.
Doug
Software error:
syntax error at D:\Inetpub\wwwroot\wsihr\cgi-bin\perlfect\search/conf.pl
line 18, near "$CGIBIN = 'http"
Compilation failed in require at
D:\Inetpub\wwwroot\wsihr\cgi-bin\perlfect\search\indexer.pl line 56.
For help, please send mail to this site's webmaster, giving this error
message and the time and date of the error.
$CGIBIN = 'http://wsi.wsionline.com/wsihr/cgi-bin/perlfect/search/';
$DOCUMENT_ROOT = 'd:\inetpub\wwwroot\wsihr\';
$BASE_URL = "http://wsi.wsionline.com/wsihr/default.asp";
@EXT = ("htm","html","shtml","asp","txt");
$INDEXER_CGI_PASSWORD = "whatever";
$HTTP_START_URL = 'http://localhost/wsihr/';
|
|