Thanks so much for responding.  I tried your suggestion and the pecl build
*seems* to go okay, but after restarting Apache, I get this again in the
error_log:

> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/lib64/php/modules/solr.so' - /usr/lib64/php/modules/solr.so:
> undefined symbol: curl_easy_getinfo in Unknown on line 0

I'm baffled by this because the undefined symbol is in libcurl.so, and I've
specified the path to that library.

If I can't solve this problem then we'll basically have to write our own
PHP Solr client, which would royally suck.

cheers,

Travis

On Wed, Nov 16, 2011 at 7:11 AM, Adolfo Castro Menna <
adolfo.castrome...@gmail.com> wrote:

> Pecl installation is kinda buggy. I installed it ignoring pecl dependencies
> because I already had them.
>
> Try: pecl install -n solr  (-n ignores dependencies)
> And when it prompts for curl and libxml, point the path to where you have
> installed them, probably in /usr/lib/
>
> Cheers,
> Adolfo.
>
> On Tue, Nov 15, 2011 at 7:27 PM, Travis Low <t...@4centurion.com> wrote:
>
> > I know this isn't strictly Solr, but I've been at this for hours and I'm
> at
> > my wits end.  I cannot install the Solr PECL extension (
> > http://pecl.php.net/package/solr), either by command line "pecl install
> > solr" or by downloading and using phpize.  Always the same error, which I
> > see here:
> >
> >
> http://www.lmpx.com/nav/article.php/news.php.net/php.qa.reports/24197/read/index.html
> >
> > It boils down to this:
> > PHP Warning: PHP Startup: Unable to load dynamic library
> > '/root/solr-0.9.11/modules/solr.so' - /root/solr-0.9.11/modules/solr.so:
> > undefined symbol: curl_easy_getinfo in Unknown on line 0
> >
> > I am using the current Solr PECL extension.  PHP 5.3.8.  Curl 7.21.3.
>  Yes,
> > libcurl and libcurl-dev are both installed, also 7.21.3.  Fedora Core 15,
> > patched to current levels.
> >
> > Please help!
> >
> > cheers,
> >
> > Travis
> > --
> >
> > **
> >
> > *Travis Low, Director of Development*
> >
> >
> > ** <t...@4centurion.com>* *
> >
> > *Centurion Research Solutions, LLC*
> >
> > *14048 ParkEast Circle *•* Suite 100 *•* Chantilly, VA 20151*
> >
> > *703-956-6276 *•* 703-378-4474 (fax)*
> >
> > *http://www.centurionresearch.com* <http://www.centurionresearch.com>
> >
> > **The information contained in this email message is confidential and
> > protected from disclosure.  If you are not the intended recipient, any
> use
> > or dissemination of this communication, including attachments, is
> strictly
> > prohibited.  If you received this email message in error, please delete
> it
> > and immediately notify the sender.
> >
> > This email message and any attachments have been scanned and are believed
> > to be free of malicious software and defects that might affect any
> computer
> > system in which they are received and opened. No responsibility is
> accepted
> > by Centurion Research Solutions, LLC for any loss or damage arising from
> > the content of this email.
> >
>



-- 

**

*Travis Low, Director of Development*


** <t...@4centurion.com>* *

*Centurion Research Solutions, LLC*

*14048 ParkEast Circle *•* Suite 100 *•* Chantilly, VA 20151*

*703-956-6276 *•* 703-378-4474 (fax)*

*http://www.centurionresearch.com* <http://www.centurionresearch.com>

**The information contained in this email message is confidential and
protected from disclosure.  If you are not the intended recipient, any use
or dissemination of this communication, including attachments, is strictly
prohibited.  If you received this email message in error, please delete it
and immediately notify the sender.

This email message and any attachments have been scanned and are believed
to be free of malicious software and defects that might affect any computer
system in which they are received and opened. No responsibility is accepted
by Centurion Research Solutions, LLC for any loss or damage arising from
the content of this email.

Reply via email to