koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] [Bug 129] Choosing to install MARC tables gave errors


From: bugzilla-daemon
Subject: [Koha-devel] [Bug 129] Choosing to install MARC tables gave errors
Date: Wed Nov 27 09:49:05 2002

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=129

address@hidden changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From address@hidden  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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]