例の MariaDB に Sphinx を組み込みちう
例の configure に SphinxSE を組み込んで ゴリゴリ… 現在進行ちう
そーす:
mariadb-5.1.50.tar.gz
sphinx-0.9.9.tar.gz
[9.2.2. Compiling MySQL 5.1.x with SphinxSE]
1. SphinxSE を MariaDB の storage にコピー。
cp -R ./sphinx-0.9.9/mysqlse ./mariadb-5.1.50/storage/sphinx
2. cd mariadb-5.1.50 して autorun.sh を実行。
sh BUILD/autorun.sh
3. 例の configure に –with-plugin-sphinx を追記して configure!
…
./configure \
…
'--with-plugin-sphinx' \
…
4. 祈りを込めて make (-人-)
make
make check
make install
で… まだまだ make ちう
例の configure も うpだて
Continue reading »