Displaying 3 results from an estimated 3 matches for "php_config".
2006 Sep 17
0
Install Xapian-bindings-0.9.6 with MingW
I run ./configure but it failed. So my question is:
What tools do I need to be installed so the ./configure process to work?
Should I install PHP under MingW and MSYS so i can use PHP_CONFIG variable? (I have PHP installed under Windows Xp and there is no php-config tool.)
Shoud I install SWIG?
Thank you.
---------------------------------
Stay in the know. Pulse on the new Yahoo.com. Check it out.
2007 May 14
0
Error rebuilding PHP5 under CentOS 5
...cast.c
because the cookie_io_functions_t type is not found.
To resolve the issue, I added the -D_GNU_SOURCE option to DEFS in the
makefile and (I think this is redundant but I didn't have enough time to go
through the configuration options) I add: " #include <libio.h> "in the
php_config.h file
Gut feeling is that I should not have to change the source code and a
combination of -D options in makefile should resolve this. If this is a
source code issue, then I'm surprised.
OK. After I did these changes, I was able to successfully build PHP5 using
the php-5.1.6-5.el5.src....
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