[ic] BUG FIX: cannot open minivend.cfg.dist.bak: No such file or directory

Lang Zerner lang@studio32.com
Wed, 4 Oct 2000 04:17:27 -0700


When installing Interchange 4.5.6, I kept getting the following error:

    cannot open minivend.cfg.dist.bak: No such file or directory
    *** Error code 2

Victor Nolton <ven@pragakhan.com> reported the same problem.

To install the software, I had to modify line 13 of
interchange-4.5.6/hints.pl so it reads:

    my $fn = 'interchange.cfg.dist';

It had previously set $fn='minivend.cfg.dist', which is what caused the
problem.

Be seeing you...
--Lang