perl-TimeDate is needed

Moderator: crythias

Locked
peter_sk
Znuny newbie
Posts: 53
Joined: 10 Jun 2010, 09:27
Znuny Version: 2.4.7

perl-TimeDate is needed

Post by peter_sk »

Hi!

I try to install the OTRS 3.0 on my Fedora 12., but getting the error:

Code: Select all

error: Failed dependencies:
        perl-TimeDate is needed by otrs-3.0.1-01.noarch
The TimeDate IS installed:

Code: Select all

>instmodsh
cmd? l
Installed modules are:
   Apache::DBI
   Authen::SASL
   Convert::ASN1
   Net::LDAP
   Perl
   Template::Plugin::TimeDate
   Test::Simple
   TimeDate
Any idea?

Thanks!
OTRS 2.4.7 with ITSM 2.0.3. running on Linux Fedora 12
Mike_B
Moderator
Posts: 266
Joined: 12 Jan 2010, 18:16
Znuny Version: CVS HEAD

Re: perl-TimeDate is needed

Post by Mike_B »

Oh damn. I've added perl-TimeDate as a prerequisite because that's the name of the package in the CentOS repos.
Apparently the gentle Fedora folks thought it would be helpful if they renamed it. Or the other way around, I don't know.

For now, just ignore the dependencies with

Code: Select all

rpm --nodeps 
and run bin/otrs.CheckModules.pl to find out what perl modules you'd manually need to install afterwards.

--
Mike
huntingbears.nl - @michielbeijen on Twitter
peter_sk
Znuny newbie
Posts: 53
Joined: 10 Jun 2010, 09:27
Znuny Version: 2.4.7

Re: perl-TimeDate is needed

Post by peter_sk »

Thanks Mike, it worked!
OTRS 2.4.7 with ITSM 2.0.3. running on Linux Fedora 12
Locked