Linux Install the PHP solr extension step detailed

Source: Internet
Author: User
Tags fpm solr

Download the latest version from HTTP://PECL.PHP.NET/PACKAGE/SOLR.

Run after decompression:

Phpize

./configure

Make install

Copy an extended file under the/ETC/PHP.D, and change the load extension to solr.so. Restart php-fpm load SOLR extension: Service php-fpm Reload


then modify PHP.ini (Vim/usr/local/etc/php.ini) and put

Extension_dir = "./"

Amended to

Extension_dir = "/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/"


and add a row

Extension=solr.so

Note:/usr/local/php5/bin/phpize may change depending on where PHP is installed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.