I am pressing on. Maybe OTRS will work anyway. Regardless, this seems like a possible installation bug to work out for CentOS. And/or maybe I'm just missing some way to see WHICH prerequisites it wants. Cheers --
Code: Select all
[root@centos6testing src]# yum install "perl(IO::Socket::SSL)"
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mia.host-engine.com
* epel: mirror.steadfast.net
* extras: ftp.osuosl.org
* rpmforge: mirror.team-cymru.org
* updates: mirror.hmc.edu
Setting up Install Process
Package perl-IO-Socket-SSL-1.31-2.el6.noarch already installed and latest version
Nothing to do
[root@centos6testing src]#
[root@centos6testing src]# yum list installed | grep perl.IO
perl-IO-Compress-Base.i686 2.021-136.el6_6.1 @updates
perl-IO-Compress-Bzip2.i686 2.021-136.el6_6.1 @updates
perl-IO-Compress-Zlib.i686 2.021-136.el6_6.1 @updates
perl-IO-Socket-INET6.noarch 2.56-4.el6 @base
perl-IO-Socket-SSL.noarch 1.31-2.el6 @base
perl-IO-Zlib.i686 1:1.09-136.el6_6.1 @updates
[root@centos6testing src]# /opt/otrs/bin/otrs.CheckModules.pl | grep IO
o IO::Socket::SSL..................FAILED! Not all prerequisites for this module correctly installed.
o IO::Socket::SSL................FAILED! Not all prerequisites for this module correctly installed.
[root@centos6testing src]#