hi Sven, On 2010-02-8, at 7:38 AM, Sven Jankofsky wrote:
Hi Guys, I am testing koha in order to find the perfect LS for a little library in the context of my study. I installed koha 3.0 to an clean Ubuntu 8.10, using this instruction:
http://www.blazingmoon.org/guides/k3-on-u810-3.html Other components: webmin 1.441, Lamp, perl ldap 0.39.
use the ubuntu guide here... http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=blob;f=INSTALL.ubuntu
I finished the installation without any major errors but I'm getting the following failure massages:
The following fatal error has occurred:
Can't locate ZOOM.pm in @INC (@INC contains: /usr/share/koha/lib /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/share/koha/lib/C4/Context.pm line 84.
this command should fetch your missing ZOOM.pm.. $ sudo apt-get install libnet-z3950-zoom-perl cheers, Mason.