Hello, I try to install zebra on a new computer, running Mandriva 2006 official, to play with the future koha 3.0. Something really weird happends, that I didn't encounter previously. With : yaz-2.1.18 (make/make install) & idzebra-1.3.38 (make/make install), I get : 12:17:50-14/09 zebraidx(27191) [log] zebra_start ../../etc/zebra-biblios.cfg 1.3.38 12:17:50-14/09 zebraidx(27191) [log] previous transaction didn't reach commit 12:17:50-14/09 zebraidx(27191) [log] enabling cache spec=/var/www/html/koha/intranet/cgi-bin/zebraplugin/zebradb/biblios/shadow:4G 12:17:50-14/09 zebraidx(27191) [log] cache_fname = /var/www/html/koha/intranet/cgi-bin/zebraplugin/zebradb/biblios/shadow/cache zebraidx: cfile.c:117: cf_open: Assertion `cf->head.block_size == block_size' failed. Abandon So I tried with a newer version of yaz : (make uninstall for yaz & zebra, then make/make install for yaz-2.1.26 & idzebra-1.3.38) [alaurin@localhost biblios]$ zebraidx -g iso2709 -d biblios -c ../../etc/zebra-biblios.cfg update export/ zebraidx: error while loading shared libraries: libyaz.so.2: cannot open shared object file: No such file or directory So, let's try with idzebra 2.0.0 & yaz 2.1.26 : [alaurin@localhost biblios]$ zebraidx -g iso2709 -d biblios -c ../../etc/zebra-biblios.cfg update export/ 11:31:19-14/09 zebraidx(5810) [log] zebra_start 2.0.0 ../../etc/zebra-biblios.cfg 11:31:19-14/09 zebraidx(5810) [log] Adding filter grs.sgml 11:31:19-14/09 zebraidx(5810) [log] Adding filter text 11:31:19-14/09 zebraidx(5810) [log] enabling shadow spec=/var/www/html/koha/intranet/cgi-bin/zebraplugin/zebradb/biblios/shadow:4G 11:31:19-14/09 zebraidx(5810) [log] cache_fname = /var/www/html/koha/intranet/cgi-bin/zebraplugin/zebradb/biblios/shadow/cache 11:31:19-14/09 zebraidx(5810) [log] dir export/ 11:31:19-14/09 zebraidx(5810) [warn] No such record type: grs.marcxml.record 11:31:19-14/09 zebraidx(5810) [log] sorting section 1 11:31:19-14/09 zebraidx(5810) [log] Iterations . . . 32 11:31:19-14/09 zebraidx(5810) [log] Distinct words . 15 11:31:19-14/09 zebraidx(5810) [log] Updates. . . . . 11 11:31:19-14/09 zebraidx(5810) [log] Deletions. . . . 2 11:31:19-14/09 zebraidx(5810) [log] Insertions . . . 2 11:31:19-14/09 zebraidx(5810) [log] Records: 0 i/u/d 0/0/0 11:31:19-14/09 zebraidx(5810) [log] zebraidx times: 0.02 0.00 0.00 The record type grs.marcxml.record warning & failure is strange, as my parameters files are a copy of a working one (yes, there is a record.abs in the profilePath) I suspect something changed between zebra 1.3 & 2.0. A last note : I tried to do this on another computer, and ... it worked fine (yaz-2.1.26 & idzebra-1.3.38) Any idea welcomed.. -- Paul