Hi Stefano I wonder if this is a bug in the UNIMARC support, are you using UNIMARC? Chris On 24 June 2016 at 04:01, <bargioni@pusc.it> wrote:
Thx, Mark, everything is fine, including the rebuild_elastic_search.pl. Now Elasticsearch contains my ~1000 bib records. But no results from searches in Koha, both opac and staff; and nothing in /var/log/koha, unfortunately. Any idea? Stefano
On 23 giu 2016, at 13:08, Mark Tompsett <mtompset@hotmail.com> wrote:
Greetings,
While working on https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16618, I had issues installing underlying Elastic Search libraries too. This is how I solved them, though this may or may not be the best way.
--- BEGIN SNIPPET --- And in case you didn't have elastic search stuff installed: echo deb http://packages.elastic.co/elasticsearch/1.7/debian stable main | sudo tee /etc/apt/sources.list.d/elasticsearch.list wget -O- https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - sudo apt-get update
cd ~ wget http://debian.koha-community.org/koha/otherthings/elasticsearch_deps.tar.gz tar xvf elasticsearch_deps.tar.gz cd es_deps sudo dpkg i lib* sudo apt-get install -f --- END SNIPPET ---
GPML, Mark Tompsett
Hi, I'd like to show Koha running with Elasticsearch at the incoming KohaLa's Symposium in Lyon. I have a Debian 8.5 + Koha 16.05 virtual machine. Following [1] and [2], I installed Elasticsearch. However, installing related Perl modules, I get this error (translated from Italian):
libsearch-elasticsearch-perl depends on liblog-any-perl (>= 1.02); but: installed version of liblog-any-perl is 0.15-1.
There is something about liblog-any-perl >0.15-1 in [3], but it seems not stable.
Any help? Thx. Stefano
[1] https://wiki.koha-community.org/wiki/Elasticsearch [2] http://debian.koha-community.org/koha/otherthings/ [3] https://packages.debian.org/search?keywords=liblog-any-perl
Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/