Hi, I am proceeding through a fresh install from scratch of Koha/2.2.8 At the stage of installing Bet-Z3950, I get the following error: CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-0.51.tar.gz ERROR: Unable to call script 'yaz-config': is YAZ installed? at Makefile.PL line 12. I have install yaz on the system: /usr/share/doc/yaz-doc /usr/share/doc/yaz-doc/yaz.pdf.gz /usr/share/doc/yaz-doc/yaz.html /usr/share/doc/libyaz /usr/lib/libyaz.so.2.0.1 /usr/lib/libyaz.so.2 Any idea what went wrong? This is on debian/etch inside a vserver. cheers rickw -- _________________________________ Rick Welykochy || Praxis Services Security wins over ease of use every time. -- rick welykochy
Hi Rick, Welcome to the Koha community: ----- "Rick Welykochy" <rick@praxis.com.au> wrote:
I am proceeding through a fresh install from scratch of Koha/2.2.8
At the stage of installing Bet-Z3950, I get the following error:
CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-0.51.tar.gz ERROR: Unable to call script 'yaz-config': is YAZ installed? at Makefile.PL line 12.
I have install yaz on the system:
/usr/share/doc/yaz-doc /usr/share/doc/yaz-doc/yaz.pdf.gz /usr/share/doc/yaz-doc/yaz.html /usr/share/doc/libyaz /usr/lib/libyaz.so.2.0.1 /usr/lib/libyaz.so.2
Any idea what went wrong?
This is on debian/etch inside a vserver. Make sure you have the latest verion of Yaz installed, not the one on the Etch servers. You can obtain it from indexdata.dk/yaz
Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
Joshua M. Ferraro wrote:
Welcome to the Koha community:
Thanks :)
Make sure you have the latest verion of Yaz installed, not the one on the Etch servers. You can obtain it from indexdata.dk/yaz
Ah .. I should have read the error message more carefully. I had to install libyaz-dev along with libyaz. New problem. Our vserver instance (a guest host) is severly firewalled and cannot communicate with the network other than on ports 80 and 21. This allows CPAN to download and install modules. But that's all. The installation of the (now required?) ZOOM module for Koha/2.2.8 fails many tests since the following connection fails: # Failed test 'connection to 'test.indexdata.com:2118' refused (10007)' I don't suppose the tests could be given a proxy to use? Anyway, that is not my problem. I am attempting to simply FORCE the install as follows: Failed 16/22 test scripts, 27.27% okay. 399/712 subtests failed, 43.96% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force I invoked the install as follows: perl -MCPAN -e 'force install ZOOM' Now I am stumped. Why isn't CPAN ignoring the test errors and finishing off the install? Also, with 2.2.8 we do not want the Barcode functionality. How can we avoid the following brick wall at the start of the install? perl -MCPAN -e 'install "ZOOM"' perl -MCPAN -e 'install "You will need PDF::API2 for barcode generator"' perl -MCPAN -e 'install "You will need GD::Barcode for the new barcode generator"' perl -MCPAN -e 'install "You will need Data::Random for the new barcode generator"' perl -MCPAN -e 'install "You will need PDF::Reuse::Barcode for the new barcode generator"' perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify patrons through a LDAP"' I don't think we even need ZOOM! Any help appreciated. cheers rickw -- _________________________________ Rick Welykochy || Praxis Services Border relations between Canada and Mexico have never been better. -- George W Bush
----- "Rick Welykochy" <rick@praxis.com.au> wrote:
The installation of the (now required?) ZOOM module for Koha/2.2.8 fails many tests since the following connection fails:
# Failed test 'connection to 'test.indexdata.com:2118' refused (10007)'
I don't suppose the tests could be given a proxy to use?
Anyway, that is not my problem. I am attempting to simply FORCE the install as follows:
Failed 16/22 test scripts, 27.27% okay. 399/712 subtests failed, 43.96% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
I invoked the install as follows:
perl -MCPAN -e 'force install ZOOM'
Now I am stumped. Why isn't CPAN ignoring the test errors and finishing off the install? That's a good question. One approach is to just install the module directly. You can download the tar.gz file, unpack it (tar -xzvf filename.tgz), then run perl Makefile.pl, and finally make, make install.
Also, with 2.2.8 we do not want the Barcode functionality. How can we avoid the following brick wall at the start of the install?
perl -MCPAN -e 'install "ZOOM"'
perl -MCPAN -e 'install "You will need PDF::API2 for barcode generator"'
perl -MCPAN -e 'install "You will need GD::Barcode for the new barcode generator"'
perl -MCPAN -e 'install "You will need Data::Random for the new barcode generator"'
perl -MCPAN -e 'install "You will need PDF::Reuse::Barcode for the new barcode generator"'
perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify patrons through a LDAP"'
I don't think we even need ZOOM! ZOOM is required for Z39.50 support, so any process in Koha that uses that will fail without that module installed. I think the rest of them are just warnings, they probably won't prevent you from installing.
Hope that helps, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
Joshua M. Ferraro wrote:
Now I am stumped. Why isn't CPAN ignoring the test errors and finishing off the install?
That's a good question. One approach is to just install the module directly. You can download the tar.gz file, unpack it (tar -xzvf filename.tgz), then run perl Makefile.pl, and finally make, make install.
Thanks for the advice. I was so involved in trying to force CPAN to install ZOOM that I could not see the forest for the trees. ZOOM is installed now and the install is proceeding fine. thanks rickw -- _________________________________ Rick Welykochy || Praxis Services Border relations between Canada and Mexico have never been better. -- George W Bush
Are they going to fix this test? as it is still not working just tried it. So am downloading and installing manually... David Schuster Joshua Ferraro-3 wrote:
----- "Rick Welykochy" <rick@praxis.com.au> wrote:
The installation of the (now required?) ZOOM module for Koha/2.2.8 fails many tests since the following connection fails:
# Failed test 'connection to 'test.indexdata.com:2118' refused (10007)'
I don't suppose the tests could be given a proxy to use?
Anyway, that is not my problem. I am attempting to simply FORCE the install as follows:
Failed 16/22 test scripts, 27.27% okay. 399/712 subtests failed, 43.96% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
I invoked the install as follows:
perl -MCPAN -e 'force install ZOOM'
Now I am stumped. Why isn't CPAN ignoring the test errors and finishing off the install? That's a good question. One approach is to just install the module directly. You can download the tar.gz file, unpack it (tar -xzvf filename.tgz), then run perl Makefile.pl, and finally make, make install.
Also, with 2.2.8 we do not want the Barcode functionality. How can we avoid the following brick wall at the start of the install?
perl -MCPAN -e 'install "ZOOM"'
perl -MCPAN -e 'install "You will need PDF::API2 for barcode generator"'
perl -MCPAN -e 'install "You will need GD::Barcode for the new barcode generator"'
perl -MCPAN -e 'install "You will need Data::Random for the new barcode generator"'
perl -MCPAN -e 'install "You will need PDF::Reuse::Barcode for the new barcode generator"'
perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify patrons through a LDAP"'
I don't think we even need ZOOM! ZOOM is required for Z39.50 support, so any process in Koha that uses that will fail without that module installed. I think the rest of them are just warnings, they probably won't prevent you from installing.
Hope that helps,
-- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- View this message in context: http://www.nabble.com/Net-Z3950-install-fails-tp9898466p19186451.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
Hello, We are trying to get KOHA at our school but don't have the $$ in our budget to get it set up or the know to do it our selves. I was wondering if there is a KOHA virtual appliance that would run with vmware. If there is not there is a site that will allow you to create an appliance called rbuilder: http://www.rpath.com/rbuilder/ It would be awesome if there was a KOHA appliance like this which would be easy to install and run. I would be willing to help any way I can, though I do not have the expertise to implement this project. Thanks, Piet Slaghekke -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Rick Welykochy Sent: Monday, April 09, 2007 12:43 AM To: koha@lists.katipo.co.nz Subject: [Koha] Net-Z3950 install fails Hi, I am proceeding through a fresh install from scratch of Koha/2.2.8 At the stage of installing Bet-Z3950, I get the following error: CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-0.51.tar.gz ERROR: Unable to call script 'yaz-config': is YAZ installed? at Makefile.PL line 12. I have install yaz on the system: /usr/share/doc/yaz-doc /usr/share/doc/yaz-doc/yaz.pdf.gz /usr/share/doc/yaz-doc/yaz.html /usr/share/doc/libyaz /usr/lib/libyaz.so.2.0.1 /usr/lib/libyaz.so.2 Any idea what went wrong? This is on debian/etch inside a vserver. cheers rickw -- _________________________________ Rick Welykochy || Praxis Services Security wins over ease of use every time. -- rick welykochy _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (4)
-
David Schuster -
Joshua M. Ferraro -
Piet Slaghekke -
Rick Welykochy