Hi, I am working for a French school to replace our old ILS by a new one like Kaho. I am installing a first Kaho server to prepare a laboratory and to see how Kaho works. I have a problem during the installation. I use Debian (Woody) release and i have installed yaz 1.8.7 has shown below ; dpkg -l ..... ii yaz-devel 1.8.7-1 The YAZ Z39.50 toolkit (development files) ii yaz-doc 1.8.7-1 The YAZ Z39.50 toolkit (documentation) ii yaz-runtime 1.8.7-1 The YAZ Z39.50 toolkit (runtime files) ii yaz-ssl 1.8.7-1 The YAZ Z39.50 toolkit (SSL support) I retrieved koha-1.2.2.tar and untar it. I ran ./installer.pl " .... PERL & MODULES ============== Checking perl modules ... The Net::Z3950 module is missing. This module is necessary if you want to use Koha's Z39.50 client to download bibliographic records from other libraries. To install this module, you will need the yaz client installed from http://www.indexdata.dk/yaz/ and then you can install the perl module with the command: perl -MCPAN -e 'install Net::Z3950' " So i ran in another window "perl -MCPAN -e 'install Net::Z3950' " command and i got the error message "PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl/5.6.1 -I/usr/share/perl/5.6.1 test.pl 1..16 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 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 ? Thanks for advance Regards Serge -- Serge Renaux Groupe ESIEE / CCI Paris EMail:s.renaux@esiee.fr Tel:(33)1.45.92.67.46
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.
Serge Renaux a écrit:
Hi,
I am working for a French school to replace our old ILS by a new one like Kaho. I am installing a first Kaho server to prepare a laboratory and to see how Kaho works.
I have a problem during the installation.
Hi Serge, Do you know we have french mailing lists and a well living french community ? Do you know I provide support for installation, teaching here in France ? Do you know that 2.0 will come soon and will be translated ? (Those 2 last questions are important to me, as i'm the 2.0 release manager and main coder :-) ) Note : the name of our ILS is koha, not kaho :-) -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Mandi! Serge Renaux In chel di` si favelave...
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 ?
You have to carefully follow dependencies of koha perl to install, most of the package are just in debian (libperl-*.deb package) and you have simply to find the correct one. Some package misses, and in spare time (so, never ;( ) i'm tring to build a koha package, or at least a dummy one to handle just the dependencies. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.sv.lnf.it/ Polo FVG - Via della Bontà, 7 - 33078 - San Vito al Tagliamento (PN) gaio(at)sv.lnf.it tel +39-0434-842711 fax +39-0434-842797 Difendiamo PeaceLink! Campagna di solidarietà per la tutela legale di una voce scomoda. http://www.peacelink.it/emergenza/
Hi, Interesting inputs, do you know where can i get libperl-* deb prerequisities ? Regards Serge Marco Gaiarin wrote:
Mandi! Serge Renaux In chel di` si favelave...
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 ?
You have to carefully follow dependencies of koha perl to install, most of the package are just in debian (libperl-*.deb package) and you have simply to find the correct one.
Some package misses, and in spare time (so, never ;( ) i'm tring to build a koha package, or at least a dummy one to handle just the dependencies.
-- Serge Renaux Groupe ESIEE / CCI Paris EMail:s.renaux@esiee.fr Tel:(33)1.45.92.67.46
Mandi! Serge Renaux In chel di` si favelave...
Interesting inputs, do you know where can i get libperl-* deb prerequisities ?
Hem, 99% if you need module Foo::Bar, you have to install the package libfoo-bar-perl. There's also a perl package that automagically build perl modules as package, dh-make-perl. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.sv.lnf.it/ Polo FVG - Via della Bontà, 7 - 33078 - San Vito al Tagliamento (PN) gaio(at)sv.lnf.it tel +39-0434-842711 fax +39-0434-842797 Difendiamo PeaceLink! Campagna di solidarietà per la tutela legale di una voce scomoda. http://www.peacelink.it/emergenza/
Hi, My install problem has been resolved when i have opened my machine on Internet (via my firewall), so setting http and ftp proxy is not enough to get Yaz perl script working fine. So Koha looks fine now. Is anybody try to install kbarcode or equivalent ? regards Serge Marco Gaiarin wrote:
Mandi! Serge Renaux In chel di` si favelave...
Interesting inputs, do you know where can i get libperl-* deb prerequisities ?
Hem, 99% if you need module Foo::Bar, you have to install the package libfoo-bar-perl.
There's also a perl package that automagically build perl modules as package, dh-make-perl.
-- Serge Renaux Groupe ESIEE / CCI Paris EMail:s.renaux@esiee.fr Tel:(33)1.45.92.67.46
Serge Renaux a écrit:
Hi,
My install problem has been resolved when i have opened my machine on Internet (via my firewall), so setting http and ftp proxy is not enough to get Yaz perl script working fine.
So Koha looks fine now.
Is anybody try to install kbarcode or equivalent ?
I use kbarcode too :-) J'utilise ca aussi :-) -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (4)
-
Marco Gaiarin -
paul POULAIN -
Serge Renaux -
Tonnesen Steve