sphinx 설치
./configure --prefix=/home/sphinx --with-mysql=/home/mysql
make mkae install
cd /home/sphinx/etc/
cp sphinx.conf.dist sphinx.conf
/home/sphinx/bin/indexer --all /home/sphinx/bin/indexer: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file:
No such file or directory
n -s /home/mysql/lib/mysql/libmysqlclient.so.16 /usr/lib/libmysqlclient.so.16
insert INTO test.documents ( group_id, group_id2, date_added, title, content ) VALUES( 1, 6, NOW(), '한글 가나다',
'this is my test document number two' )
/home/sphinx/bin/indexer --rotate
/home/sphinx/bin/searchd --stop
|