I get the following errors in z3950-daemon.log after ./processz3950queue: Bareword "Net::Z3950::RecordSyntax::USMARC" not allowed while "strict subs" in use at ./processz3950queue line 260. Bareword "Net::Z3950::RecordSyntax::UNIMARC" not allowed while "strict subs" in use at ./processz3950queue line 261. Execution of ./processz3950queue aborted due to compilation errors. My template looks like this: <select name="syntax"> <option value="USMARC">USMARC</option> <option value="MARC21">MARC21</option> <option value="UNIMARC">UNIMARC</option> </select> I'm running Koha 2.2.5 on Dapper. I see that last month someone posted to the list concerning this same error. Any ideas? I've tried selecting different syntax for the z3950 servers including MARC21 without luck. --Jason