[Koha] Setting up for installation Koha 3.02

Chris Nighswonger cnighswonger at foundations.edu
Tue Oct 26 09:11:23 NZDT 2010


2010/10/24 Kevin Jones <kevinjns5 at gmail.com>:
> At this point we can install the other Perl modules:
>
>      koha:/# perl -MCPAN -e 'install “Net::Z3950::ZOOM”'
>      koha:/# perl -MCPAN -e 'install “Digest::MD5”'
>      koha:/# perl -MCPAN -e 'install XML::SAX'
>      koha:/# perl -MCPAN -e 'install Class::Accessor'
>      koha:/# perl -MCPAN -e 'install Business::ISBN'
>
> When I copy these to the terminal, the following is returned,
>>
>> root at laptop:/# perl -MCPAN -e 'install “Net::Z3950::ZOOM”'
>>
>> Unrecognized character \xE2 in column 9 at -e line 1.

Try it without the double quotes around the module name.

Alternately, you can try 'sudo cpan <module-name-goes-here>'

Kind Regards,
Chris


More information about the Koha mailing list