[Koha] UUID and Text:Bidi install

2016-05-19 Thread Tom Hanstra
I'm working on an installation of Koha 3.22 on a new server. I don't have access to Debian and need to install on a version of RHEL. Most everything goes well, but I'm having a lot of trouble with two Perl dependencies: UUID - Perl does not seem to be able to find the right dependencies necessary

Re: [Koha] UUID and Text:Bidi install

2016-05-19 Thread Tomas Cohen Arazi
What RHEL version? What about: perl --version 2016-05-19 12:16 GMT-03:00 Tom Hanstra : > I'm working on an installation of Koha 3.22 on a new server. I don't have > access to Debian and need to install on a version of RHEL. > > Most everything goes well, but I'm having a lot of trouble with two

Re: [Koha] UUID and Text:Bidi install

2016-05-19 Thread Tom Hanstra
Pretty much RHEL6, but it is actually Amazon Web Services' base AMI. Perl version: # perl --version This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi (with 25 registered patches, see perl -V for more detail) Copyright 1987-2012, Larry Wall Perl may be copie

[Koha] Facets

2016-05-19 Thread Tom Hanstra
I'm not sure I understand how facets work. I'm testing V3.22 (both .04 and .06) and have found that running with the default of using facets from zebra: 1 Does not present the facets on searches. However, if I change that to 0, which I assume then does not use Zebra facets but instead gets the

Re: [Koha] Facets

2016-05-19 Thread Eric Bégin
Tom, I don't know why exactly you do not have facets when use_zebra_facets is 1, it should. When use_zebra_facets is set to 0, Koha uses the X first results to compute facets, where X is set in the maxRecordsForFacets system preferences. Eric Bégin Solutions inLibro inc. On 2016-05-19 12:

Re: [Koha] Facets

2016-05-19 Thread Tomas Cohen Arazi
If you just upgraded from earlier versions, then you should reindex your DB so it actually contains the indexes used for retrieving the facets. 2016-05-19 13:36 GMT-03:00 Tom Hanstra : > I'm not sure I understand how facets work. > > I'm testing V3.22 (both .04 and .06) and have found that runnin

Re: [Koha] UUID and Text:Bidi install

2016-05-19 Thread Tomas Cohen Arazi
Probably you are pulling from cpam some library versions that require newer Perl. It is probable that 16.05 will officialy support Debian Jessie (and not Wheezy), which includes Perl 5.20, so you should expect that older Perl versions might not suit Koha's needs. But I'm not sure about the accurac

Re: [Koha] UUID and Text:Bidi install

2016-05-19 Thread Paul A
At 02:45 PM 5/19/2016 -0300, Tomas Cohen Arazi wrote: Probably you are pulling from cpam some library versions that require newer Perl. It is probable that 16.05 will officialy support Debian Jessie (and not Wheezy), which includes Perl 5.20, so you should expect that older Perl versions might no

Re: [Koha] UUID and Text:Bidi install

2016-05-19 Thread Tomas Cohen Arazi
2016-05-19 17:48 GMT-03:00 Paul A : > At 02:45 PM 5/19/2016 -0300, Tomas Cohen Arazi wrote: > >> Probably you are pulling from cpam some library versions that require >> newer >> Perl. >> It is probable that 16.05 will officialy support Debian Jessie (and not >> Wheezy), which includes Perl 5.20,