Ah, ausgezeichnet, thank you Kuli! We'll just use that.
On Wed, Nov 16, 2011 at 11:35 AM, Michael Kuhlmann wrote:
> Am 16.11.2011 17:11, schrieb Travis Low:
>
>
>> If I can't solve this problem then we'll basically have to write our own
>> PHP Solr client, which would royally suck.
>>
>
> Oh, i
Am 16.11.2011 17:11, schrieb Travis Low:
If I can't solve this problem then we'll basically have to write our own
PHP Solr client, which would royally suck.
Oh, if you really can't get the library work, no problem - there are
several PHP clients out there that don't need a PECL installation.
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
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