http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=129 paul.poulain@free.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From paul.poulain@free.fr 2002-11-28 06:48 ------- You point 2 differents problems/bugs : * MARC::Record is not installed on your system. Install it, and the second error will disappear. * there is a problem in installer.pl when loading marc21 english (unimarc french works fine). Go to line having : system("cat misc/marc_datas/marc21_en/structure_def.sql | $mysqldir/bin/mysql -u$mysqluser -p$mysqlpass $dbname"); and change it to : system("cat script/misc/marc_datas/marc21_en/structure_def.sql | $mysqldir/bin/mysql -u$mysqluser -p$mysqlpass $dbname"); It should work now. Fixed in cvs. will release 1.3.2b after other error reports... ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.