|
|
[Perlfect-search] NT Command line problem for indexer.pl
Daniel Naber dnaber@mini.gt.owl.de
Mon, 11 Sep 2000 13:11:19 +0200
On Mon, 11 Sep 2000, you wrote:
> Can't locate conf.pl in @INC (@INC contains: D:/Perl/lib
> D:/Perl/site/lib .) at E:\Lotus\Domino\Data
> \domino\cgi-bin\perlfect\search\indexer.pl line 45.
You are using 3.09, aren't you? I don't knwo why this happens, but his
should fix it: Add
push(@INC, "D:/bla/foo");
above line 45. Instead of D:/bla/foo, use the directory where Perlfect
Search is installed (conf.pl is in that directory, right?)
Regards
Daniel
|
|