Cant install DBD::OBDC in OTRS 3.2.7 on CENTOS6.4

Moderator: crythias

Locked
mozi
Znuny newbie
Posts: 2
Joined: 25 May 2013, 11:28
Znuny Version: 3.2.7

Cant install DBD::OBDC in OTRS 3.2.7 on CENTOS6.4

Post by mozi »

Hello I installed otrs-3.2.7-01.noarch.rpm on CentOS release 6.4 (Final)
I configured and started mysql.
after otrs installation I started the CheckModules.pl Script

bin/otrs.CheckModules.pl

o DBI..............................ok (v1.609)
o DBD::mysql.......................ok (v4.013)
o DBD::ODBC........................Not installed! (optional - Required to connect to a MS-SQL database.)

Now I tried to install the missing DBD::ODBC package:

yum -y install "perl(DBD::ODBC)"
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: wftp.tu-chemnitz.de
* epel: mirror.muntinternet.net
* extras: ftp-stud.fht-esslingen.de
* updates: mirror.ms5.eu
Setting up Install Process
No package perl(DBD::ODBC) available.
Error: Nothing to do


it seems there is no
No package perl(DBD::ODBC) available.

so where can I get this missing package or where is my mistake?

best regards
Mozi
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Cant install DBD::OBDC in OTRS 3.2.7 on CENTOS6.4

Post by jojo »

use cpan for compiling this package
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
mozi
Znuny newbie
Posts: 2
Joined: 25 May 2013, 11:28
Znuny Version: 3.2.7

Re: Cant install DBD::OBDC in OTRS 3.2.7 on CENTOS6.4

Post by mozi »

Thanks for the fast answer. I will check it.

Regards
Mozi
Giulio Soleni
Znuny wizard
Posts: 392
Joined: 30 Dec 2010, 14:35
Znuny Version: 6.0.x and 5.0.x
Real Name: Giulio Soleni
Company: IKS srl

Re: Cant install DBD::OBDC in OTRS 3.2.7 on CENTOS6.4

Post by Giulio Soleni »

You may also get several (not all but many) required rpms directly from one of these 2 public repositories:
http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/
http://pkgs.repoforge.org

just wget them and install them using yum... in your case:

# wget http://apt.sw.be/redhat/el6/en/x86_64/r ... x86_64.rpm
...
# yum --nogpgcheck install perl-DBD-ODBC-1.23-1.el6.rf.x86_64.rpm
OTRS 6.0.x on CentOS 7.x with MariaDB 10.2.x database connected to an Active Directory for Agents and Customers.
ITSM and FAQ modules installed.
Locked