Dear all, I have downloaded, but not installed Koha 3.02 on Ubuntu 10.10 I have followed the instructions that are outlined at the following: http://www.kohadocs.org/Installing_Koha_on_Debian_sarge.html So far things have worked out. At point 3.1.6 (Installing the remaining perl modules) the instructions are as follows... 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. I have no idea where to go from here. If any knows what to do next, or even if there is an easier way to download and install I should be grateful for any instructions. I do know that synaptic has the following package, Ruby binding to the Z39.50 Object-Orientation Model (for Ruby 1.8) FYI, I am a librarian and am downloading this for my own purposes, it is not meant to go into any serious production, but I would like it to be as close as possible to the real thing. One day I hope to "sell" this to the powers that be in my workplace. thanks for any help kevin Jones
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
participants (2)
-
Chris Nighswonger -
Kevin Jones