安裝php的sphinx擴充模組

來源:互聯網
上載者:User

標籤:ini   安裝   1.3   details   2.2.3   prefix   sdn   tar   目錄   

轉自

http://blog.csdn.net/fenglailea/article/details/38115821

 

首先你必須已經安裝過了sphinx

如何安裝sphinx請看:http://blog.csdn.net/fenglailea/article/details/38111661#t0

進入sphinx 安裝目錄api/libsphinxclient

#libsphinxclient 安裝(php模組需要)

cd sphinx-2.2.3-beta/api/libsphinxclient
./configure --prefix=/usr/local/sphinx
make && make install
安裝PHP Sphinx 擴充模組

#如果沒有擴充安裝包,先下載
wget http://pecl.php.net/get/sphinx-1.3.2.tgz
tar zxvf sphinx-1.3.2.tgz
cd sphinx-1.3.2
/var/lanmps/php/bin/phpize
./configure --with-php-config=/var/lanmps/php/bin/php-config --with-sphinx=/usr/local/sphinx
make
make install

PHP配置

修改PHP.ini,
1.如果以前已配置過擴充目錄則PASS

#extension_dir 目錄根據 sphinx 擴充安裝成功後提示的目錄
extension_dir = "/var/lanmps/php/lib/php/extensions/no-debug-non-zts-20121212/"
2.設定檔裡啟用擴充

[sphinx]
extension=sphinx.so

安裝php的sphinx擴充模組

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.