Hello All, I have installed a new koha server in order to replace the old one in the next few weeks but I can't work with the z3950 search. The rest is working quite well. I have looked around the koha-error-log and found a correct HTTP 200 OK. With a tcpdump on port 7090, I can't see any request to the loc server. I have used the client from yaz (2.0.4) to connect to tcp:z3950.loc.gov:7090/voyager without any problems in order to exclude any issue with the z3950 connectivity. Here is the information from Koha : Koha version: 2.0.0pre4 OS version (from 'uname -a'): Linux chai.inner.foo.be 2.4.22adulaucustom #1 SMP Sat Sep 6 22:44:18 CEST 2003 i686 GNU/Linux Perl version: This is perl, v5.8.0 built for i386-linux-thread-multi Copyright 1987-2002, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. MySQL version: mysql Ver 12.20 Distrib 4.0.13, for pc-linux-gnu (i686) Is it a known issue ? Or an issue from the yaz-2.0.4 usage with Perl or between the 3950 perl module and Koha ? The perl modules used (around the Z3950) are : Net-Z3950-0.37 MARC-Record-1.29 Thanks a lot, Have a nice day, adulau -- -- Alexandre Dulaunoy (adulau) -- http://www.foo.be/ -- http://pgp.ael.be:11371/pks/lookup?op=get&search=0x44E6CBCD -- "Knowledge can create problems, it is not through ignorance -- that we can solve them" Isaac Asimov
On 2003-10-12 10:54:43 +0100 Alexandre Dulaunoy <alexandre.dulaunoy@ael.be> wrote:
I have installed a new koha server in order to replace the old one in the next few weeks but I can't work with the z3950 search. The rest is working quite well.
Version 2.0.0pre4 contains bug 39, see http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=39 for details. You will need to edit the z3950scripts for the search to work (unless your directories are identical to tipaul's). Basically, all the directories are hardcoded, wrong and at present we need a daemon running to do the Z39.50 searches. Directories have been fixed in CVS and should be fixed in 2.0.0pre5. I am still tempted to try eliminating the daemon, too. -- MJR/slef My Opinion Only and possibly not of any group I know. http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
participants (2)
-
Alexandre Dulaunoy -
MJ Ray