-->

Monday, June 4, 2012

install sphinx from source on ec2 linux

sphinx install needs my sql location .
download the sources and extract to folder then installed using :

./configure --prefix=/usr/local/sphinx --with-mysql-includes=/usr/include/mysql51/
make
make install 

No comments:

Post a Comment