If you want to continue to get help from the whole Koha community you'll need to reply to all to include the mailing list.
When it look at each of the files in terminal it shows as a "new file"
It sounds like you haven't found the file you need to edit. Your editor thinks you're creating a new file with that name. You'll first need to locate the files in question, then edit. -- Owen On Tue, Dec 7, 2010 at 1:02 PM, Scott Knight <sknight@hissda.org> wrote:
Ok that makes sense. I just wanted some clarification before manually editing system files. When it look at each of the files in terminal it shows as a "new file". It seems their should be pre-existing data. Are there any steps to prior to applying the patch? Or Zebra configurations? Zebra has been doing searches within my test environment just fine. I'm not sure what you mean by "version control". Its koha 3.02.00.004 and Zebra 2.0.44. Scott
On Tue, Dec 7, 2010 at 10:35 AM, Owen Leonard <oleonard@myacpl.org> wrote:
I found a patch listed here: http://www.mail-archive.com/koha-patches@lists.koha.org/msg04867.html
If your Koha installation isn't under any kind of version control it's probably easiest to make the changes by hand. The patch modifies these three files:
etc/zebradb/biblios/etc/bib1.att etc/zebradb/ccl.properties etc/zebradb/marc_defs/marc21/biblios/record.abs
The patch shows you what changes were made, in context:
att 9902 Author-in-order # Lexile number att 9903 lex +att 9904 arl att 9520 Item
The "+" shows you what line was inserted. You can use your editor's search function to find the line you need. Insert the indicated text, minus the "+" symbol.
-- Owen
Ok, I tried again and this time using copy and paste right into terminal and it shows a "Now such file or directory" error Scott On Tue, Dec 7, 2010 at 11:07 AM, Owen Leonard <oleonard@myacpl.org> wrote:
If you want to continue to get help from the whole Koha community you'll need to reply to all to include the mailing list.
When it look at each of the files in terminal it shows as a "new file"
It sounds like you haven't found the file you need to edit. Your editor thinks you're creating a new file with that name. You'll first need to locate the files in question, then edit.
-- Owen
On Tue, Dec 7, 2010 at 1:02 PM, Scott Knight <sknight@hissda.org> wrote:
Ok that makes sense. I just wanted some clarification before manually editing system files. When it look at each of the files in terminal it shows as a "new file". It seems their should be pre-existing data. Are there any steps to prior to applying the patch? Or Zebra configurations? Zebra has been doing searches within my test environment just fine. I'm not sure what you mean by "version control". Its koha 3.02.00.004 and Zebra 2.0.44. Scott
On Tue, Dec 7, 2010 at 10:35 AM, Owen Leonard <oleonard@myacpl.org> wrote:
I found a patch listed here: http://www.mail-archive.com/koha-patches@lists.koha.org/msg04867.html
If your Koha installation isn't under any kind of version control it's probably easiest to make the changes by hand. The patch modifies these three files:
etc/zebradb/biblios/etc/bib1.att etc/zebradb/ccl.properties etc/zebradb/marc_defs/marc21/biblios/record.abs
The patch shows you what changes were made, in context:
att 9902 Author-in-order # Lexile number att 9903 lex +att 9904 arl att 9520 Item
The "+" shows you what line was inserted. You can use your editor's search function to find the line you need. Insert the indicated text, minus the "+" symbol.
-- Owen
On Tue, Dec 7, 2010 at 1:22 PM, Scott Knight <sknight@hissda.org> wrote:
Ok, I tried again and this time using copy and paste right into terminal and it shows a "Now such file or directory" error
Have you located these files on your system? These descriptions of the files are not root-relative. They might be in a different place depending on your installation. etc/zebradb/biblios/etc/bib1.att etc/zebradb/ccl.properties etc/zebradb/marc_defs/marc21/biblios/record.abs You could try, for instance, "locate bib1.att" -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (2)
-
Owen Leonard -
Scott Knight