OTRS HelpDesk Installation - Failed dependencies

Moderator: crythias

Locked
Guinness
Znuny newbie
Posts: 1
Joined: 12 Dec 2011, 11:05
Znuny Version: -

OTRS HelpDesk Installation - Failed dependencies

Post by Guinness »

Hello, Everybody!

I try to install OTRS on CentOS and get a problem with Failed dependencies.
I get some of Failed dependencies:
perl(Date::Format)
perl(Net::DNS)
perl(XML::Parser)
Then I run yum search, find and installed some of them.

But I have no idea wich exactly package I should install to fix this one:

perl(Date::Format)

If somebody knows how to fix it, please, let me know.
Thank you.
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: OTRS HelpDesk Installation - Failed dependencies

Post by Wolfgangf »

well as easy as this:

Code: Select all

perl -MCPAN -e shell

install Date::Format
install Net::DNS
install XML::Parser
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Locked