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
Cant install DBD::OBDC in OTRS 3.2.7 on CENTOS6.4
Moderator: crythias
Re: Cant install DBD::OBDC in OTRS 3.2.7 on CENTOS6.4
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Cant install DBD::OBDC in OTRS 3.2.7 on CENTOS6.4
Thanks for the fast answer. I will check it.
Regards
Mozi
Regards
Mozi
-
- 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
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
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.
ITSM and FAQ modules installed.