Skip to content

Instantly share code, notes, and snippets.

@toothfairy
Created September 18, 2013 10:38
Show Gist options
  • Save toothfairy/6607381 to your computer and use it in GitHub Desktop.
Save toothfairy/6607381 to your computer and use it in GitHub Desktop.
installing sphinx on debian
I had a proglem with index_exact_words parameter in 2.0.8
so i used an earlier version
also debian package strictly uses libmysqlclient16 but current stable is libmysqlclient18
wget http://sphinxsearch.com/files/sphinx-2.0.7-release.tar.gz
tar xvfz sphinx-2.0.7-release.tar.gz
cd sphinx-2.0.7-release && ./configure --without-pgsql
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment