<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear Paul,</div><div>the bug fixed in 2.0.59 is so describet in Zebra changelog:</div><div>
<pre>--- 2.0.60 2015/02/06
Fix ICU phrase searches for terms split by ICU ZEB-664
Update Visual Studio nmake file for VS 2013.<br><a href="https://software.indexdata.com/zebra/doc/NEWS">https://software.indexdata.com/zebra/doc/NEWS</a><br><br></pre><pre>The patch is here:<br><a href="https://github.com/indexdata/idzebra/commit/704fd190292cb771df94553b0ed6f9f4b71660a6">https://github.com/indexdata/idzebra/commit/704fd190292cb771df94553b0ed6f9f4b71660a6</a><br><br></pre><pre>In fact in zebra 2.0.59 ICU doesn't work. If you setup ICU in fact is a big problem.<br></pre><pre>If you can not use ICU, well you can live with it<br><br></pre><pre>Bye<br></pre><pre>Zeno Tajoli<br></pre><pre><br><br><br></pre>

</div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Sep 5, 2018 at 5:36 PM Paul A <<a href="mailto:paul.a@navalmarinearchive.com">paul.a@navalmarinearchive.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">David and all who assisted,<br>
<br>
Firstly many thanks. Upgrading o/s is always challenging (one reason we <br>
only look into it every two years.)<br>
<br>
For the record, the two "show-stoppers" that we encountered were:<br>
<br>
     a) modulePath in the four zebra-*.cnf files (the solution that <br>
David suggested below)<br>
     b) the Ubuntu server install that we used did *not* install 'daemon'<br>
