Error installing OptimumCache

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emin
    Junior Member
    Forum Explorer
    • Mar 2021
    • 29

    #1

    Error installing OptimumCache

    Requires: perl(Config::Tiny)
  • emin
    Junior Member
    Forum Explorer
    • Mar 2021
    • 29

    #2
    I get this error when trying to install OptimumCache on CL6 with cPanel.

    Code:
    Error: Package: cloudlinux-collect-0.1-4.el6.noarch (cloudlinux-x86_64-server-6)
    
    Requires: perl(Config::Tiny)
    
    Error: Package: cloudlinux-collect-0.1-4.el6.noarch (cloudlinux-x86_64-server-6)
    
    Requires: perl(IPC::Run)
    
    Error: Package: cloudlinux-collect-0.1-4.el6.noarch (cloudlinux-x86_64-server-6)
    
    Requires: perl(YAML::Tiny)

    Comment

    • bogdan.sh
      Administrator
      • Nov 2016
      • 1219

      #3
      Strange, those packages are set as dependencies for cloudlinux-collect. Could you please check if they are available from yum and maybe install manually? I mean this:
      yum clean all

      Code:
      yum info perl-YAML-Tiny perl-IPC-Run perl-Config-Tiny
      And try to install them:

      Code:
      yum install perl-YAML-Tiny perl-IPC-Run perl-Config-Tiny

      Comment

      Working...