Hi there,

 

I’ve upgraded to 2.1 to check out the extra LOC support. Needed to install LDAP extensions for Perl but figured that out easy enough. The problem I have now is the Z3950 daemon cans out. The error log gives the following information :

 

Global symbol “$context” requires explicit package name at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 107

Global symbol “$context” requires explicit package name at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 108

Global symbol “$context” requires explicit package name at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 109

Global symbol “$context” requires explicit package name at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 110

Global symbol “$context” requires explicit package name at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 111

Global symbol “$context” requires explicit package name at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 187

Global symbol “$context” requires explicit package name at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 188

Global symbol “$context” requires explicit package name at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 189

Global symbol “$context” requires explicit package name at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 190

Global symbol “$context” requires explicit package name at /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue line 191

Execution of /usr/local/koha/intranet/scripts/z3950daemon/processz3950quese aborted due to compilation errors

 

As far as I can work out from looking at the script it is not getting the information required to interact with MySql, etc. Is a matter of adding an “EXPORT” command so that the path to the koha config file is there?

 

This is at the limit if not beyond my abilities so any pointers would be gratefull accepted.