25 Oct
2010
25 Oct
'10
10:11 p.m.
2010/10/24 Kevin Jones <kevinjns5@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@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