<br>
Our new back-up server is now running perfectly, and we're confident <br>
that we can now tackle the production server.<br>
<br>
David -- I might add that we like Zebra, and if you do get involved in <br>
its maintenance one day, please let me know (btw, we did use the Ubuntu <br>
repository 2.0.59, replacing 2.0.44, and so far have not found any <br>
glitches. Could you point me to the problems that you and Robin reported?)<br>
<br>
Again, my thanks all round, and my best regards.<br>
Paul<br>
<br>
On 2018-08-28 08:34 PM, David Cook wrote:<br>
> 1. Don't compile Zebra from source. Indexdata has a tonne of packages available that you can use instead.<br>
> <br>
> Take a look at the Downloads section on <a href="https://www.indexdata.com/resources/software/zebra/" rel="noreferrer" target="_blank">https://www.indexdata.com/resources/software/zebra/</a> (or <a href="http://ftp.indexdata.dk/pub/zebra/ubuntu/README" rel="noreferrer" target="_blank">http://ftp.indexdata.dk/pub/zebra/ubuntu/README</a>) . I wouldn't use the Zebra packages from the Debian/Ubuntu distros since they're old and buggy. Robin and I reported the problems with 2.0.59 years ago, but I think the maintainer has disappeared, so nothing is being done about it anymore. I've thought about taking over as maintainer for Debian, but don't have the time at the moment.<br>
> <br>
> 2. When you're having issues with Zebra, this is a really good place to look: <a href="https://wiki.koha-community.org/wiki/Troubleshooting_Zebra" rel="noreferrer" target="_blank">https://wiki.koha-community.org/wiki/Troubleshooting_Zebra</a>.<br>
> <br>
> Robin set it up ages ago and I've contributed to it from time to time. It looks like <a href="https://wiki.koha-community.org/wiki/Troubleshooting_Zebra#No_such_record_type" rel="noreferrer" target="_blank">https://wiki.koha-community.org/wiki/Troubleshooting_Zebra#No_such_record_type</a> specifically relates to your problem.<br>
> <br>
> Cheers,<br>
> <br>
> David Cook<br>
> Systems Librarian<br>
> Prosentient Systems<br>
> 72/330 Wattle St<br>
> Ultimo, NSW 2007<br>
> Australia<br>
> <br>
> Office: 02 9212 0899<br>
> Direct: 02 8005 0595<br>
> <br>
> -----Original Message-----<br>
> From: <a href="mailto:koha-devel-bounces@lists.koha-community.org" target="_blank">koha-devel-bounces@lists.koha-community.org</a> [mailto:<a href="mailto:koha-devel-bounces@lists.koha-community.org" target="_blank">koha-devel-bounces@lists.koha-community.org</a>] On Behalf Of Paul A<br>
> Sent: Wednesday, 29 August 2018 4:15 AM<br>
> To: Koha Devel <<a href="mailto:koha-devel@lists.koha-community.org" target="_blank">koha-devel@lists.koha-community.org</a>><br>
> Subject: Re: [Koha-devel] zebra package<br>
> <br>
> On 2018-08-28 01:45 PM, Tomas Cohen Arazi wrote:<br>
>> If you are using a regular koha-common package install,<br>
> <br>
> We're not. As I wrote (below), from tarball.<br>
> <br>
> There is now a "warn" on re-indexing: "14:04:11-28/08 zebraidx(5446) [warn] No such record type:<br>
> dom./etc/koha/zebradb/biblios/etc/dom-config.xml"<br>
> <br>
> but the file /etc/koha/zebradb/biblios/etc/dom-config.xml exists and appears to be entirely "Bibliographic DOM config for MARC XML input"<br>
> with 644 permissions for user 'koha:koha'.<br>
> <br>
> Thanks -- Paul<br>
> <br>
> please<br>
>><br>
>> # make sure zebra is running:<br>
>> $ sudo koha-zebra --restart <instance> # and restart Plack just in<br>
>> case it still belives zebra is down $ sudo koha-plack --restart<br>
>> <instance><br>
>><br>
>> (replace <instance> with the instance name),<br>
>><br>
>> El mar., 28 ago. 2018 a las 14:41, Paul A<br>
>> (<<a href="mailto:paul.a@navalmarinearchive.com" target="_blank">paul.a@navalmarinearchive.com</a><br>
>> <mailto:<a href="mailto:paul.a@navalmarinearchive.com" target="_blank">paul.a@navalmarinearchive.com</a>>>)<br>
>> escribió:<br>
>><br>
>>      On 2018-08-28 11:44 AM, Barton Chittenden wrote:<br>
>>       > As of debian jessie / Ubuntu 16.04 (xenial), I think idzebra-2.0<br>
>>      should<br>
>>       > be at 2.0.62 or 2.0.63.<br>
>>       ><br>
>>       > There are known bugs in 2.0.59 which is the default for debian<br>
>>      jessie<br>
>>       > and Ubuntu 16.04, so you'll need to use indexdata's repos for those.<br>
>>       ><br>
>>       > I don't know what the version is for Ubuntu 18.04, but 2.0.44 is<br>
>>      very old.<br>
>><br>
>>      Thanks -- used apt install idzebra-2.0 and Koha-admin "about" now<br>
>>      reports Zebra 2.0.59. Reindexed all biblios and auths. Still "No<br>
>>      results<br>
>>      found". (Ubuntu 18.04.)<br>
>><br>
>>      Looked at bug 16581. Is the suggestion to compile Zebra 2.1.3 from<br>
>>      source? and if so, is this backwards compatible?<br>
>><br>
>>      Thanks -- Paul<br>
>>       ><br>
>>       > --Barton<br>
>>       ><br>
>>       ><br>
>>       ><br>
>>       > On Tue, Aug 28, 2018 at 11:25 AM, Paul A<br>
>>      <<a href="mailto:paul.a@navalmarinearchive.com" target="_blank">paul.a@navalmarinearchive.com</a> <mailto:<a href="mailto:paul.a@navalmarinearchive.com" target="_blank">paul.a@navalmarinearchive.com</a>><br>
>>       > <mailto:<a href="mailto:paul.a@navalmarinearchive.com" target="_blank">paul.a@navalmarinearchive.com</a><br>
>>      <mailto:<a href="mailto:paul.a@navalmarinearchive.com" target="_blank">paul.a@navalmarinearchive.com</a>>>> wrote:<br>
>>       ><br>
>>       >     Has anyone else had a problem installing zebra (possibly<br>
>>      2.0.44) on<br>
>>       >     Ubuntu 18.04LTS?<br>
>>       ><br>
>>       >     We are currently updating our IT structure as part of our<br>
>>      two-year<br>
>>       >     LTS cycle. Koha (various versions, all tarball which is a policy<br>
>>       >     decision) install properly, have perfect www interfaces<br>
>>      (admin and<br>
>>       >     public), but fail as all searches report nothing found, because<br>
>>       >     zebra is apparently mis- | badly | not installed ("about" gives a<br>
>>       >     blank, where 12.04, 14.04 and 16.04 report "Zebra 2.0.44") On the<br>
>>       >     other hand, commands such as:<br>
>>       >     ./bin/migration_tools/<a href="http://rebuild_zebra.pl" rel="noreferrer" target="_blank">rebuild_zebra.pl</a><br>
>>      <<a href="http://rebuild_zebra.pl" rel="noreferrer" target="_blank">http://rebuild_zebra.pl</a>> <<a href="http://rebuild_zebra.pl" rel="noreferrer" target="_blank">http://rebuild_zebra.pl</a>> -a<br>
>>       >     -r -v<br>
>>       >     ./bin/migration_tools/<a href="http://rebuild_zebra.pl" rel="noreferrer" target="_blank">rebuild_zebra.pl</a><br>
>>      <<a href="http://rebuild_zebra.pl" rel="noreferrer" target="_blank">http://rebuild_zebra.pl</a>> <<a href="http://rebuild_zebra.pl" rel="noreferrer" target="_blank">http://rebuild_zebra.pl</a>> -b<br>
>>       >     -r -v -x<br>
>>       >     work perfectly, reporting proper numbers of auths and bibs,<br>
>>       >     cleaning, and reporting no errors.<br>
>>       ><br>
>>       >     I would welcome any thoughts, particularly a debian/ubuntu<br>
>>      package<br>
>>       >     repository/name suitable for either apt or cpan. Thanks.<br>
>>       ><br>
>>       >     Paul<br>
_______________________________________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org" target="_blank">Koha-devel@lists.koha-community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" rel="noreferrer" target="_blank">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a><br>
website : <a href="http://www.koha-community.org/" rel="noreferrer" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" rel="noreferrer" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" rel="noreferrer" target="_blank">http://bugs.koha-community.org/</a></blockquote></div>