|
|
[Perlfect-search] install trouble: (ActivePerl + W2k + IIS5)
Daniel Naber daniel.naber@t-online.de
Wed, 11 Jul 2001 21:28:01 +0200
On Wednesday 11 July 2001 20:32, you wrote:
> I've successfully installed the DB_File with:
> ppm install DB_File
That's strange. Perhaps you did not install this system-wide? If so,
insert lines like these to search.pl and indexer.pl:
push @INC, "$path/DB_File";
push @INC, "$path/DB_File/blib";
push @INC, "$path/DB_File/blib/lib";
push @INC, "$path/DB_File/blib/arch";
$path must be the same as $INSTALL_DIR
Regards
Daniel
--
Daniel Naber, Paul-Gerhardt-Str. 2, 33332 Guetersloh, Germany
Tel. 05241-59371, Mobil 0170-4819674
|
|