similar to: how can i get start xapian with php

Displaying 20 results from an estimated 20000 matches similar to: "how can i get start xapian with php"

2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Le 26/03/16 18:44, Yannick Warnier a ?crit : > Le 26/03/16 18:04, Olly Betts a ?crit : >> On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote: >>> On an Ubuntu 15.10, following the docs at >>> https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package >>> >>> When >>> >>> running debuild -e PHP_VERSIONS=5 -us -uc
2016 Mar 26
3
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Le 26/03/16 18:04, Olly Betts a ?crit : > On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote: >> On an Ubuntu 15.10, following the docs at >> https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package >> >> When >> >> running debuild -e PHP_VERSIONS=5 -us -uc >> >> I get (sorry for the French): >> >> >> "
2007 May 23
1
Debian etch packages of php5-xapians have old style flat function interface
I'm running Debian stable (etch) on a server, and have the following Xapian packages installed. root@seagrass:/etc/php5/apache# dpkg -l | grep xap ii libxapian-dev 0.9.9-1 Development files for Xapian search engine l ii libxapian13 0.9.9-1 Search engine library ii php4-xapian
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Hi Olly and co, On an Ubuntu 15.10, following the docs at https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package When running debuild -e PHP_VERSIONS=5 -us -uc I get (sorry for the French): " dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: paquet source xapian-bindings dpkg-buildpackage: version source 1.2.21-2.1 dpkg-buildpackage: distribution source unstable
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote: > On an Ubuntu 15.10, following the docs at > https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package > > When > > running debuild -e PHP_VERSIONS=5 -us -uc > > I get (sorry for the French): > > > " > dpkg-buildpackage -rfakeroot -D -us -uc > dpkg-buildpackage: paquet source
2006 Mar 03
1
Unable to load dynamic library '/usr/lib/php/extensions/xapian.so'
I thought that I installed all the bindings but seems to me that I am missing xapian.so when I try to run smoketest.php Warning: dl(): Unable to load dynamic library '/usr/lib/php/extensions/xapian.so' - /usr/lib/php/extensions/xapian.so: cannot open shared object file: No such file or directory Can somebody send me the link to the module that I need to install? Thanks, Kevin
2006 Aug 09
1
php and xapian
Hi, I'm using Xapian 0.9.6 bindings with PHP 5.1.4 and am getting a Segmentation Fault at the end of script execution any time that the xapian.so object is loaded in the php.ini. Any time that php gets invoked it faults after the scrtip completes - regardless of whether any xapian code (or any code for that matter) was called. However, with that said it appears that Xapian is still working
2012 Jun 22
1
Problem with running xapian-bindings (php) on Fedora 16 and 17
Hi. I have problem with running xapian php plugin on Fedora 17 64 bit. Earlier I had problem with Fedora 16 64 bit. After installing from yum repo or compiling from source I was getting error : PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/xapian.so' - /usr/lib64/php/modules/xapian.so: undefined symbol: zend_error_noreturn in Unknown on line 0 On Fedora
2011 Dec 27
0
Xapian php module doesn't load.
I have web server with nginx, php-fpm(php 5.3.8) on fedora 16. I have installed xapian from yum base repository (yum install php-xapian), everythigs went ok. But after adding extension=xapian.so to my php.ini file and restarting php-fpm, xapian. so doesn't load. After typing php -m in command line i can see error message :"PHP Warning: PHP Startup: Unable to load dynamic library
2009 Apr 14
2
questions about xapian
Hi! Alls ???? i have read code of xapian more than one month,i leant a lot from your code both form design of search engine and code details. ???? however, something make me in a puzzle. ? ?? Take? RefCntBase as an example, it seems that it is a "kernel" of xapian, as many classes inherit from it. But,what is it funtion? why is it so important? ???? Another confusion is about
2009 Apr 14
2
questions about xapian
Hi! Alls ???? i have read code of xapian more than one month,i leant a lot from your code both form design of search engine and code details. ???? however, something make me in a puzzle. ? ?? Take? RefCntBase as an example, it seems that it is a "kernel" of xapian, as many classes inherit from it. But,what is it funtion? why is it so important? ???? Another confusion is about
2009 Mar 02
0
Xapian, PHP bindings and
Hello, With PHP, I try to get spelling corrections but after 2 days of trying I can make it work !!! Here is my < simple > code : <?php require_once( '../global.info.php' ); require_once( 'xapian.class.php' ); require_once( 'xapianencode.func.php' ); // Open the database for searching. try { $database = new XapianDatabase(
2006 Oct 19
1
Writing with xapian-tcpsrv and php
Hi, I think, there is missing constructor function supporting remote writing for XapianWritableDatabase class in the php bindings (0.9.7). This code: $db = new XapianWritableDatabase(remote_open($db_host, $db_port), $action); returns: Fatal error: No matching function for overloaded 'new_XapianWritableDatabase' (...) $db = new XapianWritableDatabase($path, $action); works fine.
2006 Aug 04
0
Xapian article in PHP Architect
Hi all, I've just seen a great article in PHP Architect all about Xapian, written by Marco Tabini who set up the BeebleX PHP search site. "..This level of specialization has allowed the developers of Xapian to implement some features that, for a lack of a more technical term, can only be defined as "extremely cool":.....' It's a great introduction to Xapian and how
2010 Mar 19
2
xapian-tcpsrv php in real fastcgi loop
Hello, i'm fresh new to xapian (and impressed.. fast, faster, xapian). And so i have a problem with no solution at the moment. I have a webapp based on php5 in a special fastcgi loop environment (thus there are some loops spawned handling multiple requests so there is no need for php to recreate classes and Objects all the time). I implemented a xapian wrapper class to access a remote
2011 Jul 28
1
Fwd: Re: Writing a Quick Start Guide to Xapian
Another tale of a forgotten CC, damn, so here it goes... -------- Original Message -------- Date: Thu, 28 Jul 2011 14:35:03 +0200 From: Chris <chris at s-4-u.net> To: Justin Finkelstein <justin at redwiredesign.com> Subject: Re: [Xapian-discuss] Writing a Quick Start Guide to Xapian Hey Xapian list, i (unfortunately) have to agree, that the current Xapian docs are
2011 Jul 27
2
Writing a Quick Start Guide to Xapian
Google are holding a GSoC "Doc Camp" this year the week before the annual mentor summit - the dates for Doc Camp are 17-21 October, and the location is Google HQ in Mountain View, California, USA. A major part of this will be several Book Sprints for writing Quick Start guides for specific organisations taking part in GSoC. They're currently inviting proposals, and I'd like to
2007 Nov 27
3
Problems with xapian php bindings in osx
Hello, I am attempting to run the smoketest.php file from my devserver and am getting nothing but errors. It looks like it did not install correctly. Yesterday I compiled the source on os x and it appeared to install just fine, but now it is not working at all. I tried to replace the location of the xapian.php file with a hardcoded located and got a different set of errors. Here are
2011 Apr 18
0
Who can help me?I got a problem when I make ”Xapian-bindings“
Hi? I am a beginer. And I want to try this searcher. When I configure and building Xapian-bingdings, I met this problem. I type "make" then got some error info: That appear like this: jack at jack-desktop:~/SE/xapian-bindings-1.2.5$ make make all-recursive make[1]: ?????? `/home/jack/SE/xapian-bindings-1.2.5' Making all in python make[2]: ??????
2006 Apr 15
1
rpmbuild error with xapian-bindings-0.9.5
There are two issues with rpmbuild xapian-bindings-0.9.5. xapian.pyo is missing in the source package but it is defined in xapian-bindings.spec. After removing the following line from xapian-bindings.spec I could finish rpmbuild without error. %ghost %{_libdir}/python%{python_ver}/site-packages/xapian.pyo csharp binding is turned on by default in xapian-bindings.spec. As you know csharp