koha-devel
[Top][All Lists]
Advanced

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

Re: [Koha-devel] html::template and rawhide perl v5.8.0-83


From: Benedict
Subject: Re: [Koha-devel] html::template and rawhide perl v5.8.0-83
Date: Wed Jan 29 06:06:05 2003

W liście z śro, 29-01-2003, godz. 04:43, Micheas Herman pisze: 

>         perl(Tk) and perl(Tk::Pod) are definitely things you can
>         overcome with switches. 

I didn't wait and issued: rpm -Uvh --nodeps ....." so far so good.
the trouble now is this:
Creating the MySQL database for Koha...

Enter password:
ERROR 1062 at line 1: Duplicate entry '%-Koha-kohaadmin' for key 1
syntax error at scripts/updater/updatedatabase line 212, near ")"
Execution of scripts/updater/updatedatabase aborted due to compilation
errors.
Problem updating database...
address@hidden koha-RC1]#

Before installing via ./installer.pl I cleared the database like this:

use mysql;
drop database Koha;
delete from user where user='kohaadmin';

\q
service mysqld restart

Is there anything else to be done?
Benedict





reply via email to

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