http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9256 --- Comment #6 from Magnus Enger <magnus@enger.priv.no> --- I got it to work now, by reproducing the changes introduced by bug 3087 on the relevant config files. According to my notes, I did something like this: sed -i "s/syntax=\"usmarc\"/syntax=\"normarc\"/" /etc/koha/sites/esme/koha-conf.xml sed -i "s/marc21/normarc/" /etc/koha/zebradb/etc/usmarc.mar sed -i "s/syntax=\"marc21\"/syntax=\"normarc\"/" /etc/koha/zebradb/retrieval-info-bib-dom.xml But my notes might be missing things... So it looks to me like the packages will need to do the same kinds of substitutions that bug 3087 introduced. There is one big question, though: Since I had to edit non-instance specific files like /etc/koha/zebradb/retrieval-info-bib-dom.xml - does that mean we will only be able to support one MARC dialect on one server? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.