[Koha-bugs] [Bug 17255] Upgrade Elastic Search code to work with version 2.4+

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 20 12:35:25 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17255

--- Comment #22 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I seems better with using the debs from
 deb https://apt.abunchofthings.net/debian jessie main

So:

% sudo apt install libcatmandu-perl
 libcatmandu-perl : Depends: libdata-uuid-perl (>= 1.217)

% sudo apt install libdata-uuid-perl
% sudo apt install libcatmandu-perl
% sudo apt install libcatmandu-store-elasticsearch-perl

rebuild_elastic_search will raise "Can't locate Catmandu/Importer/MARC.pm"

% sudo apt install libcatmandu-marc-perl
 libcatmandu-marc-perl : Depends: libmarc-xml-perl (>= 1.0.3) but
1.0.2-1kohadev1 is to be installed

Because it takes the one from the Koha repo, specify you want the one from
Jessie:
% sudo apt install -t jessie libmarc-xml-perl
% sudo apt install libcatmandu-marc-perl

Here you go!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list