Installing OTRS 3.3.9 on Centos 7 x64 (Closed)

Moderator: crythias

Locked
esmc
Znuny newbie
Posts: 2
Joined: 12 Sep 2014, 13:25
Znuny Version: 3.3.9

Installing OTRS 3.3.9 on Centos 7 x64 (Closed)

Post by esmc »

Hello!
I am trying to install subj and got following error:

Code: Select all

    ...
    --> Processing Dependency: perl(Crypt::Eksblowfish::Bcrypt) for package: otrs-3.3.9-01.noarch
    --> Finished Dependency Resolution
    Error: Package: otrs-3.3.9-01.noarch (/otrs-3.3.9-01.noarch)
               Requires: perl(Crypt::Eksblowfish::Bcrypt)
     You could try using --skip-broken to work around the problem
     You could try running: rpm -Va --nofiles --nodigest
In package list i cant see perl-Eksblowfish or perl-Blowfish.
EPEL repo and mod_perl installed.
I also try to install this module through cpan, but otrs can't see it.

Code: Select all

    [root@otrs ~]# cpan Crypt::Eksblowfish::Bcrypt
    Reading '/root/.cpan/Metadata'
      Database was generated on Fri, 12 Sep 2014 00:53:18 GMT
    Crypt::Eksblowfish::Bcrypt is up to date (0.009).
    [root@otrs ~]# perl -e 'use Crypt::Eksblowfish::Bcrypt'
    [root@otrs ~]#
PS
Wrong package for Fedora distro.
Last edited by esmc on 15 Sep 2014, 15:28, edited 1 time in total.
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Installing OTRS 3.3.9 on Centos 7 x64

Post by reneeb »

This looks good! It says, that the module is up to date and using the module doesn't throw an error...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked