Announcement

Collapse
No announcement yet.

Installing ImunifyAV Free

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

  • Installing ImunifyAV Free

    We can not Installing ImunifyAV Free version. I see this is conflicts with EPEL and OKay Repositories. OKay offers an alternate repository to complement missing packages from CENTOS and EPEL. So How can Excluded libnghttp package from imunify360 or OKay Repo?

    Code:
    Install  1 Package (+56 Dependent packages)
    
    Total download size: 99 M
    
    Installed size: 336 M
    
    Downloading packages:
    
    --------------------------------------------------------------------------------
    
    Total                                              6.5 MB/s |  99 MB  00:15
    
    Running transaction check
    
    Running transaction test
    
    Transaction check error: file /usr/lib64/libnghttp2.so.14 from install of libnghttp2-1.31.1-2.el7.x86_64
    
    4 conflicts with file from package libnghttp2_14_17_1-1.35.1-3.el7.x86_64
    
    Error Summary
    
    -------------
    
    Package imunify-antivirus was not installed.
    
    [root@na ~]#
    Code:
    [root@na ~]# yum list installed | grep @okay
    
    autoconf.noarch                                2.69-12.el7.centos      @okay
    
    automake.x86_64                                1.14-1.el7              @okay
    
    libnghttp2_14_17_1.x86_64                      1.35.1-3.el7            @okay
    
    nodejs.x86_64                                  1:10.13.0-2.el7         @okay
    
    npm.x86_64                                     1:6.4.1-1.10.13.0.2.el7 @okay
    
    popt.x86_64                                    1.16-14.el7             @okay
    
    [root@na ~]#

  • #2
    Hello,
    Thank you for reaching out! In the case that you already have libnghttp2_14_17_1.x86_64 installed, and our software requires a lower version libnghttp2-1.31.1-2.el7.x86_64, then you can try downgrading using:

    Code:
    yum downgrade
    and lower it below 1.31.1-2 and then turn off OK repo and install our software again.
    If this does not work, please create a ticket here https://cloudlinux.zendesk.com/hc/en-us/requests/new and technical experts will help you asap. If you have any other questions, feel free to ask here.
    Thank you for contacting us.

    Comment


    • #3
      So we need Run this command? Only using "yum downgrade" are not downgraded all Package? Should we need specific Package name for downgrade.

      Code:
      yum downgrade libnghttp2-1.31.1-2.el7.x86_64

      Comment


      • #4
        Hello,
        You can use this command:

        Code:
        yum downgrade libnghttp2

        Comment


        • #5
          > Hello,
          > You can use this command:
          >
          >
          Code:
          >
          > yum downgrade libnghttp2
          >
          >
          Does not work. Why not using latest version of libnghttp2?

          Code:
          No Match for available package: libnghttp2-1.7.1-1.el7.x86_64
          
          Nothing to do

          Comment


          • #6
            Not working any command we are using. Please note, we have disabled OKay Repositories.

            Code:
            [root@na ~]# yum downgrade libnghttp2-1.31.1-2.el7.x86_64
            
            Loaded plugins: fastestmirror, universal-hooks
            
            Loading mirror speeds from cached hostfile
            
            * EA4: 91.197.228.252
            
            * EA4-experimental: 91.197.228.252
            
            * cpanel-addons-production-feed: 91.197.228.252
            
            * cpanel-plugins: 91.197.228.252
            
            * base: mirror.nl.datapacket.com
            
            * epel: ftp.nluug.nl
            
            * extras: mirror.ams1.nl.leaseweb.net
            
            * remi-safe: remi.mirror.liteserver.nl
            
            * updates: mirror.nforce.com
            
            No Match for available package: libnghttp2-1.31.1-2.el7.x86_64
            
            Nothing to do
            Code:
            [root@na ~]# yum downgrade libnghttp2
            
            Loaded plugins: fastestmirror, universal-hooks
            
            Loading mirror speeds from cached hostfile
            
            * EA4: 91.197.228.252
            
            * EA4-experimental: 91.197.228.252
            
            * cpanel-addons-production-feed: 91.197.228.252
            
            * cpanel-plugins: 91.197.228.252
            
            * base: mirror.nl.datapacket.com
            
            * epel: ftp.nluug.nl
            
            * extras: mirror.ams1.nl.leaseweb.net
            
            * remi-safe: remi.mirror.liteserver.nl
            
            * updates: mirror.nforce.com
            
            No Match for available package: libnghttp2-1.7.1-1.el7.x86_64
            
            Nothing to do
            
            [root@na ~]#
            Also this command show Package(s) libnghttp2 available, but not installed.

            Code:
            [root@na ~]# yum update libnghttp2
            
            Loaded plugins: fastestmirror, universal-hooks
            
            Loading mirror speeds from cached hostfile
            
            * EA4: 91.197.228.252
            
            * EA4-experimental: 91.197.228.252
            
            * cpanel-addons-production-feed: 91.197.228.252
            
            * cpanel-plugins: 91.197.228.252
            
            * base: mirror.nl.datapacket.com
            
            * epel: ftp.nluug.nl
            
            * extras: mirror.ams1.nl.leaseweb.net
            
            * remi-safe: remi.mirror.liteserver.nl
            
            * updates: mirror.nforce.com
            
            Package(s) libnghttp2 available, but not installed.
            
            No packages marked for update

            Comment


            • #7
              Can you open a support ticket https://cloudlinux.zendesk.com/hc/en-us/requests/new ? And our technical experts will help you asap. You can post the ticket number here and well link this thread to it.
              Thank you.

              Comment


              • #8
                Fixed with this command, Thanks

                Code:
                yum remove libnghttp2_14_17_1.x86_64

                Comment


                • #9
                  Thanks for the feedback, nice to hear that!

                  Comment

                  Working...
                  X