Sunday, October 3, 2010

Installing Sphinx with MySQL support in Ubuntu Karmic Koala

apt-get install gcc make libmysqlclient15-dev libmysql++-dev


curl -O http://sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz


tar zxvf sphinx-0.9.9
cd sphinx-0.9.9
./configure
make
sudo make install


http://acidborg.wordpress.com/2009/11/22/how-to-install-and-configure-sphinx-in-ubuntu-9-10-with-mysql-support/

No comments:

Post a Comment