Hello, I just upgraded from 2.2.6 to 2.2.9 I seem to be having problems with running some perl modules that come with koha, the C4 modules. Here's the error I get when I run this command: sudo perl /usr/local/koha/intranet/scripts/updater/updatedatabase Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/local/koha/intranet/scripts/updater/updatedatabase line 23. BEGIN failed--compilation aborted at /usr/local/koha/intranet/scripts/updater/updatedatabase line 23. How can I permanently add the C4 modules to the @INC variable? Is there some other solution that is better? The z39.50 search is also not working and I'm assuming that this is the problem. thanks for your time and any help you can give, Matthew
Hi Matthew On 8/06/2007, at 10:12 AM, Matthew Metzger wrote:
Hello,
I just upgraded from 2.2.6 to 2.2.9
I seem to be having problems with running some perl modules that come with koha, the C4 modules. Here's the error I get when I run this command:
sudo perl /usr/local/koha/intranet/scripts/updater/updatedatabase
Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/ local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 / usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/ lib/site_perl .) at /usr/local/koha/intranet/scripts/updater/ updatedatabase line 23. BEGIN failed--compilation aborted at /usr/local/koha/intranet/ scripts/updater/updatedatabase line 23.
How can I permanently add the C4 modules to the @INC variable? Is there some other solution that is better?
perl -I is the trick perl -I /path/to/modules script For the line above sudo perl /usr/local/koha/intranet/scripts/updater/updatedatabase make it sudo perl -I /usr/local/koha/intranet/modules /usr/local/koha/ intranet/scripts/updater/updatedatabase And you should be all go Chris -- Chris Cormack chris.cormack@liblime.com VP Research and Development www.liblime.com LibLime +64 21 542 131
Chris Cormack wrote:
Hi Matthew
On 8/06/2007, at 10:12 AM, Matthew Metzger wrote:
Hello,
I just upgraded from 2.2.6 to 2.2.9
I seem to be having problems with running some perl modules that come with koha, the C4 modules. Here's the error I get when I run this command:
sudo perl /usr/local/koha/intranet/scripts/updater/updatedatabase
Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/local/koha/intranet/scripts/updater/updatedatabase line 23. BEGIN failed--compilation aborted at /usr/local/koha/intranet/scripts/updater/updatedatabase line 23.
How can I permanently add the C4 modules to the @INC variable? Is there some other solution that is better?
perl -I is the trick
perl -I /path/to/modules script
For the line above sudo perl /usr/local/koha/intranet/scripts/updater/updatedatabase
make it
sudo perl -I /usr/local/koha/intranet/modules /usr/local/koha/intranet/scripts/updater/updatedatabase
And you should be all go
Chris -- Chris Cormack chris.cormack@liblime.com VP Research and Development www.liblime.com LibLime +64 21 542 131
Thank you! That worked perfectly. I had another problem that I thought was related, but probably isn't. I get an error when I try to do a z39.50 search. I thought that 2.2.7 and later used a different way to do z39.50. I was hoping that upgrading would simplify the process. Anyway, here's the error: ---- Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [my email] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. ---- I have started the z39.50 daemon by invoking: /usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh thanks for any help you can give me. Matthew
I had another problem that I thought was related, but probably isn't. I get an error when I try to do a z39.50 search. I thought that 2.2.7 and later used a different way to do z39.50. I was hoping that upgrading would simplify the process. Anyway, here's the error: ---- Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [my email] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. ----
I have started the z39.50 daemon by invoking: /usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh
Hi Matthew Ive gotta do some work at the moment, but if no one has taken a crack at answering you by the time I take a lunch break, ill take a look. To help, if you could find the error_log and paste the relevant bit in from there, that might help. Chris -- Chris Cormack chris.cormack@liblime.com VP Research and Development www.liblime.com LibLime +64 21 542 131
Chris Cormack wrote:
I had another problem that I thought was related, but probably isn't. I get an error when I try to do a z39.50 search. I thought that 2.2.7 and later used a different way to do z39.50. I was hoping that upgrading would simplify the process. Anyway, here's the error: ---- Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [my email] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. ----
I have started the z39.50 daemon by invoking: /usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh
Hi Matthew
Ive gotta do some work at the moment, but if no one has taken a crack at answering you by the time I take a lunch break, ill take a look.
To help, if you could find the error_log and paste the relevant bit in from there, that might help.
Chris -- Chris Cormack chris.cormack@liblime.com VP Research and Development www.liblime.com LibLime +64 21 542 131
Hello, thanks. Here's the most recent 50 lines. Please tell me if you need more. tail -50 /usr/local/koha/log/koha-error_log [Thu Jun 07 16:15:20 2007] [error] [client 192.168.1.12] File does not exist: /usr/local/koha/intranet/htdocs/intranet-tmpl/npl/en/includes/opac-tmpl, referer: http://stam.library.admin/cgi-bin/koha/admin/systempreferences.pl?tab=Intran... [Thu Jun 07 16:15:25 2007] [error] [client 192.168.1.12] File does not exist: /usr/local/koha/intranet/htdocs/intranet-tmpl/npl/en/includes/opac-tmpl, referer: http://stam.library.admin/cgi-bin/koha/admin/systempreferences.pl?tab=Intran... [Thu Jun 07 16:20:01 2007] [error] [client 192.168.1.12] File does not exist: /usr/local/koha/intranet/htdocs/intranet-tmpl/npl/en/includes/opac-tmpl, referer: http://stam.library.admin/cgi-bin/koha/admin/systempreferences.pl?op=add_form&searchfield=intranetcolorstylesheet [Thu Jun 07 16:20:11 2007] [error] [client 192.168.1.12] File does not exist: /usr/local/koha/intranet/htdocs/intranet-tmpl/npl/en/includes/intranet-tmpl, referer: http://stam.library.admin/cgi-bin/koha/admin/systempreferences.pl?tab=Intran... [Thu Jun 07 16:20:15 2007] [error] [client 192.168.1.12] File does not exist: /usr/local/koha/intranet/htdocs/intranet-tmpl/npl/en/includes/intranet-tmpl, referer: http://stam.library.admin/cgi-bin/koha/admin/systempreferences.pl?tab=Intran... [Thu Jun 07 16:20:45 2007] [error] [client 192.168.1.12] File does not exist: /usr/local/koha/intranet/htdocs/intranet-tmpl/npl/en/includes/intranet-tmpl, referer: http://stam.library.admin/cgi-bin/koha/admin/systempreferences.pl?op=add_form&searchfield=intranetcolorstylesheet [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] something went wrong: No error at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 135., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] something went wrong: No error at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 135., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] doing the search at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 145., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] doing the search at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 145., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] connection 1: event 1 (connect), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] connection 1: event 6 (send apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] connection 1: event 2 (send data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] connection 1: event 3 (receive data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] connection 1: event 7 (receive apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] connection 1: event 6 (send apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:08 2007] [error] [client 192.168.1.12] connection 1: event 2 (send data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:09 2007] [error] [client 192.168.1.12] connection 1: event 3 (receive data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:09 2007] [error] [client 192.168.1.12] connection 1: event 7 (receive apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:09 2007] [error] [client 192.168.1.12] connection 1: event 9 (receive search), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:09 2007] [error] [client 192.168.1.12] connection 1: event 10 (end), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:09 2007] [error] [client 192.168.1.12] z3950.loc.gov at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 161., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:09 2007] [error] [client 192.168.1.12] 1 z3950.loc.gov error @attr 1=7 "/": Unsupported search (3) Missconfigured search, malformed at opac, referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:39 2007] [error] [client 192.168.1.12] connection 0: event 4 (timeout), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:39 2007] [error] [client 192.168.1.12] connection 0: event 10 (end), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:39 2007] [error] [client 192.168.1.12] 207.28.234.22 at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 161., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:39 2007] [error] [client 192.168.1.12] 0 207.28.234.22 error @attr 1=7 "/": Timeout (10007) , referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:37:39 2007] [error] [client 192.168.1.12] Premature end of script headers: search.pl, referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] something went wrong: No error at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 135., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] something went wrong: No error at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 135., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] doing the search at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 145., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] doing the search at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 145., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 1 (connect), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 6 (send apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 2 (send data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 3 (receive data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 7 (receive apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 6 (send apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 2 (send data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 3 (receive data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 7 (receive apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 9 (receive search), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] connection 1: event 10 (end), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] z3950.loc.gov at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 161., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:23 2007] [error] [client 192.168.1.12] 1 z3950.loc.gov error @attr 1=7 "/": Unsupported search (3) Missconfigured search, malformed at opac, referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:53 2007] [error] [client 192.168.1.12] connection 0: event 4 (timeout), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:53 2007] [error] [client 192.168.1.12] connection 0: event 10 (end), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:53 2007] [error] [client 192.168.1.12] 207.28.234.22 at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 161., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:53 2007] [error] [client 192.168.1.12] 0 207.28.234.22 error @attr 1=7 "/": Timeout (10007) , referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 17:40:53 2007] [error] [client 192.168.1.12] Premature end of script headers: search.pl, referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960
Matthew Metzger wrote:
Chris Cormack wrote:
I had another problem that I thought was related, but probably isn't. I get an error when I try to do a z39.50 search. I thought that 2.2.7 and later used a different way to do z39.50. I was hoping that upgrading would simplify the process. Anyway, here's the error: ---- Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [my email] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. ----
I have started the z39.50 daemon by invoking: /usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh
Hi Matthew
Ive gotta do some work at the moment, but if no one has taken a crack at answering you by the time I take a lunch break, ill take a look.
To help, if you could find the error_log and paste the relevant bit in from there, that might help.
Chris -- Chris Cormack chris.cormack@liblime.com VP Research and Development www.liblime.com LibLime +64 21 542 131
Hello again, I've updated the yaz toolkit to yaz-3.0.6 and installed Net::Z3950::ZOOM, but still have no results when doing a z39.80 search. Here's the error message I get: ---- Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [my email address] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. ---- I've posted lines from my koha-error_log elsewhere in this thread. thanks in advance for any help. -Matthew
Matthew Metzger wrote:
Matthew Metzger wrote:
Chris Cormack wrote:
I had another problem that I thought was related, but probably isn't. I get an error when I try to do a z39.50 search. I thought that 2.2.7 and later used a different way to do z39.50. I was hoping that upgrading would simplify the process. Anyway, here's the error: ---- Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [my email] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. ----
I have started the z39.50 daemon by invoking: /usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh
Hi Matthew
Ive gotta do some work at the moment, but if no one has taken a crack at answering you by the time I take a lunch break, ill take a look.
To help, if you could find the error_log and paste the relevant bit in from there, that might help.
Chris -- Chris Cormack chris.cormack@liblime.com VP Research and Development www.liblime.com LibLime +64 21 542 131
Hello again,
I've updated the yaz toolkit to yaz-3.0.6 and installed Net::Z3950::ZOOM, but still have no results when doing a z39.80 search. Here's the error message I get:
---- Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [my email address] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. ----
I've posted lines from my koha-error_log elsewhere in this thread.
thanks in advance for any help.
-Matthew
I took a look at lines 135 and 145 of /usr/local/koha/intranet/cgi-bin/z3950/search.pl and it looks like I'm getting an error because of not being able to connect to the remote z39.50 server. I'm not sure why this is the case because it worked fine before the upgrade from 2.2.6 to 2.2.9. Any help would be greatly appreciated. thanks for your time, Matthew Metzger
----- "Matthew Metzger" <news@metzger.cc> wrote:
Matthew Metzger wrote:
Matthew Metzger wrote:
Chris Cormack wrote:
I had another problem that I thought was related, but probably isn't. I get an error when I try to do a z39.50 search. I thought
that 2.2.7 and later used a different way to do z39.50. I was hoping that upgrading would simplify the process. Anyway, here's the error: ---- Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [my email] and inform them of the time the error occurred, and anything you might have done
that may have caused the error.
More information about this error may be available in the server
error log. ----
I have started the z39.50 daemon by invoking:
/usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh
Hi Matthew
Ive gotta do some work at the moment, but if no one has taken a crack at answering you by the time I take a lunch break, ill take a look.
To help, if you could find the error_log and paste the relevant bit in from there, that might help.
Chris -- Chris Cormack chris.cormack@liblime.com VP Research and Development www.liblime.com LibLime +64 21 542 131
Hello again,
I've updated the yaz toolkit to yaz-3.0.6 and installed Net::Z3950::ZOOM, but still have no results when doing a z39.80 search. Here's the error message I get:
---- Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator, [my email address] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. ----
I've posted lines from my koha-error_log elsewhere in this thread.
thanks in advance for any help.
-Matthew
I took a look at lines 135 and 145 of /usr/local/koha/intranet/cgi-bin/z3950/search.pl and it looks like I'm
getting an error because of not being able to connect to the remote z39.50 server. I'm not sure why this is the case because it worked fine before the upgrade from 2.2.6 to 2.2.9.
Any help would be greatly appreciated. thanks for your time, Which templates are you using, npl or default? Does the error happen regardless of the templates?
Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
Joshua M. Ferraro wrote:
----- "Matthew Metzger" <news@metzger.cc> wrote:
Matthew Metzger wrote:
Chris Cormack wrote:
I had another problem that I thought was related, but probably isn't. I get an error when I try to do a z39.50 search. I thought that 2.2.7 and later used a different way to do z39.50. I was hoping that upgrading would simplify the process. Anyway, here's the error: ---- Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [my email] and inform
Matthew Metzger wrote: them
of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. ----
I have started the z39.50 daemon by invoking:
/usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh
Hi Matthew
Ive gotta do some work at the moment, but if no one has taken a crack at answering you by the time I take a lunch break, ill take a look. To help, if you could find the error_log and paste the relevant bit in from there, that might help.
Chris -- Chris Cormack chris.cormack@liblime.com VP Research and Development www.liblime.com LibLime +64 21 542 131 Hello again,
I've updated the yaz toolkit to yaz-3.0.6 and installed Net::Z3950::ZOOM, but still have no results when doing a z39.80 search. Here's the error message I get:
---- Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [my email address] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. ----
I've posted lines from my koha-error_log elsewhere in this thread.
thanks in advance for any help.
-Matthew I took a look at lines 135 and 145 of /usr/local/koha/intranet/cgi-bin/z3950/search.pl and it looks like I'm
getting an error because of not being able to connect to the remote z39.50 server. I'm not sure why this is the case because it worked fine before the upgrade from 2.2.6 to 2.2.9.
Any help would be greatly appreciated. thanks for your time, Which templates are you using, npl or default? Does the error happen regardless of the templates?
Cheers,
Hello Joshua, I hadn't tried the default template, so I just did. I receive the same error with the default template as I do with NPL. thanks for your time, Matthew Metzger
Hi Matthew, (sorry for the top-post, but this is a huge thread ;-)) Reading through the thread I noticed you're still invoking the old Z39.50 daemon, which is no longer necessary. Since 2.2.7 the daemon is deprecated. The script contains everything needed to do the queries. Also, the logs you posted reveal that the query is timing out. Could you double-check the Z39.50 settings in your administration section are correct. Also, please double-check (with telnet or a similar tool) that your network isn't preventing access to the target. Here's a simple command-line way to do that: $ telnet target.z3950.server 9999 (where 9999 is the port) if you connect successfully, let us know. if not, look for any transparent proxies or other network hardware that may be causing problems. Hope that helps. Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS ----- "Matthew Metzger" <news@metzger.cc> wrote:
Joshua M. Ferraro wrote:
----- "Matthew Metzger" <news@metzger.cc> wrote:
Matthew Metzger wrote:
Matthew Metzger wrote:
Chris Cormack wrote:
> I had another problem that I thought was related, but probably
> isn't. I get an error when I try to do a z39.50 search. I thought > that 2.2.7 and later used a different way to do z39.50. I was hoping > that upgrading would simplify the process. Anyway, here's the error: > ---- > Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to complete your request. > > Please contact the server administrator, [my email] and inform them > of the time the error occurred, and anything you might have done > that may have caused the error. > > More information about this error may be available in the server > error log. > ---- > > I have started the z39.50 daemon by invoking: >
> Hi Matthew
Ive gotta do some work at the moment, but if no one has taken a crack at answering you by the time I take a lunch break, ill take a look. To help, if you could find the error_log and paste the relevant bit in from there, that might help.
Chris -- Chris Cormack chris.cormack@liblime.com VP Research and Development www.liblime.com LibLime +64 21 542 131 Hello again,
I've updated the yaz toolkit to yaz-3.0.6 and installed Net::Z3950::ZOOM, but still have no results when doing a z39.80 search. Here's the error message I get:
---- Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [my email address] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. ----
I've posted lines from my koha-error_log elsewhere in this
/usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-launch.sh thread.
thanks in advance for any help.
-Matthew
I took a look at lines 135 and 145 of /usr/local/koha/intranet/cgi-bin/z3950/search.pl and it looks like I'm
getting an error because of not being able to connect to the remote
z39.50 server. I'm not sure why this is the case because it worked fine before the upgrade from 2.2.6 to 2.2.9.
Any help would be greatly appreciated. thanks for your time, Which templates are you using, npl or default? Does the error happen regardless of the templates?
Cheers,
Hello Joshua,
I hadn't tried the default template, so I just did. I receive the same
error with the default template as I do with NPL.
thanks for your time,
Matthew Metzger
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hello Joshua, thanks. This is exactly the advice I needed. I had two z39.50 servers listed and one of them was no longer working, which made it return the error. I found out I could connect to LOC by telnet, but that I couldn't connect to Libraries of Iowa. I deleted the Libraries of Iowa z39.50 server from my administration settings and now the search works! thanks so much for your time. It was much simpler than I thought. -Matthew Joshua M. Ferraro wrote:
Hi Matthew,
(sorry for the top-post, but this is a huge thread ;-))
Reading through the thread I noticed you're still invoking the old Z39.50 daemon, which is no longer necessary. Since 2.2.7 the daemon is deprecated. The script contains everything needed to do the queries.
Also, the logs you posted reveal that the query is timing out. Could you double-check the Z39.50 settings in your administration section are correct. Also, please double-check (with telnet or a similar tool) that your network isn't preventing access to the target. Here's a simple command-line way to do that:
$ telnet target.z3950.server 9999 (where 9999 is the port)
if you connect successfully, let us know. if not, look for any transparent proxies or other network hardware that may be causing problems.
Hope that helps.
Cheers,
Hi to all! I need to solve my z39.50 search error a.s.a.p. PLEASE, PLEASE, HELP!! I HAVE A VERY HIGH NUMBER OF BOOK AND JOURNALS TO CATALOGUE!! I configure 11 z39.50 spanish servers which are using IBERMARC (based on MARC21) and the z39.50 LOC server. All my searche are failure. I get this "holy" error: "500 Internal Server Error". Anyone (I don't remember his/her name), told me a few days before, that my proble would be cause because of I have missconfigured o not configured Koha MARC21 syntax as IBERMARC syntax: http://www.loc.gov/z3950/agency/defns/oids.html. I and my computer administrator try to solve it through different way bay, now I think he/she was righet and that cause could be "my all z3950 search problems cuase". I try to download some bibliographic record only from LOC, and can find it but, can't download it. I do believe that I need to configure my syntax to IBERMARC to Koha can understand what is searching and downloading. What do you think? Can anyone help me, please? ___________________________________ José Alberto Albarracín Ramírez Law Firm Libarian [Madrid - Spain] albertoalbarracin@gmail.com jaalbarracin@yahoo.com ___________________________________ ______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com
Hello Jose Alberto, What server of z39.50 you have configured? what version of koha you use? (I believe that the error is to use 11 servers, if I have not understood badly you… you need to configure single a server. If one of the server fails, all the page fails... (this is the error). Greetings, Santiago.
Hi José, See below: ----- "José Alberto Albarracín Ramírez" <jaalbarracin@yahoo.com> wrote:
Hi to all!
I need to solve my z39.50 search error a.s.a.p. PLEASE, PLEASE, HELP!! I HAVE A VERY HIGH NUMBER OF BOOK AND JOURNALS TO CATALOGUE!!
I configure 11 z39.50 spanish servers which are using IBERMARC (based on MARC21) and the z39.50 LOC server. All my searche are failure. I get this "holy" error: "500 Internal Server Error". Could you please let us know:
1. what version of Koha are you running? 2. what operating system and version/distro? Also, if you're getting a 500 error, there's gonna be an Apache log saying what the error is, please paste in the relevant lines from that log.
Anyone (I don't remember his/her name), told me a few days before, that my proble would be cause because of I have missconfigured o not configured Koha MARC21 syntax as IBERMARC syntax: http://www.loc.gov/z3950/agency/defns/oids.html. I and my computer administrator try to solve it through different way bay, now I think he/she was righet and that cause could be "my all z3950 search problems cuase".
I try to download some bibliographic record only from LOC, and can find it but, can't download it. I do believe that I need to configure my syntax to IBERMARC to Koha can understand what is searching and downloading.
What do you think? Can anyone help me, please?
It's possible we need to add a new column to the Z39.50 table to allow specifying the OID for the server. Could you give us the Z39.50 target info so we can test the target's responses? (please don't send user/password info on the list though). Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
----- "Joshua M. Ferraro" <jmf@liblime.com> wrote:
Hi José,
See below:
----- "José Alberto Albarracín Ramírez" <jaalbarracin@yahoo.com> wrote:
Hi to all!
I need to solve my z39.50 search error a.s.a.p. PLEASE, PLEASE,
HELP!! I HAVE A VERY HIGH NUMBER OF BOOK AND JOURNALS TO CATALOGUE!!
I configure 11 z39.50 spanish servers which are using IBERMARC (based on MARC21) and the z39.50 LOC server. All my searche are failure. I get this "holy" error: "500 Internal Server Error". Could you please let us know:
1. what version of Koha are you running? 2. what operating system and version/distro?
Also, if you're getting a 500 error, there's gonna be an Apache log saying what the error is, please paste in the relevant lines from that log.
Anyone (I don't remember his/her name), told me a few days before, that my proble would be cause because of I have missconfigured o
configured Koha MARC21 syntax as IBERMARC syntax: http://www.loc.gov/z3950/agency/defns/oids.html. I and my computer administrator try to solve it through different way bay, now I
not think
he/she was righet and that cause could be "my all z3950 search problems cuase".
I try to download some bibliographic record only from LOC, and can find it but, can't download it. I do believe that I need to configure my syntax to IBERMARC to Koha can understand what is searching and downloading.
What do you think? Can anyone help me, please? It's possible we need to add a new column to the Z39.50 table to allow specifying the OID for the server. Could you give us the Z39.50 target info so we can test the target's responses? (please don't send user/password info on the list though). After a quick peek, we already have this column in the table, koha/z3950/search.pl has the following:
$option1->option('preferredRecordSyntax', $server->{syntax}); The syntax specification you can define from the Z39.50 Server setup area in System Parameters, however, it's currently a drop-down box with only two options, USMARC and UNIMARC. I suspect if you added IBERMARC to the list it would work. I'm not sure whether ZOOM has a table to convert all the names to OIDs ... but I'll find out and let you know. Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
----- "Joshua M. Ferraro" <jmf@liblime.com> wrote:
----- "Joshua M. Ferraro" <jmf@liblime.com> wrote:
Hi José,
See below:
----- "José Alberto Albarracín Ramírez" <jaalbarracin@yahoo.com> wrote:
Hi to all!
I need to solve my z39.50 search error a.s.a.p. PLEASE, PLEASE,
HELP!! I HAVE A VERY HIGH NUMBER OF BOOK AND JOURNALS TO CATALOGUE!!
I configure 11 z39.50 spanish servers which are using IBERMARC (based on MARC21) and the z39.50 LOC server. All my searche are failure. I get this "holy" error: "500 Internal Server Error". Could you please let us know:
1. what version of Koha are you running? 2. what operating system and version/distro?
Also, if you're getting a 500 error, there's gonna be an Apache log saying what the error is, please paste in the relevant lines from that log.
Anyone (I don't remember his/her name), told me a few days before, that my proble would be cause because of I have missconfigured o
configured Koha MARC21 syntax as IBERMARC syntax: http://www.loc.gov/z3950/agency/defns/oids.html. I and my computer administrator try to solve it through different way bay, now I
not think
he/she was righet and that cause could be "my all z3950 search problems cuase".
I try to download some bibliographic record only from LOC, and can find it but, can't download it. I do believe that I need to configure my syntax to IBERMARC to Koha can understand what is searching and downloading.
What do you think? Can anyone help me, please? It's possible we need to add a new column to the Z39.50 table to allow specifying the OID for the server. Could you give us the Z39.50 target info so we can test the target's responses? (please don't send user/password info on the list though). After a quick peek, we already have this column in the table, koha/z3950/search.pl has the following:
$option1->option('preferredRecordSyntax', $server->{syntax});
The syntax specification you can define from the Z39.50 Server setup area in System Parameters, however, it's currently a drop-down box with only two options, USMARC and UNIMARC. I suspect if you added IBERMARC to the list it would work. I'm not sure whether ZOOM has a table to convert all the names to OIDs ... but I'll find out and let you know. IBERMARC is supported, as well as the rest of the OIDs. Here's the relevant area:
http://search.cpan.org/src/MIRK/Net-Z3950-ZOOM-1.18/lib/Net/Z3950.pm I've committed an update to the template file in rel_2_2 for the NPL and default templates. Tell your sysadmin to grab the latest copy and update your system: http://cvs.savannah.nongnu.org/viewvc/koha/koha-tmpl/intranet-tmpl/default/en/parameters/z3950servers.tmpl?view=log&root=koha&pathrev=rel_2_2 http://cvs.savannah.nongnu.org/viewvc/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/z3950servers.tmpl?view=log&root=koha&pathrev=rel_2_2 Then, when you set up an IBERMARC target you can define it as such. Let us know if that works. Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
Chris Cormack wrote:
How can I permanently add the C4 modules to the @INC variable? Is there some other solution that is better?
perl -I is the trick
perl -I /path/to/modules script
For the line above sudo perl /usr/local/koha/intranet/scripts/updater/updatedatabase
make it
sudo perl -I /usr/local/koha/intranet/modules /usr/local/koha/intranet/scripts/updater/updatedatabase
And you should be all go
If like me you do a lot of development work in the shell, you can make the invocation of perl complete with the required library much more painless as follows: 1. add the following line to you .bash_profile PERL5LIB=/usr/local/koha/intranet/modules 2. execute the following command only this once (next login will pick up the PERL5LIB change): . ~/.bash_profile 3. now invoke a script as follows, sans -I: sudo perl /usr/local/koha/intranet/scripts/updater/updatedatabase cheers rickw -- _________________________________ Rick Welykochy || Praxis Services We are ready for any unforeseen event that may or may not occur. -- Al Gore, Vice President
Rick Welykochy wrote:
Chris Cormack wrote:
How can I permanently add the C4 modules to the @INC variable? Is there some other solution that is better?
perl -I is the trick
perl -I /path/to/modules script
For the line above sudo perl /usr/local/koha/intranet/scripts/updater/updatedatabase
make it
sudo perl -I /usr/local/koha/intranet/modules /usr/local/koha/intranet/scripts/updater/updatedatabase
And you should be all go
If like me you do a lot of development work in the shell, you can make the invocation of perl complete with the required library much more painless as follows:
1. add the following line to you .bash_profile
PERL5LIB=/usr/local/koha/intranet/modules
2. execute the following command only this once (next login will pick up the PERL5LIB change):
. ~/.bash_profile
3. now invoke a script as follows, sans -I:
sudo perl /usr/local/koha/intranet/scripts/updater/updatedatabase
cheers rickw
Thanks, this was what I was looking for, but it doesn't seem to be working for me. I added the line so that my .bash_profile looks like this: ---- # ~/.bash_profile: executed by bash(1) for login shells. # see /usr/share/doc/bash/examples/startup-files for examples. # the files are located in the bash-doc package. # the default umask is set in /etc/login.defs #umask 022 # include .bashrc if it exists if [ -f ~/.bashrc ]; then . ~/.bashrc fi # set PATH so it includes user's private bin if it exists if [ -d ~/bin ] ; then PATH=~/bin:"${PATH}" fi PERL5LIB=/usr/local/koha/intranet/modules ---- I ran the command you told me to, but it didn't work. I logged out and then back in again and it still didn't work. It's not that big of a problem if it doesn't work. I can always invoke the -I as Chris suggested. I would like to know how to successfully add a path to perl, though. The other errors concerning z39.50 that I posted to this thread are a bigger immediate concern for me. thanks for your time, Matthew
Matthew Metzger wrote:
The other errors concerning z39.50 that I posted to this thread are a bigger immediate concern for me. Hi Matt,
Check this one out: http://article.gmane.org/gmane.comp.misc.koha/7668 Regards, Bo
Bo Schafers wrote:
Matthew Metzger wrote:
The other errors concerning z39.50 that I posted to this thread are a bigger immediate concern for me. Hi Matt,
Check this one out:
http://article.gmane.org/gmane.comp.misc.koha/7668
Regards, Bo
Thanks for replying Bo, but the implementation of your instructions on my koha server didn't change the resulting error. It must be something else. Here's the last 25 lines from the koha-error_log [Thu Jun 07 21:35:51 2007] [error] [client 192.168.1.12] connection 0: event 10 (end), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:35:51 2007] [error] [client 192.168.1.12] 207.28.234.22 at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 161., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:35:51 2007] [error] [client 192.168.1.12] 0 207.28.234.22 error @attr 1=7 "0805048960": Timeout (10007) , referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:35:51 2007] [error] [client 192.168.1.12] Premature end of script headers: search.pl, referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:39 2007] [error] [client 192.168.1.12] something went wrong: No error at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 135., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:39 2007] [error] [client 192.168.1.12] something went wrong: No error at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 135., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:39 2007] [error] [client 192.168.1.12] doing the search at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 145., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:39 2007] [error] [client 192.168.1.12] doing the search at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 145., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:39 2007] [error] [client 192.168.1.12] connection 1: event 1 (connect), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:39 2007] [error] [client 192.168.1.12] connection 1: event 6 (send apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:39 2007] [error] [client 192.168.1.12] connection 1: event 2 (send data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:41 2007] [error] [client 192.168.1.12] connection 1: event 3 (receive data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:41 2007] [error] [client 192.168.1.12] connection 1: event 7 (receive apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:41 2007] [error] [client 192.168.1.12] connection 1: event 6 (send apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:41 2007] [error] [client 192.168.1.12] connection 1: event 2 (send data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:41 2007] [error] [client 192.168.1.12] connection 1: event 3 (receive data), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:41 2007] [error] [client 192.168.1.12] connection 1: event 7 (receive apdu), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:41 2007] [error] [client 192.168.1.12] connection 1: event 9 (receive search), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:41 2007] [error] [client 192.168.1.12] connection 1: event 10 (end), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:39:41 2007] [error] [client 192.168.1.12] z3950.loc.gov at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 161., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:40:11 2007] [error] [client 192.168.1.12] connection 0: event 4 (timeout), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:40:11 2007] [error] [client 192.168.1.12] connection 0: event 10 (end), referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:40:11 2007] [error] [client 192.168.1.12] 207.28.234.22 at /usr/local/koha/intranet/cgi-bin/z3950/search.pl line 161., referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:40:11 2007] [error] [client 192.168.1.12] 0 207.28.234.22 error @attr 1=7 "0805048960": Timeout (10007) , referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960 [Thu Jun 07 21:40:11 2007] [error] [client 192.168.1.12] Premature end of script headers: search.pl, referer: http://stam.library.admin/cgi-bin/koha/z3950/search.pl?oldbiblionumber=&isbn=0805048960
Matthew Metzger wrote:
PERL5LIB=/usr/local/koha/intranet/modules
Ooops! I was typing too fast too early in the day here in Australia. That variable must be exported to the surrounding environment: export PERL5LIB=/usr/local/koha/intranet/modules cheers rickw -- _________________________________ Rick Welykochy || Praxis Services We are ready for any unforeseen event that may or may not occur. -- Al Gore, Vice President
Rick Welykochy wrote:
Matthew Metzger wrote:
PERL5LIB=/usr/local/koha/intranet/modules
Ooops! I was typing too fast too early in the day here in Australia.
That variable must be exported to the surrounding environment:
export PERL5LIB=/usr/local/koha/intranet/modules
cheers rickw
Thanks for posting the correction. Calling updatedatabase script works as expected now. Thanks for your help. -Matthew
participants (7)
-
Bo Schafers -
Chris Cormack -
Joshua M. Ferraro -
José Alberto Albarracín Ramírez -
Matthew Metzger -
Rick Welykochy -
Santiago Hermira Anchuelo