[Koha] Koha on Debian

Tonnesen Steve tonnesen at cmsd.bc.ca
Fri Jan 17 07:25:53 NZDT 2003


On Thu, 16 Jan 2003, Serge Renaux wrote:

> So i ran in another window "perl -MCPAN -e 'install Net::Z3950' " command
> and i got the error message 

> Event: '?? Connection.pm:146' died and then $Event::DIED died with: 
> Can't call method "attributes" without a package or object reference at 
> /usr/local/lib/perl/5.6.1/Event.pm line 88.
>  
>  at blib/lib/Net/Z3950/Manager.pm line 223 "
> 
> Do you know how can i install Koha on Debian or/and how to resolv this 
> problem ?


perl -MCPAN -e 'install Event'
perl -MCPAN -e 'install Net::Z3950'

should do the trick.  The Net::Z3950 module has an undeclared dependency
on the Event module, so CPAN does not resolve it for you.

Steve.




More information about the Koha mailing list