Hi, Just downloaded koha2pre5 and I have a couple of questions: 1. /usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh script is expecting z3950-daemon-options file which is not in the pre5 distribution. Can someone tell me what it should have in it. 2. When I click on 'z3950 search' from acqui.simple/addbiblio.pl?isbn=0534348238, koha-error fills up with the following error messages being repeated every 6 seconds: search.pl : / / / at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 52. NO RANDOM at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 59. DBD::mysql::st execute failed: You have an error in your SQL syntax near '' at line 1 at /usr/local/koha/intranet/modules/C4/Search.pm line 2438. DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/local/koha/intranet/modules/C4/Search.pm line 2439. koha-access has the following lines: "GET /cgi-bin/koha/z3950/search.pl?bibid=&random= HTTP/1.1" 200 1438 I'm running it on a standard RH8. Thanks for your help, if someone thinks they are bugs, let me know and I'll bug it. tomasz kotula.
On 2003-10-28 07:02:31 +0000 T & J Kotula <tjkotula@paradise.net.nz> wrote:
1. /usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh script is expecting z3950-daemon-options file which is not in the pre5 distribution. Can someone tell me what it should have in it.
This should have been written by the installer. Wasn't it? The file here contains: RunAsUser=mjr KohaZ3950Dir=/home/mjr/p/koha/intranet/scripts/z3950daemon KohaModuleDir=/home/mjr/p/koha/intranet/modules KohaConf=/home/mjr/e/koha.conf LogDir=/home/mjr/p/koha/log This was to get around having to edit the .sh files. I am wondering about merging most of this with koha.conf in a later version, but it will still need an -options file too, to find koha.conf. I can't help with your other question just now. I hope someone else can. -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
MJ Ray kirjoitti viestissään (lähetysaika Tiistai 28. Lokakuuta 2003 13:11):
On 2003-10-28 07:02:31 +0000 T & J Kotula <tjkotula@paradise.net.nz>
wrote:
1. /usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh script is expecting z3950-daemon-options file which is not in the pre5 distribution. Can someone tell me what it should have in it.
This should have been written by the installer. Wasn't it? The file here contains:
RunAsUser=mjr KohaZ3950Dir=/home/mjr/p/koha/intranet/scripts/z3950daemon KohaModuleDir=/home/mjr/p/koha/intranet/modules KohaConf=/home/mjr/e/koha.conf LogDir=/home/mjr/p/koha/log
This was to get around having to edit the .sh files. I am wondering about merging most of this with koha.conf in a later version, but it will still need an -options file too, to find koha.conf.
I can't help with your other question just now. I hope someone else can. I also had an error message about missing z3950-daemon-options file (It went away after addind /path/to/z3950-daemon-options to z3950-daemon-shell.sh line 14).
On 2003-10-28 17:53:09 +0000 Ville Huhtala <ville.huhtala@welho.com> wrote:
I also had an error message about missing z3950-daemon-options file (It went away after addind /path/to/z3950-daemon-options to z3950-daemon-shell.sh line 14).
Do you cd to scripts/z3950 before running it? Actually, I think I can make it work if you don't, but maybe I didn't yet. -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
MJ Ray kirjoitti viestissään (lähetysaika Tiistai 28. Lokakuuta 2003 20:05):
On 2003-10-28 17:53:09 +0000 Ville Huhtala <ville.huhtala@welho.com>
wrote:
I also had an error message about missing z3950-daemon-options file (It went away after addind /path/to/z3950-daemon-options to z3950-daemon-shell.sh line 14).
Do you cd to scripts/z3950 before running it? Actually, I think I can make it work if you don't, but maybe I didn't yet. Yes. z3950 worked after adding full path.
On 2003-10-28 18:56:19 +0000 Ville Huhtala <ville.huhtala@welho.com> wrote:
Do you cd to scripts/z3950 before running it? Actually, I think I can make it work if you don't, but maybe I didn't yet. Yes. z3950 worked after adding full path.
Yes? You typed something like cd path/to/koha/intranet/scripts/z3950 ./z3950-daemon-shell.sh and it didn't work? I can't add the path to z3950-daemon-start.sh because it isn't known. I can make it calculate it, though, which I shall do. -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
On Tue 28 Oct, MJ Ray wrote:
Do you cd to scripts/z3950 before running it? Actually, I think I can make it work if you don't, but maybe I didn't yet.
There seem to have been a few fairly substantial bugs in pre5, mainly cured by a few minor changes to the source. Will there be a pre5b (or a README in the existing version)? (I have temporarily removed Koha -- or rather done a clean installation of Suse 9 in place of RH 9 on the machine I run Koha on and it was not worth backing up the temporary data I had stored ...) r. -- Roger Horne, 11 New Square, Lincoln's Inn, London WC2A 3QB mailto:roger@hrothgar.co.uk
participants (4)
-
MJ Ray -
Roger Horne -
T & J Kotula -
Ville Huhtala