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

    libkcpyplug0 required - how to solve?

    Kopano Groupware Core
    3
    3
    156
    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.
    • shruuf
      shruuf last edited by

      Hi guys,

      I’ve just updated my Ubuntu server to 20.04 LTS and indented to update Kopano, too.

      However, after fetching the tarball I realised that the package libkcpyplug0 is required for the dagent but not available in the common repositories (and hence, not retrievable with apt-get -f install).

      Surprisingly, this issue seems not be a new one: There are numerous topics about this matter (without a solution afaik) and even the official Administration Manual refers to this package (and alleges that it would be required for some rpm based distributions which is obviously not the entire truth).

      As such: Does somebody know, how to deal with that?
      Note: It seems that libkcpyplug (i.e. without the 0) is the new version of the package required by the dagent.

      fbartels 1 Reply Last reply Reply Quote 0
      • fbartels
        fbartels Kopano @shruuf last edited by

        Hi @shruuf,

        I just did a test installation on Ubuntu 20.04 and did not have problems. The package is both included in the tar archive and can also be installed without problems.

        root@cba9613e67f8:/# dpkg -l | grep libkcpyplug
        ii  libkcpyplug0                     10.0.6.639.37a046acd-0+393.1      amd64        Python interpreter plugin for dagent/spooler
        root@cba9613e67f8:/# dpkg -l | grep kopano-dagent
        ii  kopano-dagent                    10.0.6.639.37a046acd-0+393.1      amd64        E-Mail Delivery Agent for Kopano Core
        ii  kopano-dagent-pytils             10.0.6.639.37a046acd-0+367.1      amd64        Additional message handlers for kopano-dagent
        root@cba9613e67f8:/# dpkg -l | grep kopano-server-packages
        ii  kopano-server-packages           10.0.6.639.37a046acd-0+393.1      all          Metapackage to install the entire Kopano Core stack
        root@cba9613e67f8:/# lsb_release -a
        LSB Version:	core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
        Distributor ID:	Ubuntu
        Description:	Ubuntu 20.04.1 LTS
        Release:	20.04
        Codename:	focal
        

        @shruuf said in libkcpyplug0 required - how to solve?:

        There are numerous topics about this matter (without a solution afaik)

        On this forum?

        Regards Felix

        Resources:
        https://kopano.com/blog/how-to-get-kopano/
        https://documentation.kopano.io/
        https://kb.kopano.io/

        Support overview:
        https://kopano.com/support/

        1 Reply Last reply Reply Quote 0
        • thctlo
          thctlo last edited by thctlo

          remove kopano and all related packages also.
          One of them is blocking libkcpyplug due, not upgraded, or not have a “breaks” in the deb configuration.

          when this happens, a packages is unable to upgrade of unable to be removed…

          Make a local repo and put your deps in there and use that and install kopano again. through that repo.

          the problem is, kopano lacks in the “development packages” the needed… breaks in the debian/control files is missing or not correct.

          So basicly, dont install with dpkg -i *.deb

          https://build.opensuse.org/package/view_file/server:mail:kopano/kopano/debian.control?expand=1

          where it goes wrong in the control file.

          libkcpyplug0 is build for kopano against a specific version and thats the problem when you upgrade. i needs something like breaks > version < version.

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