Closed firebus closed 6 years ago
If you only need a portable send_gearman, try that one here: https://github.com/ConSol/mod-gearman-worker-go
Thank you for the workaround! But this is still a bug in the stable repo that should be fixed at some point - which I'd be happy to try to do if you can point me in a direction...
actually, its not the labs repository which is broken here, its the ubuntu repository itself which contains packages which the same name but i assume ubuntu repositories have a higher priority. Maybe you can do something with apt pinning.
We had the same problem happen after Ubuntu 16.04 package upgrades. We worked around the issue using the Go version of mod-gearman-worker.
Hello,
I installed mod-gearman-tools from the ubuntu 16.04 repo following these instructions: https://labs.consol.de/repo/stable/#_ubuntu_xenial_16_04
When I ran
apt install mod-gearman-tools
But when I run send_gearman:
I can work around with
Is there a repo I can install the libgearman6 package from? Or is there a mod-gearman-tools package that contains a send_gearman that's linked to libgearman7?
Thank you!