Hi All, I've built RPM packages for Xapian 1.2.7 for RHEL 6. Instructions: su rpm -ivh http://rpm.eprints.org/rpm-eprints-org-key-1-1.noarch.rpm rpm -ivh http://rpm.eprints.org/xapian/6/noarch/rpm-eprints-org-xapian-6-1.noarch.rpm yum update yum install xapian-omega xapian-bindings-{php,python,tcl8,perl,ruby} perl-Search-Xapian is available for those not using the SWIG bindings. I had to add to the omega .spec %files section: %{_libdir}/%{name}/bin/outlookmsg2html So I could build xapian-omega. Even though Olly promised to fix that two versions ago :-) NB Xapian 1.0.20 is available from EPEL for RHEL 6: http://fedoraproject.org/wiki/EPEL All the best, Tim.
On Tue, Aug 23, 2011 at 01:55:49PM +0100, Tim Brody wrote:> I had to add to the omega .spec %files section: > %{_libdir}/%{name}/bin/outlookmsg2html > > So I could build xapian-omega. Even though Olly promised to fix that two > versions ago :-)Argh - the change was sitting there uncommitted in an SVN tree. Now actually committed and backported ready for 1.2.8. Sorry about that, and thanks for prodding me. Cheers, Olly
On Thu, 2011-09-01 at 13:32 +0100, Olly Betts wrote:> On Tue, Aug 23, 2011 at 01:55:49PM +0100, Tim Brody wrote: > > I had to add to the omega .spec %files section: > > %{_libdir}/%{name}/bin/outlookmsg2html > > > > So I could build xapian-omega. Even though Olly promised to fix that two > > versions ago :-) > > Argh - the change was sitting there uncommitted in an SVN tree. Now > actually committed and backported ready for 1.2.8. Sorry about that, > and thanks for prodding me.Don't forget to update the download page. /Tim.