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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: andreys at bintime dot com
New email:
PHP Version: OS:

 

 [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 13:01:32 2024 UTC