similar to: Error rebuilding PHP5 under CentOS 5

Displaying 20 results from an estimated 3000 matches similar to: "Error rebuilding PHP5 under CentOS 5"

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
2007 Sep 28
3
PHP5/CentosPlus big mess.
Ok, so if you tuned in last time, I couldn't make the installation/upgrade of PHP5 from the Centos4 CentOS Plus repository work. Not one to be easilly dissuaded, I shapened my shovel and dug myself a hole. So using the exclude= lines in the repository config file backfired big time: even if I excluded the exclude= lines, yum continued to exclude the files on those lines, and only deigned to
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): >> >> >> "
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
2013 Sep 18
0
Some php5 extensions not installed until a second run
Hi, I''ve inherited a puppet setup for automating php installation and extension management. We''re on Debian and we''ve encountered a strange issue that I''ve traced down back to puppet I think. I''ve stripped back the configuration and made the problem reproducible, logs and config pasted below. 1. php5-common, php5-memcache, and php5-mysql are all
2009 Jun 29
1
php5 and sqlite
Is there any reason (besides upstream does it) to compile php5 with --without-sqlite in CentOS5 ? Would it conflict with the sqlite that yum needs? Is there a repo (centosplus, rpmforge...) having a php5 and sqlite enabled ? I can only find older mails that seem to imply it does not harm to include sqlite (and some which seem to imply the contrary as well, but without any facts) but I can find
2004 Aug 26
6
chan_capi module
Hello! I have tried to compile the capi module (http://www.junghanns.net/asterisk/downloads/chan_capi.0.3.5.tar.gz) on fedora2 today. ----------- MAKEFILE -------------- ..EXPORT_ALL_VARIABLES: INSTALL_PREFIX= #ASTERISK_HEADER_DIR=$(INSTALL_PREFIX)/usr/include ASTERISK_HEADER_DIR=/usr/include/asterisk #MODULES_DIR=$(INSTALL_PREFIX)/usr/lib/asterisk/modules
2006 Feb 21
1
0.9.3+ bindings and php5
hi all, i noticed php5 is now supported, however ./configure isn't seeing it. here's a snippet from running ./configure: ----- checking for php-config... /usr/bin/php-config checking for ... no checking for php5... no checking for php... no ----- 'php-config --version' reports '5.0.5-pl5-gentoo' any ideas? thanks much, andrew
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:
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
2006 Sep 01
2
PHP5?
Hi everyone, I wish to run PHP5 on my web servers. Does CentOS support PHP5 yet or does this have to be manually built? Thanks.
2007 Sep 20
3
running php4 and php5 parallel
Is it possible to run php4 and php5 parallel in Centos4 somehow? If the parallel php5 could be installed from rpm also that would be great also. Regards, Peter
2007 Jul 03
1
best way to upgrade php4 -> php5 on CentOS?
What is the best way to upgrade PHP4 to PHP5 on CentOS? I see from "rpm -qa" that I'm running PHP-4.3.9. Should I uninstall this old PHP4 package and then reinstall PHP5? Or is there some cool yum upgrade thing I might run? This is a VMware virtual box for testing, so I'm more concerned about learning what to do, rather than interrupting anything. -------------- next part
2006 May 13
2
PHP5 questions
If I install PHP5 from centosplus it will replace PHP4, is this correct? Or is there a way to have it installed in parallel? I know I can't run both modules at the same time, but I'd prefer having them installed in parallel, so I can switch back/between easier. When I try updating I get a dependency warning from php-eaccelerator (from dag repo) - can I ignore that? Searching thru my
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
2006 Nov 13
1
php5 in centosplus update?
The recent htmlentities/htmlspecialchars bug was affecting all versions of PHP older than 5.2.0. With that in mind, I was just wondering if there is any timeframe to release a fix in centosplus repository for PHP5 package? I've noticed that Red Hat released fixed PHP5 packages for RHEL4 last week (php-5.1.4-1.el4s1.5). -- NOTICE: If you are not intended recipient, you are hereby
2007 May 29
1
centosplus :: php5 + mysql4 :: possible?
Hi, I was wondering if anyone came across this problem before: I'm trying to install php5 from the centosplus repository but it wants me to upgrade from mysql4 to mysql5 (also provided by the centosplus repository). Has anyone come up with a good work-around for this? I'd like to have php5 and mysql4 talking to each other in the most yum/rpm friendly way possible. Note: While
2006 Jul 20
1
SQLite with PHP5 problem
Has anyone ever installed PHP5 with SQLiteDatabase class support in CentOS 4.3? I have to run a program with this class for a core feature. But unfortunately, both the php 5.0.4 package in centosplus and a SRPM build from FC5 will not work with this class. With the error "undefined class SQLiteDatabase"! And there *IS* the "pdo_sqlite.so" extension in my php.d/pdo.ini file, as
2005 Nov 01
2
centosplus php
Anyone working on the updates for php to the centosplus repository and an eta? The php5 stuff is the only thing I use out of the centosplus repo. TIA Mark Bassett Omaha World Herald Firewall Administrator Certified Ethical Hacker -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Mar 27
2
PHP5 - Query Parsing Bug
I'm replying to a very old thread (9 years ago) here http://grokbase.com/t/xapian/xapian-discuss/072tprmr6h/php5-query-parsing-bug So not sure if that's going to end up being more or less readable... I have this error : Fatal error: No matching function for overloaded 'new_Query' in /usr/share/php/xapian.php on line 2607 Line 2607 (and surrounding) looks like this and are in