- 정보공유
[기타] 무료 공개용 검색엔진 프로그램 Sphinx 설치
- 작성일
- 14-03-29 14:20
- 조회수
- 46,301 건
- 댓글
- 0 건
공식사이트 : http://sphinxsearch.com/
1. 다운로드
# /home/temp/sphinx.tar.gz
2. 압축해제
# cd /home/temp/sphinx.tar.gz
# tar xvfz sphinx.tar.gz
3. 환경설정
# cd /home/temp/sphinx/
# ./configure --prefix=/usr/local/sphinx
3-1. 설치가 안될경우.
# apt-get install gcc
# apt-get install g++
# apt-get install make
# apt-get install build-essential
4. 설치
# make -j4 install
5. 환경 설정 파일 복사
# cd /usr/local/sphinx/etc
# cp sphinx-min.conf.dist sphinx.conf
6. 끝.