1.3.2 installation error...
Hi, Ambrose Li (through bugzilla) reported a bug in 1.3.2 installation (2 in fact :-) ): if you want to install it, please read : * 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. I will release 1.3.2b after other error reports... *Note to katipans* : bugs declared in CVS should be assigned to me by default, not to steve (poor steeve... he already gets 1.2 bugs, if he must solve 1.3 too... he will become mad :) ) -- Paul
On Wed, 27 Nov 2002, paul POULAIN wrote:
*Note to katipans* : bugs declared in CVS should be assigned to me by default, not to steve (poor steeve... he already gets 1.2 bugs, if he must solve 1.3 too... he will become mad :) )
bugzilla allows developers to claim ownership of particular modules (ie cataloguing, circulation, installation, etc) but there is no ability to claim ownership based on version. At the moment, Chris is the owner of most of the modules and I am owner of four modules. In practice, I don't think this really matters. All bugs are posted to koha-devel, so we can work on the ones that we can fix regardless of who the module owner is. Steve.
participants (2)
-
paul POULAIN -
Tonnesen Steve