[Koha-devel] 1.3.2 installation error...

paul POULAIN paul.poulain at free.fr
Wed Nov 27 09:48:02 CET 2002


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





More information about the Koha-devel mailing list