Reputation: 1068
I am trying to install Sphinx search, I have installed the sphinx in the following steps
downloaded the sphinx from sphinxsearch.com/downloads and extract the tar.gz file.
tar -xzvf sphinx-2.2.6-release.tar.gz
cd sphinx-2.2.6-release
./configure --prefix=/usr/local/sphinx
make
make install (from the root)
when I check the /usr/local/sphinx/bin didn't find search CLI tool. can anyone let me know what I am missing while installing Sphinx Search? Thanks in advance!
Upvotes: 2
Views: 169
Reputation: 21091
The tool has been (intentionally) removed. Its been depreciated for a long time.
Upvotes: 3