| Summary: | Zebra works in marc21, but fails in unimarc | ||
|---|---|---|---|
| Product: | Koha | Reporter: | pierre.genty |
| Component: | Z39.50 / SRU / OpenSearch Servers | Assignee: | Galen Charlton <gmcharlt> |
| Status: | CLOSED WORKSFORME | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | m.de.rooy, ztajoli |
| Version: | 16.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
pierre.genty
2016-07-06 21:55:33 UTC
Hi, this is the basic error: >I have two VM with the same system (Debian 8) and the same Koha 16.06 (one is >the clone of the other) You can't clone a marc21 Koha and do a web install with unimarc. The sistem doesn't work. You need to start an install from a fresch debian 8 and reintall koha-common package. Reading https://wiki.koha-community.org/wiki/Koha_on_Debian. After "sudo apt-get install koha-common" "vi /etc/koha/koha-sites.conf" and setup unimarc. After "sudo koha-create --create-db libraryname" Now you can do web install and you can choose 'unimarc'. If you want more info, writr to koha mailing-list https://lists.katipo.co.nz/mailman/listinfo/koha Zeno, It works ! My mistake : I set /etc/koha/koha-sites.conf to unimarc after creating the database (koha-create --create-db libraryname). It has to be done just after the apt-get install koha-common. Thank you very much!! |