This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Xapian Installation
Mac OS X
Xapian
curl -O http://oligarchy.co.uk/xapian/1.0.16/xapian-core-1.0.16.tar.gz tar xzvf xapian-core-1.0.16.tar.gz cd xapian-core-1.0.16 ./configure --prefix=/usr/local make sudo make install
Xapian Bindings
curl -O http://oligarchy.co.uk/xapian/1.0.16/xapian-bindings-1.0.16.tar.gz tar xzvf xapian-bindings-1.0.16.tar.gz cd xapian-bindings-1.0.16 ./configure --prefix=/usr/local XAPIAN_CONFIG=/usr/local/bin/xapian-config make sudo make install
Ubuntu with Ruby Enterprise Edition
It is possible to symlink the 2 xapian-binding related files from the core Ruby 1.8.6 to the Ruby Enterprise Edition. Here are the steps to get this work on Ubuntu where Ruby Enterprise was installed at /usr/local/ruby-enterprise:
# Install these 2 packages via apt-get: libxapian15 and libxapian-ruby1.8 cd /usr/local/ruby-enterprise/lib/ruby/1.8 ln -s /usr/lib/ruby/1.8/xapian.rb cd /usr/local/ruby-enterprise/lib/ruby/site_ruby/1.8/i686-linux/ sudo ln -s /usr/lib/ruby/1.8/i486-linux/_xapian.so sudo apache2ctl restart






