Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Install z-push on CentOS 7.9

    General usage of Z-Push
    2
    2
    992
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dryunke
      dryunke last edited by

      Hello,

      I tried to install z-push in my VPS running CentOS 7.9 (with whm-cpanel installed)

      I created a new repository in /etc/yum.repos.d/ .

      Created a file z-push.repo containing

      [z-push]
      name=Z-Push noarch Enterprise Linux 8 - $basearch
      baseurl=http://repo.z-hub.io/z-push:/final/RHEL_7_PHP_71
      failovermethod=priority
      enabled=1
      gpgcheck=0
      

      Did yum update and then

      yum install z-push-common z-push-config-apache z-push-backend-kopano z-push-ipc-sharedmemory
      

      And got the following response

      Loaded plugins: fastestmirror, langpacks, universal-hooks
      Loading mirror speeds from cached hostfile
       * EA4: 206.130.99.76
       * cpanel-addons-production-feed: 206.130.99.76
       * cpanel-plugins: 206.130.99.76
      Resolving Dependencies
      --> Running transaction check
      ---> Package z-push-backend-kopano.noarch 0:2.6.2+0-122.1 will be installed
      --> Processing Dependency: php-mapi-webapp for package: z-push-backend-kopano-2.6.2+0-122.1.noarch
      ---> Package z-push-common.noarch 0:2.6.2+0-122.1 will be installed
      --> Processing Dependency: php(language) >= 5.4 for package: z-push-common-2.6.2+0-122.1.noarch
      --> Processing Dependency: php-mbstring for package: z-push-common-2.6.2+0-122.1.noarch
      --> Processing Dependency: php-process for package: z-push-common-2.6.2+0-122.1.noarch
      --> Processing Dependency: php-soap for package: z-push-common-2.6.2+0-122.1.noarch
      ---> Package z-push-config-apache.noarch 0:2.6.2+0-122.1 will be installed
      --> Processing Dependency: httpd for package: z-push-config-apache-2.6.2+0-122.1.noarch
      ---> Package z-push-ipc-sharedmemory.noarch 0:2.6.2+0-122.1 will be installed
      --> Processing Dependency: php-pcntl for package: z-push-ipc-sharedmemory-2.6.2+0-122.1.noarch
      --> Processing Dependency: php-sysvsem for package: z-push-ipc-sharedmemory-2.6.2+0-122.1.noarch
      --> Processing Dependency: php-sysvshm for package: z-push-ipc-sharedmemory-2.6.2+0-122.1.noarch
      --> Finished Dependency Resolution
      Error: Package: z-push-ipc-sharedmemory-2.6.2+0-122.1.noarch (z-push)
                 Requires: php-sysvshm
      Error: Package: z-push-common-2.6.2+0-122.1.noarch (z-push)
                 Requires: php-soap
      Error: Package: z-push-ipc-sharedmemory-2.6.2+0-122.1.noarch (z-push)
                 Requires: php-sysvsem
      Error: Package: z-push-ipc-sharedmemory-2.6.2+0-122.1.noarch (z-push)
                 Requires: php-pcntl
      Error: Package: z-push-common-2.6.2+0-122.1.noarch (z-push)
                 Requires: php-mbstring
      Error: Package: z-push-common-2.6.2+0-122.1.noarch (z-push)
                 Requires: php(language) >= 5.4
      Error: Package: z-push-backend-kopano-2.6.2+0-122.1.noarch (z-push)
                 Requires: php-mapi-webapp
      Error: Package: z-push-config-apache-2.6.2+0-122.1.noarch (z-push)
                 Requires: httpd
      Error: Package: z-push-common-2.6.2+0-122.1.noarch (z-push)
                 Requires: php-process
       You could try using --skip-broken to work around the problem
       You could try running: rpm -Va --nofiles --nodigest
      

      So I am basically stuck, any help will be greatly appreciated!

      Manfred 1 Reply Last reply Reply Quote 0
      • Manfred
        Manfred Kopano @dryunke last edited by

        Hi @dryunke,

        did you check if those required packages (php-soap, php-pcntl etc) are available in the configured repositories?

        Manfred

        1 Reply Last reply Reply Quote 0
        • First post
          Last post