[Koha] Net::Z3950::ZOOM install error no.such.host fails on OpenSUSE 11

Krishnan Mani krishnanm75 at yahoo.com
Tue Nov 4 10:15:36 NZDT 2008


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 at oaklandcatholic.org> wrote:
From: andymalo <andy at oaklandcatholic.org>
Subject: Re: [Koha] Net::Z3950::ZOOM install error no.such.host fails on OpenSUSE 11
To: koha at 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 at 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-fails-on-OpenSUSE-11-tp20254020p20306768.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.

_______________________________________________
Koha mailing list
Koha at 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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20081104/1456aa4e/attachment-0001.htm 


More information about the Koha mailing list