Announcement

Collapse
No announcement yet.

Error installing OptimumCache

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error installing OptimumCache

    Requires: perl(Config::Tiny)

  • #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


    • #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...
      X