Displaying 20 results from an estimated 800 matches similar to: "Problems with xapian php bindings in osx"
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
2007 Feb 04
1
Java Bindings on a Mac
I had to make some changes (sorry no diff available) to "configure" in
0.9.9 of the bindings so that I could compile them for OS X 10.4.8.
Essentially I replaced the the paths to jni.h with
/System/Library/Frameworks/JavaVM.framework/Headers. It compiled
without error and created both libxapian_jni.so and xapian_jni.jar in
the "built" subdirectory when I ran "make
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):
>>
>>
>> "
2012 Oct 02
1
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path
Hello
I am trying to use the java binding for xapian .
I am using ubuntu i have compiled the java binding and i got .so and .jar
file in build directory.
i tried to compiled the sample program from eclipse i get this exception
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in
java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
at
2008 Apr 30
1
Python bindings smoketest error
Hi all,
I'm getting an error in the smoketest. I'm using latest Swig and Python
bindings from SVN-HEAD:
File "smoketest.py", line 23, in <module>
import xapian
File
"C:\work\xapian\xapian-SVN\xapian-core\win32\Release\Python\xapian.py",
line 2099, in <module>
ValueRangeProcessor.__call__ = ValueRangeProcessor.__call
AttributeError: type
2007 Apr 11
1
Re: [Xapian-commits] 8181: trunk/xapian-bindings/ trunk/xapian-bindings/python/
On Wed, Apr 11, 2007 at 10:31:39AM +0100, richard wrote:
> python/smoketest.py: Replace cut-and-pasted test checking code
> with functions, to simplify tests.
It might be simpler, but mostly because functionality has gone - you've
thrown away all my carefully written failure messages!
Now if a test fails, the message is very generic and you have to read
the code to find out what's
2006 Apr 22
1
Ruby bindings now pass all smoketests
Dear Xapian developers,
I am happy to announce that the Xapian-Ruby bindings now pass all tests
defined in smoketest.rb. (These tests are mostly drawn from
smoketest.py; a few tests that are not applicable to the Ruby version
have been removed.) I have also added Olly's patch to integrate the Ruby
bindings into the automake/configure scripts.
The latest version is available by anonymous
2017 Jan 16
2
Building xapian-bindings
I'm posting this here to help others who might be having the same issue.
I maintain xapian-core ruby gem.
I was trying to upgrade to 1.4.2 and had some issues.
The generated makefile doesn’t work because of the following:
docs/rdocs/index.html: docs/xapian.rb
rm -rf docs/rdocs
$(MKDIR_P) docs
cd docs && $(RDOC) --op rdocs `test -f xapian.rb||echo
'$(abs_srcdir)/'`xapian.rb
2016 Aug 25
3
I need glibc 2.19+ for 32 bit CentOS 6.8 or CentOS7
On 08/24/2016 07:53 PM, Peter wrote:
> On 25/08/16 13:21, Kay Schenk wrote:
>> To all...yes I meant glibc, not glib. Target environment -- could be any
>> version of Linux. This is for Apache OpenOffice. The buildbots we've been
>> using are being decommisioned due to EOL. As a developer on that project, I
>> need to be able to test and use the builds. We'll be
2006 Dec 23
1
Re: Xapian jni
On Fri, Dec 22, 2006 at 12:31:08PM -0500, Alex Kushkuley wrote:
> If I understood correctly, the Xapian JNI layer keeps the "C-shadows"
> of all the org.xapian Java objects in hash maps untill objects are
> finalized by Java garbage collection. The java finalize method for an
> org.xapian object is overriden and among other things it calls native
> method that removes the
2004 Oct 18
1
xapian-bindings compile creates 34mb xapian_wrap.o file?
Questions are threaded into the output:
********************
#./configure --without-python
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking
2007 Apr 03
3
More weirdness with PHP bindings
Hi all,
There's been a odd bug reported to us by Daniel Menard while working on
the PHP bindings:
"I then tried to run the dotest target...All tests passed, except the
one about get_matching_terms (smoketest.php line 94).
I added this line before the exit:
for ($i=0; $i<strlen($terms); $i++) echo $c=ord($terms[$i]), ' ',
($c>31?$terms[$i]:''), "\n";
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
2016 Aug 25
2
I need glibc 2.19+ for 32 bit CentOS 6.8 or CentOS7
On 08/25/2016 10:44 AM, Gordon Messmer wrote:
> On 08/25/2016 09:49 AM, Kay Schenk wrote:
>> I do realize the sane thing to do is to have the builbots --
>> smoketest environments -- match the production environment
>
>
> I think the sane thing to do would be to use buildbots that support LSB:
>
> http://www.ludism.org/~rwhe/LSB/tutorial/tut.html
Great resource!
2004 Jul 28
2
Desired Install in MotorHome
I've got a client who would love to be able to leave an asterisk
server running sompelace, and achieve telephone connectivity using an
IP phone from within his Motorhome in his words "I want to be able to
work from a mountaintop in Glacier National Park"
I've done some initial testing, and a SNOM200 SIP phone comes close
enough to working that I have not ruled out the idea as
2015 Oct 30
4
disable ZTS in php
Hey guys,
I'm trying to disable ZTS in php, because an application we need
(AppDynamics) is not compatible with it.
So I tried compiling php with the following flags:
php -i | grep configure
Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs'
'--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '--with-libdir=lib64'
2015 Oct 30
2
disable ZTS in php
Yeah Erro, ok you have a point. I'll do that. Thanks!
On Fri, Oct 30, 2015 at 11:40 AM, Eero Volotinen <eero.volotinen at iki.fi>
wrote:
> This is really wrong way to do this. Install yum-utils and use
> yumdownloader --source package-name to get rhel version of package. Then
> modify spec file and recompile.
>
> Eero
> Hey guys,
>
> I'm trying to disable
2015 Sep 29
2
CentOS 6 Xen virt* issues
On Sat, Sep 26, 2015 at 9:29 PM, Pasi K?rkk?inen <pasik at iki.fi> wrote:
> On Sat, Sep 26, 2015 at 09:04:23PM +0300, Pasi K?rkk?inen wrote:
>> Hello,
>>
>> I just upgraded some of my el6xen boxes to latest CentOS 6.7, Xen 4.4.3 and dom0 3.18.17 rpms, and noticed these new problems:
>>
>
> And third issue aswell:
>
> 3) Creating an HVM guest using
2014 Feb 26
2
Test errors on fresh installation
Hi Olly,
I updated my local repo and built it again, but still getting the
error. I took a look at python3/test-suite.log file, but I could not locate
the source of test failure. Please find attached the log file with this
email. I am available on IRC(nick : ankit_agrawal) if that seems a
convenient medium for you to help me out with this issue. Thanks.
Regards,
Ankit Agrawal,
2017 Sep 16
2
require help
You can just use the same code that I provided before but now use your
dataset. Like this
df <- read.csv(file="data2.csv",header=TRUE)
dates <- as.Date(paste(df$year,"-01-01",sep=""))
myXts <- xts(df,order.by=dates)
head(myXts)
#The last command "head(myXts)" shows you the first few rows of the xts
object
year cnsm incm wlth