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... [root@localhost 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