On 4/2/2015 2:58 PM, Will Yardley wrote: > 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 or > in 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).
Sorry, Will lz4-r127-1.el6.i686 epel (# yum provides liblz4.so.1) libtextcat-2.2-10.el6.i686 base (CentOS) (# yum provides libtextcat.so.0) EricB.