[Koha] Problems with 1.2.1 on Red Hat 7.2

Tonnesen Steve tonnesen at cmsd.bc.ca
Sat Jul 6 08:00:41 NZST 2002


On Fri, 5 Jul 2002, Joshua Ferraro wrote:

> Hi all,
> 
> I just installed Koha 1.2.1 on a Red Hat 7.2 machine running Apache 1.3.22
> using the installer.pl script.  Everything looked good, but when I tried out
> the search engine I got the following error:


> Can't locate Set/Scalar.pm in @INC (@INC contains:

The installer.pl script should have warned you that you needed to have the
Scalar perl module installed.  Did you miss it, forget it, or did it never
show up?

In any case, try running:

perl -MCPAN -e 'install Set::Scalar'

and perl will install the module from the CPAN network.

Steve.





More information about the Koha mailing list