html::template and rawhide perl v5.8.0-83
HI all, someone on this list suggested one should install the perl version coming from the RawHide flavor of redhat if Html::template module cannot be installed on a redhat-8.0 system. I followed the instruction... After a successful compilation of the aforementioned I do, however, get the following: [root@localhost i386]# rpm -Uvh perl-5.8.0-83.i386.rpm błąd: Failed dependencies: perl(Mac::InternetConfig) is needed by perl-5.8.0-83 perl(Tk) is needed by perl-5.8.0-83 perl(Tk::Pod) is needed by perl-5.8.0-83 perl(v5.6.0) is needed by perl-5.8.0-83 [root@localhost i386]# Is this anything I can overcome with some rpm switches or I really miss important elements...? PS. I know I should go to a different mailing list with this question but I will just wait for any clue on this and then try to find a relevant mailing list. Benedict
On Tue, 2003-01-28 at 19:30, Benedict wrote:
HI all, someone on this list suggested one should install the perl version coming from the RawHide flavor of redhat if Html::template module cannot be installed on a redhat-8.0 system. I followed the instruction... After a successful compilation of the aforementioned I do, however, get the following:
[root@localhost i386]# rpm -Uvh perl-5.8.0-83.i386.rpm błąd: Failed dependencies: perl(Mac::InternetConfig) is needed by perl-5.8.0-83 perl(Tk) is needed by perl-5.8.0-83 perl(Tk::Pod) is needed by perl-5.8.0-83 perl(v5.6.0) is needed by perl-5.8.0-83
perl(Tk) and perl(Tk::Pod) are definitely things you can overcome with switches. I can't see why you'd need perl(v5.6.0) Unless there is a symlink that you need. perl(Mac::INternetConfig) is not explicitly used by koha, but my be a needed by one of the modules called by koha. Someone more knowledgeable about redhat needs to answer that.
[root@localhost i386]#
Is this anything I can overcome with some rpm switches or I really miss important elements...?
PS. I know I should go to a different mailing list with this question but I will just wait for any clue on this and then try to find a relevant mailing list. Benedict
------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/koha-devel -- Micheas Herman <micheas@freep.org>
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
participants (2)
-
Benedict -
Micheas Herman