Displaying 20 results from an estimated 3000 matches similar to: "Compiling PHP Bindings"
2018 Oct 02
2
Can't build xapian-bindings in a virtual env
Hi,
I'm on a Ubuntu 18.04 server, trying to use django-haystack with xapian
in a python3.6 virtualenv.
The virtualenv is set up not to use system packages, meaning that I
can't just install python3-xapian-haystack with apt, and instead have to
manually build xapian-core and xapian-bindings within the virtualenv.
This works with xapian-core and the --prefix argument to configure. When
I
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
2005 Nov 08
2
crash in PHP4 examples
Hi,
I have been experimenting with simpleindex.php in the php4 examples.
However, the command seems to crash on exit:
$ php simpleindex.php h < simpleindex.php
Segmentation fault
I ran it through gdb to get a stack trace (see below). It looks to me as
if the WritableDatabase may be getting deleted twice. Can this be fixed,
or alternatively is there any work around?
I'd have a look at
2007 Apr 26
1
Rules for running SWIG
With the new "stamp" rules for running SWIG, things don't seem to get
rebuilt when I expect them to, e.g.:
olly at ixion:~/svn/xapian/xapian-bindings/python $ make modern/xapian_wrap.cc
make: Nothing to be done for `modern/xapian_wrap.cc'.
olly at ixion:~/svn/xapian/xapian-bindings/python $ ls -l modern/xapian_wrap.cc
ls: modern/xapian_wrap.cc: No such file or directory
Problem
2005 Jun 15
1
Python 2.1 bindings
I'm having a problem compiling the python 2.1 packages for release 0.9.1
- I get many errors along the lines of:
../../python/olde/xapian_wrap.cc: In function `PyObject*
PySwigObject_repr(PySwigObject*)':
../../python/olde/xapian_wrap.cc:664: error: `PyString_FromFormat'
undeclared
(first use this function)
On further investigation, the copies of xapian_wrap.cc in the olde and
2016 Apr 11
1
[PATCH] RFC: php: support PHP 7
Adapt to the API changes in the newer versions of the Zend framework, in
particular regarding:
- strings handling
- resources handling (used for the guestfs_h pointer)
- iterating in hash maps
- data types for function arguments
Introduce helper macros to reduce greatly the amount of #if's all around
the generated C code.
---
generator/php.ml | 96
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
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]: ??????
2005 Sep 12
2
Compiling xapian-bindings-0.9.2 on OpenBSD 3.7
Hello,
Compiling xapian-core-0.9.2 worked fine, and make check reported that the tests ran without problems (although it skipped some near the end). Now I'm trying to compile xapian-bindings-0.9.2 on OpenBSD 3.7 but have run into a problem. After hours of searching the net I haven't found a solution.
For reference gcc -v gives the following output:
Configured with:
Thread model: single
2005 Dec 22
1
Xapian Binding compile error in Windows XP using CygWin
Hello
I'm new with the Xapian and I'm trying to install it in Windows XP SP2.
I'm using CygWin (the full version).
Have already compiled the xapian-core, using a change found in gmane for the
file safewindows.h
In cygwin path usr/local/ have the xapian lib etc.
For the binding the ./configure command passes ok.
when the make starts I get the folowing :
....
MANY ERRORS at
2007 Oct 18
3
Changing php5 with php4 in CentOS 5
Hi,
In our server CentOS 5 is installed. Some of our web pages are compatible
with php4 but in centOS 5 , php5 is installed and we cannot see our pages.
I want to remove php5 and install php4 but i could not find php4 rpm for
CentOS 5. Can anybody help me?
Thanks
Can ?izer
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Sep 15
1
can´t build ruby bindings with msvc (xapian 1.1.2)
hi
i?m trying to build the ruby bindings in xapian 1.1.2 on win xp.
i?ve
1. pulled the tags/1.1.2 revision from svn
2. built SWIG from repo via MinGW and MSYS (swig -help works, so build seems
ok to me)
3. built xapian-core following readme in ...\win32msvc, apitest doesn?t give
errors
now if i try to build:
"...\ruby>nmake SWIGBUILD=1
Microsoft (R) Program
2007 Feb 10
1
php5 rpm to be installed in parallel with php4?
Hi,
I'm looking for a php5 rpm which I can install in parallel with php4. Therefore,
the centosplus rpm is (AFAIK) not usable for me as it replaces php4.
Does centos provide an php5 rpm which does not touch my php4? Is there a
matching srpm on web?
Sorry, if this question is a FAQ. Thanks for your help :)
fs
2012 Jun 12
1
php4 under Centos6
Hello, is there any way of getting php4 installed on Centos6? I'd like
to install it in an apache/fastcgi environment.
Has anybody got a link to a description/howto describing a clean install?
I failed compiling the original php4 tar ball and failed relocating the
php binary.
Thanks in advance
Regards
Michael
2018 Oct 03
0
Can't build xapian-bindings in a virtual env
On Tue, Oct 02, 2018 at 04:13:14PM -0700, Eric Abrahamsen wrote:
> ./configure --prefix=$venv --with-python3
>
> The configure process looks fine: xapian-config is found correctly, as
> is my virtualenv python installation. Then I export LD_LIBRARY_PATH as
> $venv/lib.
You shouldn't need to set LD_LIBRARY_PATH - libtool should set rpath
when linking against a library outside
2009 Jun 25
2
JRI - problem to access "stats" package
Hello,
I am a new R user. More precisely, I am working with JRI (on a Eclipse
Java6 project under Ubuntu9).
I have difficulties to access some R packages (For example: package
"stats", object "Normal", function "pnorm").
I have tried many solutions to set the right path but nothing have succeed:
For example:
2005 Apr 18
1
php mysql pronblem with server
Hi,
I have a problem installing a minimal server configuration, with php and
mysql.
Seems like no matter what I try I never get a /usr/lib/php4/mysql.so.
/usr/lib/php4 only has;
ldap.so
I installed on a workstation with "Everything" and I see /usr/lib/php4/
as; domxml.so gd.so imap.so ldap.so mbstring.so mysql.so
ncurses.so odbc.so pgsql.so snmp.so xmlrpc.so
TIA
Gerald
2005 Mar 19
1
Areskicc installation problems
Hi,
I'm trying to install Areskicc but with no much sucess. After
installing the UI I login as root/mypass, but in the left menu I only
have 3 options: Main Template, disconnect and logout. When I click on
Mail Template> Show mail template it shows an error page. First, is
there a way to increase the debugging level so I can know what's going
on behind the scenes? Second, I've
2003 Jul 23
1
problem w/ php3+php4
Hello,
Has anybody experienced any problems with php3+php4 combo
in systems newer than 4.6-STABLE (as of June-Aug 2002)?
Briefly, the problem looks very similar to what is
stated in the following reports:
http://groups.google.com/groups?q=%22php3+kills+apache%22&hl=ru&lr=&ie=UTF-8&oe=UTF-8&selm=wqz8yrfzbug.wl%40hurt.theclones.net&rnum=1
2005 Oct 14
1
php4/php5
Hey Guys,
I need to run PHP4/PHP5 from the same physical server.
I have apache + php5 currently.
Im thinking of creating a new apache and php4 from srpms and installing
It all in say /opt/apache_php4 and then running it from its own IP since
The server has two external IP addresses available.
Just wondering if anybody here has needed to do the same in the past and
what did you do to achieve