Net::Z3950::ZOOM install error no.such.host fails on OpenSUSE 11
I'm trying to follow the OpenSUSE install guide for Koha at http://wiki.koha.org/doku.php?id=opensuse_11.0 and I'm running into a problem with installing Net::Z3950::ZOOM. I've read the post on this error at http://www.nabble.com/Can%27t-install-Net::Z3950::ZOOM-on-openSUSE-11.0-td18... and I know I have installed yaz with yast -i yaz But ZOOM still won't install. It seems that cpan has version 1.25 of ZOOM, whereas in this guide they are using 1.24. Could this be my problem? or am I missed some dependency? Andy -- View this message in context: http://www.nabble.com/Net%3A%3AZ3950%3A%3AZOOM-install-error-no.such.host-fa... Sent from the Koha - Discuss mailing list archive at Nabble.com.
Hi Andy, On Fri, Oct 31, 2008 andymalo <andy@oaklandcatholic.org> wrote:
I'm trying to follow the OpenSUSE install guide for Koha at http://wiki.koha.org/doku.php?id=opensuse_11.0
Good. I hope that you're liking my tutorial. :)
and I'm running into a problem with installing Net::Z3950::ZOOM. I've read the post on this error at http://www.nabble.com/Can%27t-install-Net::Z3950::ZOOM-on-openSUSE-11.0-td18... and I know I have installed yaz with
yast -i yaz
But ZOOM still won't install. It seems that cpan has version 1.25 of ZOOM, whereas in this guide they are using 1.24. Could this be my problem? or am I missed some dependency?
Thanks for the detailed description. Is your Koha server behind a proxy server and/or firewall? If it is, it may be blocking some connection tests to Z3950 servers that are done during the installation of the Net::Z3950::ZOOM Perl module. In that case, my recommendation is to try to do a "force install" of that module: myhost # cpan cpan[1]> force install Net::Z3950::ZOOM cpan[2]> quit Lockfile removed. Obviously, if you're trying to use the Z3950 server connection functionality of Koha, you'll have to solve later the problem of the proxy / firewall block. I hope this information helps you. Please, report back saying if the force install solves your problem. Cheers, Ricardo Dias Marques lists AT ricmarques DOT net Installation Guide for Installing Koha 3 on openSUSE 11 [Koha Developer Wiki] http://wiki.koha.org/doku.php?id=opensuse_11.0
Ricardo, Thanks for your reply. I appreciate that you've written a guide for installing Koha, I would really like to utilize this program, however I'm having a difficult time installing it. I tried your suggestion to do a force install. Unfortunately it didn't work. I am not behind a proxy, and my firewall is not so restrictive as to prevent outgoing traffic. Here is the output for the attempted force: Running install for module 'Net::Z3950::ZOOM' Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz Has already been unwrapped into directory /root/.cpan/build/Net-Z3950-ZOOM-1.25-vlZBrb Has already been made Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1-Net-Z3950-ZOOM......4/23 # Failed test 'connection to non-existent host 'no.such.host' fails' # at t/1-Net-Z3950-ZOOM.t line 22. t/1-Net-Z3950-ZOOM......5/23 # Looks like you failed 1 test of 23. t/1-Net-Z3950-ZOOM...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/23 subtests t/10-options............ok t/11-option-callback....ok t/12-query..............ok t/13-resultset..........ok t/14-sorting............ok t/15-scan...............ok t/16-packages...........ok t/17-logging............ok t/18-charset............ok t/19-events.............ok t/2-ZOOM................4/23 # Failed test 'connection to non-existent host 'no.such.host' fails' # at t/2-ZOOM.t line 20. t/2-ZOOM................8/23 # Looks like you failed 1 test of 23. t/2-ZOOM................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/23 subtests t/20-options............ok t/21-option-callback....ok t/22-query..............ok t/23-resultset..........ok t/24-sorting............ok t/25-scan...............ok t/26-packages...........ok t/27-logging............ok t/28-charset............ok t/29-events.............ok Test Summary Report ------------------- t/1-Net-Z3950-ZOOM (Wstat: 256 Tests: 23 Failed: 1) Failed test: 4 Non-zero exit status: 1 t/2-ZOOM (Wstat: 256 Tests: 23 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=22, Tests=712, 95 wallclock secs ( 0.97 usr 0.06 sys + 4.55 cusr 0.56 csys = 6.14 CPU) Result: FAIL Failed 2/22 test programs. 2/712 subtests failed. make: *** [test_dynamic] Error 255 MIRK/Net-Z3950-ZOOM-1.25.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MIRK/Net-Z3950-ZOOM-1.25.tar.gz Running make install Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/auto/Net/Z3950/ZOOM/ZOOM.bs Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/auto/Net/Z3950/ZOOM/ZOOM.so Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/ZOOM.pod Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/ZOOM.pm Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/Net/Z3950.pm Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/Net/Z3950/ZOOM.pm Installing /usr/share/man/man3/ZOOM.3pm Installing /usr/share/man/man3/Net::Z3950::ZOOM.3pm Installing /usr/bin/zselect Installing /usr/bin/zoomdump Writing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/auto/Net/Z3950/ZOOM/.packlist Appending installation info to /usr/lib/perl5/5.10.0/i586-linux-thread-multi/perllocal.pod MIRK/Net-Z3950-ZOOM-1.25.tar.gz /usr/bin/make install -- OK Failed during this command: MIRK/Net-Z3950-ZOOM-1.25.tar.gz : make_test FAILED but failure ignored because 'force' in effect I followed the suggestion to do a "reports MIRK/Net-Z3950-ZOOM-1.25.tar.gz" in cpan, and I found this page http://cpantesters.perl.org/show/Net-Z3950-ZOOM.html It seems that there are not many installs of this package that pass according to CPAN. Thanks for your help. - Andy Ricardo Dias Marques wrote:
Good. I hope that you're liking my tutorial. :)
Thanks for the detailed description. Is your Koha server behind a proxy server and/or firewall? If it is, it may be blocking some connection tests to Z3950 servers that are done during the installation of the Net::Z3950::ZOOM Perl module. In that case, my recommendation is to try to do a "force install" of that module:
myhost # cpan
cpan[1]> force install Net::Z3950::ZOOM
cpan[2]> quit Lockfile removed.
Obviously, if you're trying to use the Z3950 server connection functionality of Koha, you'll have to solve later the problem of the proxy / firewall block.
I hope this information helps you. Please, report back saying if the force install solves your problem.
Cheers, Ricardo Dias Marques lists AT ricmarques DOT net Installation Guide for Installing Koha 3 on openSUSE 11 [Koha Developer Wiki] http://wiki.koha.org/doku.php?id=opensuse_11.0 _______________________________________________ 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%3A%3AZ3950%3A%3AZOOM-install-error-no.such.host-fa... Sent from the Koha - Discuss mailing list archive at Nabble.com.
Actually ignore my previous, I redid the make test and make install and it seems it did work. I'm still testing it out, but I am now able to get to the OPAC site. Thanks Andy andymalo wrote:
Ricardo, Thanks for your reply. I appreciate that you've written a guide for installing Koha, I would really like to utilize this program, however I'm having a difficult time installing it. I tried your suggestion to do a force install. And I think it worked. I forgot I had to go back and redo the make test and make install.
I did a "reports MIRK/Net-Z3950-ZOOM-1.25.tar.gz" in cpan, and I found this page http://cpantesters.perl.org/show/Net-Z3950-ZOOM.html It seems that there are not many installs of this package that pass according to CPAN.
Thanks for your help. - Andy
Ricardo Dias Marques wrote:
Good. I hope that you're liking my tutorial. :)
Thanks for the detailed description. Is your Koha server behind a proxy server and/or firewall? If it is, it may be blocking some connection tests to Z3950 servers that are done during the installation of the Net::Z3950::ZOOM Perl module. In that case, my recommendation is to try to do a "force install" of that module:
myhost # cpan
cpan[1]> force install Net::Z3950::ZOOM
cpan[2]> quit Lockfile removed.
Obviously, if you're trying to use the Z3950 server connection functionality of Koha, you'll have to solve later the problem of the proxy / firewall block.
I hope this information helps you. Please, report back saying if the force install solves your problem.
Cheers, Ricardo Dias Marques lists AT ricmarques DOT net Installation Guide for Installing Koha 3 on openSUSE 11 [Koha Developer Wiki] http://wiki.koha.org/doku.php?id=opensuse_11.0 _______________________________________________ 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%3A%3AZ3950%3A%3AZOOM-install-error-no.such.host-fa... Sent from the Koha - Discuss mailing list archive at Nabble.com.
Hello, I too faced problems with installing this module. I forged ahead and installed Koha anyway, assuming that the limitations with not having this module were possibly the inability to perform Z39.50 servers or to host the installed Koha as a Z39.50 server or both, etc. Then, later in the install, i (re-)installed some yaz-related packages, with a command like: yum install yaz libyaz libyaz-devel Following this, i re-tried the cpan install of the ZOOM module and it worked! i understand that this post may not solve your problem, just sharing my own experience with the "moody" yaz and Z39.50 software. Thanks and regards, krishnan mani Pune, India --- On Mon, 3/11/08, andymalo <andy@oaklandcatholic.org> wrote: From: andymalo <andy@oaklandcatholic.org> Subject: Re: [Koha] Net::Z3950::ZOOM install error no.such.host fails on OpenSUSE 11 To: koha@lists.katipo.co.nz Date: Monday, 3 November, 2008, 10:49 PM Ricardo, Thanks for your reply. I appreciate that you've written a guide for installing Koha, I would really like to utilize this program, however I'm having a difficult time installing it. I tried your suggestion to do a force install. Unfortunately it didn't work. I am not behind a proxy, and my firewall is not so restrictive as to prevent outgoing traffic. Here is the output for the attempted force: Running install for module 'Net::Z3950::ZOOM' Running make for M/MI/MIRK/Net-Z3950-ZOOM-1.25.tar.gz Has already been unwrapped into directory /root/.cpan/build/Net-Z3950-ZOOM-1.25-vlZBrb Has already been made Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1-Net-Z3950-ZOOM......4/23 # Failed test 'connection to non-existent host 'no.such.host' fails' # at t/1-Net-Z3950-ZOOM.t line 22. t/1-Net-Z3950-ZOOM......5/23 # Looks like you failed 1 test of 23. t/1-Net-Z3950-ZOOM...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/23 subtests t/10-options............ok t/11-option-callback....ok t/12-query..............ok t/13-resultset..........ok t/14-sorting............ok t/15-scan...............ok t/16-packages...........ok t/17-logging............ok t/18-charset............ok t/19-events.............ok t/2-ZOOM................4/23 # Failed test 'connection to non-existent host 'no.such.host' fails' # at t/2-ZOOM.t line 20. t/2-ZOOM................8/23 # Looks like you failed 1 test of 23. t/2-ZOOM................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/23 subtests t/20-options............ok t/21-option-callback....ok t/22-query..............ok t/23-resultset..........ok t/24-sorting............ok t/25-scan...............ok t/26-packages...........ok t/27-logging............ok t/28-charset............ok t/29-events.............ok Test Summary Report ------------------- t/1-Net-Z3950-ZOOM (Wstat: 256 Tests: 23 Failed: 1) Failed test: 4 Non-zero exit status: 1 t/2-ZOOM (Wstat: 256 Tests: 23 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=22, Tests=712, 95 wallclock secs ( 0.97 usr 0.06 sys + 4.55 cusr 0.56 csys = 6.14 CPU) Result: FAIL Failed 2/22 test programs. 2/712 subtests failed. make: *** [test_dynamic] Error 255 MIRK/Net-Z3950-ZOOM-1.25.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MIRK/Net-Z3950-ZOOM-1.25.tar.gz Running make install Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/auto/Net/Z3950/ZOOM/ZOOM.bs Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/auto/Net/Z3950/ZOOM/ZOOM.so Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/ZOOM.pod Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/ZOOM.pm Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/Net/Z3950.pm Installing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/Net/Z3950/ZOOM.pm Installing /usr/share/man/man3/ZOOM.3pm Installing /usr/share/man/man3/Net::Z3950::ZOOM.3pm Installing /usr/bin/zselect Installing /usr/bin/zoomdump Writing /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi/auto/Net/Z3950/ZOOM/.packlist Appending installation info to /usr/lib/perl5/5.10.0/i586-linux-thread-multi/perllocal.pod MIRK/Net-Z3950-ZOOM-1.25.tar.gz /usr/bin/make install -- OK Failed during this command: MIRK/Net-Z3950-ZOOM-1.25.tar.gz : make_test FAILED but failure ignored because 'force' in effect I followed the suggestion to do a "reports MIRK/Net-Z3950-ZOOM-1.25.tar.gz" in cpan, and I found this page http://cpantesters.perl.org/show/Net-Z3950-ZOOM.html It seems that there are not many installs of this package that pass according to CPAN. Thanks for your help. - Andy Ricardo Dias Marques wrote:
Good. I hope that you're liking my tutorial. :)
Thanks for the detailed description. Is your Koha server behind a proxy server and/or firewall? If it is, it may be blocking some connection tests to Z3950 servers that are done during the installation of the Net::Z3950::ZOOM Perl module. In that case, my recommendation is to try to do a "force install" of that module:
myhost # cpan
cpan[1]> force install Net::Z3950::ZOOM
cpan[2]> quit Lockfile removed.
Obviously, if you're trying to use the Z3950 server connection functionality of Koha, you'll have to solve later the problem of the proxy / firewall block.
I hope this information helps you. Please, report back saying if the force install solves your problem.
Cheers, Ricardo Dias Marques lists AT ricmarques DOT net Installation Guide for Installing Koha 3 on openSUSE 11 [Koha Developer Wiki] http://wiki.koha.org/doku.php?id=opensuse_11.0 _______________________________________________ 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%3A%3AZ3950%3A%3AZOOM-install-error-no.such.host-fa... Sent from the Koha - Discuss mailing list archive at Nabble.com. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha Be the first one to try the new Messenger 9 Beta! Go to http://in.messenger.yahoo.com/win/
participants (3)
-
andymalo -
Krishnan Mani -
Ricardo Dias Marques