Install Sphinx on CentOS
Download the latest beta release from the Downloads page.
wget http://sphinxsearch.com/files/sphinx-2.0.2-1.el5.x86_64.rpm
Install from the RPM (if updating use ‘rpm -Uvh’ instead):
rpm -ivh sphinx-2.0.2-1.el5.x86_64.rpm
Enable auto-lauching of the search daemon on boot:
chkconfig --level 345 searchd on
Start the search daemon:
/etc/init.d/searchd start