Created
September 18, 2013 10:38
-
-
Save toothfairy/6607381 to your computer and use it in GitHub Desktop.
installing sphinx on debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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