[Xapian-discuss] php bindings not working in the browser
Olly Betts
olly at survex.com
Thu Dec 14 19:36:32 GMT 2006
On Thu, Dec 14, 2006 at 10:49:00AM -0800, Jamie D wrote:
> Just a thought, are there any know php or apache extensions (or
> setting) that would conflict with Xapian?
I'm not aware of any extensions which conflict. A few settings can
(enable_dl, safe_mode, etc) but we've covered those.
> Warning: dl() [function.dl]: Unable to load dynamic library
> '/usr/local/apache2/lib/xapian.so' - libxapian.so.13: cannot open
> shared object file: No such file or directory in
> /home/username_removed/public_html/xapian/php5/xapian.php on line 23
This sounds like the problem is that libxapian.so.13 isn't found. This
is the main xapian library. Where did you configure and install
xapian-core to?
And what does this report:
ldd /usr/local/apache2/lib/xapian.so
Cheers,
Olly
More information about the Xapian-discuss
mailing list