I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from 2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies: liblz4.so.1 libtextcat.so.0 These would both seem to be related to plugins, and don't seem to be required as package dependencies by the RPM from what I can see from the SRPM. Anyone know what packages I need to satisfy these dependencies?
On 4/2/2015 1:22 PM, Will Yardley wrote:> I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from > 2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies: > > liblz4.so.1 > libtextcat.so.0 > > These would both seem to be related to plugins, and don't seem to be > required as package dependencies by the RPM from what I can see from the > SRPM. > > Anyone know what packages I need to satisfy these dependencies?lz4-r127-1.el6.i686 and libtextcat-2.2-10.el6.i686 Eric
On Thu, Apr 02, 2015 at 02:53:26PM -0600, Eric Broch wrote:> On 4/2/2015 1:22 PM, Will Yardley wrote: > > I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from > > 2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies: > > > > liblz4.so.1 > > libtextcat.so.0 > > > > These would both seem to be related to plugins, and don't seem to be > > required as package dependencies by the RPM from what I can see from the > > SRPM. > > > > Anyone know what packages I need to satisfy these dependencies? > lz4-r127-1.el6.i686 and libtextcat-2.2-10.el6.i686>From what source? I don't see them in any of the normal RHEL channels orin EPEL. I also don't see them in the Dovecot repo (or, unless I'm missing something, in the specfile's install requires). (BTW, I'm on x86_64 arch, but should be same package names either way).
On 03 Apr 2015, at 04:22, Will Yardley <dovecot.org at veggiechinese.net> wrote:> > I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from > 2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies: > > liblz4.so.1 > libtextcat.so.0 > > These would both seem to be related to plugins, and don't seem to be > required as package dependencies by the RPM from what I can see from the > SRPM. > > Anyone know what packages I need to satisfy these dependencies?Those dependencies came a bit unintentionally (maybe I should add some --disable-auto-libs configure option to require explicit --with-* parameters). 2.2.16.2-2 removes these dependencies.
On Fri, Apr 03, 2015 at 09:28:32AM +0900, Timo Sirainen wrote:> On 03 Apr 2015, at 04:22, Will Yardley <dovecot.org at veggiechinese.net> wrote:> > I've been trying to upgrade Dovecot-ee package (on EL6/x86_64) from > > 2.2.15.8-1 to 2.2.16.2-1. It's complaining on these two dependencies: > > > > liblz4.so.1 > > libtextcat.so.0 > > > > Anyone know what packages I need to satisfy these dependencies?> Those dependencies came a bit unintentionally (maybe I should add some > --disable-auto-libs configure option to require explicit --with-* > parameters). 2.2.16.2-2 removes these dependencies.Thanks! I was able to figure out the right packages thanks to Eric's pointers, but this is even better. w