About Koha > Server Information > Zebra version line blank with error message
In Koha v3.12.03 as well as v3.12.04, I just get a blank line for my Intranet site at About Koha > Server Information > Zebra version and a error message "Zebra server seems not to be available. Is it started?". I have already started my Zebra server and also enable its SRU - I can get a zs:explainResponse page when I point my web browser at zebra.mylibrarysite.com:9998. How does the about.pl obtain the ZebraConnection? My server is (Mac) OS X Server 10.8 Mountain Lion (10.8.3) running Zebra v2.0.55 (it was installed to /opt/local path by MacPorts and Koha installer actually detected the Zebra path correctly). -- View this message in context: http://koha.1045719.n5.nabble.com/About-Koha-Server-Information-Zebra-versio... Sent from the Koha-general mailing list archive at Nabble.com.
Just wondering if anyone else has this problem or is it limited to the Koha/Zebra configuration within Mac OS X Server... -- View this message in context: http://koha.1045719.n5.nabble.com/About-Koha-Server-Information-Zebra-versio... Sent from the Koha-general mailing list archive at Nabble.com.
On 27 August 2013 20:28, Victor Pang <victorp@netmedia.com.sg> wrote:
Just wondering if anyone else has this problem or is it limited to the Koha/Zebra configuration within Mac OS X Server...
Hi Victor It seems to be, I have the zebra version showing in 3.12.4 (I just did a checkout to test) Chris
Chris Cormack-6 wrote
On 27 August 2013 20:28, Victor Pang <
victorp@.com
> wrote:
Just wondering if anyone else has this problem or is it limited to the Koha/Zebra configuration within Mac OS X Server...
Hi Victor
It seems to be, I have the zebra version showing in 3.12.4 (I just did a checkout to test)
Chris
Hello Chris, May I know how does Koha detect the presence of a running Zebra server, and which particular Koha file to study the code? Thanks. -- View this message in context: http://koha.1045719.n5.nabble.com/About-Koha-Server-Information-Zebra-versio... Sent from the Koha-general mailing list archive at Nabble.com.
On 28 August 2013 05:45, Victor Pang <victorp@netmedia.com.sg> wrote:
Chris Cormack-6 wrote
On 27 August 2013 20:28, Victor Pang <
victorp@.com
> wrote:
Just wondering if anyone else has this problem or is it limited to the Koha/Zebra configuration within Mac OS X Server...
Hi Victor
It seems to be, I have the zebra version showing in 3.12.4 (I just did a checkout to test)
Chris
Hello Chris,
May I know how does Koha detect the presence of a running Zebra server, and which particular Koha file to study the code?
Thanks.
Hi Victor Its in about.pl and it is this line my $zebraVersion = `zebraidx -V`; Chris
-- View this message in context: http://koha.1045719.n5.nabble.com/About-Koha-Server-Information-Zebra-versio... Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Thanks Chris. I have not tested it yet but I think my problem is that the PATH environment variable for my Apache HTTP server most probably didn't include the path "/opt/local/bin". -- View this message in context: http://koha.1045719.n5.nabble.com/About-Koha-Server-Information-Zebra-versio... Sent from the Koha-general mailing list archive at Nabble.com.
participants (2)
-
Chris Cormack -
Victor Pang