Perl Date::Format failed dependency

Moderator: crythias

Locked
ptay
Znuny newbie
Posts: 85
Joined: 13 Jul 2010, 18:55
Znuny Version: 5.0.10

Perl Date::Format failed dependency

Post by ptay »

On CentOS5.5 I upgraded from 3.03 to 3.04 with no issues.

On RHEL6 I tried to upgrade from 3.03 to 3.04 and received a Date::Format failed dependency:

Code: Select all

# rpm -Uvh otrs-3.0.4-01.noarch.rpm
error: Failed dependencies:
        perl(Date::Format) is needed by otrs-3.0.4-01.noarch
When I run the otrs.CheckModules.pl script to confirm Perl modules it shows I have Date::Format:

Code: Select all

# ./otrs.CheckModules.pl

<<<text removed for clarity>>>

   o Date::Format...................ok (v2.24)

<<<text removed for clarity>>>
Any suggestions?
Test:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7
Prod:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7
qtrain
Znuny newbie
Posts: 1
Joined: 27 Dec 2010, 12:39
Znuny Version: 3.0.4

Re: Perl Date::Format failed dependency

Post by qtrain »

I had the same problem.
At the CPAN Homepage I recognized that Date::Format is part of TimeDate.
So I installed perl-TimeDate.noarch and the upgrade worked.

Hope this helps you out!
ptay
Znuny newbie
Posts: 85
Joined: 13 Jul 2010, 18:55
Znuny Version: 5.0.10

Re: Perl Date::Format failed dependency

Post by ptay »

Thanks for the tip. This morning I downgraded to RHEL 5.5. OTRS is going live soon and I decided to go with a supported OS. I'll upgrade when OTRS supports RHEL6.
Test:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7
Prod:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7
Locked