php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #59256 installation problem
Submitted: 2010-06-07 11:47 UTC Modified: 2011-12-04 02:50 UTC
From: andreys at bintime dot com Assigned: iekpo (profile)
Status: Closed Package: solr (PECL)
PHP Version: 5.2.13 OS: gentoo
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
48 - 33 = ?
Subscribe to this entry?

 
 [2010-06-07 11:47 UTC] andreys at bintime dot com
Description:
------------
We faced the problem with installation package solr-0.9.10 We downloaded package from your site and tried to read installation doc. As a result we saw in README.INSTALLATION:
"To compile from source, please follow the following steps
./configure
make && make install
This should compile the code and install it in the extension_dir specified in the ini file.
..."

But there are no directory configure in package. 
Could you clear up this moment?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-06-08 07:31 UTC] iekpo@php.net
If you look in your php.ini file you will see the "extension_dir" variable.

This is the directory that I am referring to
 [2010-06-08 07:33 UTC] iekpo@php.net
Once the extension is configured then you have to add solr.so as one of the extensions as well in the php.ini file

extension=solr.so
 [2011-12-04 02:50 UTC] frozenfire@php.net
-Status: Feedback +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 14:01:33 2024 UTC