similar to: php-pear problem on yum update

Displaying 20 results from an estimated 2000 matches similar to: "php-pear problem on yum update"

2008 Jan 14
1
Error install php-pear-db
I have a Centos 5.1 server that I need to install some pear modules php-pear y php-pear-db, i have this error: ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: php-pear noarch
2009 Mar 04
1
head scratcher update
perhaps my mind isn't working today. I'm trying to update a system that hasn't been updated in a while which I believe is CentOS 5.2 but it's possible that it's 5.1. I am pretty sure that it has php installed from CentOS-Extras and when I do yum update, it's stumbling on php --> Finished Dependency Resolution Error: Missing Dependency: php-common = 5.1.6-20.el5_2.1 is
2005 Dec 14
3
Horde domxml dependency problem
It appears that Horde requires the "domxml" PHP extension, which is apparently not a part of the standard CentOS 4.x PHP 4.x distribution. In fact, "domxml" is no longer available from the sourceforge web site as they prefer the use of the dom libraries in PHP5 instead. http://pecl.php.net/package/domxml Given these facts, how has anyone gotten this working? I would love to
2005 Dec 29
7
Building PHP PECL modules
I'm attempting to build some PECL modules on fully updated CentOS 4.2 system. Preferably pack them into nice RPM packages. However, seems I'm missing something. For example, this is what I get for sqlite module: $ pear makerpm SQLite-1.0.3.tgz `phpize' failed The php-devel package is installed (so I do have phpize command). It's just that it is failing. If I unpack the
2010 Aug 03
4
Managing Pear and Pecl packages in Puppet
Hi all, I''m using the pear/pecl package providers from http://www.mit.edu/~marthag/puppet/ and I''ve run into a memory limit problem. I''ve tried hacking the script so that it passes additional options to pecl/pear, however these just error out about not being valid options (even though they are!). I''m now at a point where the following stanza gives the
2012 Jul 18
3
pecl install json on CentOS 5.8
Hi Any clue about the below issue? /usr/bin/pecl install json WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update downloading json-1.2.1.tgz ... Starting to download json-1.2.1.tgz (17,780 bytes) ......done: 17,780 bytes 11 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module
2015 Mar 24
2
error building php spec file
Hey all, I'm attempting to build a spec file of php 5.6.7 - the latest stable - into an rpm. And it's failing with this set of errors: Processing files: php-5.6.7-1.el7.x86_64 warning: File listed twice: /etc/rc.d/init.d/php-fpm error: Symlink points to BuildRoot: /usr/bin/phar -> /home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar warning: File listed twice:
2019 Mar 15
4
PHP 7.x on CentOS 7 : which solution ?
Hi, As you all know, CentOS 7 is shipping PHP 5.4, which is OK in some situations. Unfortunately, some applications like OwnCloud require a more recent version of PHP. Up until recently, I've been using PHP 5.6 packages from the Webtatic repository. Despite the bad press this third party repo seems to have, it has been working perfectly for me for a few years. Here's the PHP 5.6 packages
2010 Nov 25
1
How to install PHP PEAR stuff best?
Hello CentOS users, I'm using gChartPhp by having copied it into /var/www/html dir. It works ok, but I wonder how to better install/organize/maintain PEAR "packages" under CentOS? I've got the php-pecl rpm installed too, wonder if it's helpful here. Or maybe just add a dir to php.ini? Please share your PHP "admin" wisdom Regards Alex -- Sent from my mobile
2007 Mar 07
8
PHP probes
Hi all, I remember at OSCON 2005 there was talk of adding DTrace probes to PHP (in fact, I have a photo of Bryan and Wes working on it!). Did they ever get into the upstream branch, ''cause I don''t recall seeing a --enable-dtrace (or similar) configuration option when I recently built PHP 5.2.1. If not, is there an ETA? TIA, -- Rich Teer, SCSA, SCNA, SCSECA, OpenSolaris CAB
2011 Apr 05
1
php53 and pear
Hi all We require some packages installed through pecl (apc and memcache) which we have done on CentOS 5.5 by installing php 5.2 from testing and also installing php-devel and php-pear to much success! We would like to move to php 5.3 after 5.6 comes out but I note that there is no specific php53-pear package in testing and the php-pear srpm in the 5server directory on ftp rc com seems to be
2012 Jul 12
3
php-pear missing from 5.8 (i386) metadata?
Hi, # yum install php-pear <snip> No package php-pear available. Nothing to do This is on CentOS 5.8 (i386). The package is available for both archs on the two mirrors I checked. I also tried a # yum clean headers # yum clean metadata # yum clean dbcache to no avail. Am I missing something or is it the metadata? Regards, Leonard. -- mount -t life -o ro /dev/dna /genetic/research
2006 Oct 15
2
MASS need R >= 2.4.0!!!
Hi, I have R 2.3.1 installed by debian p?ckage. I install only the base and recommended R packages from Debian source, all others packages I install from the R source at CRAN. But, I try to use library MASS, but I received this message: > library(MASS) Error: This is R 2.3.1, package 'MASS' needs >= 2.4.0 What is the problem? Inte Ronaldo -- "It ain't over until
2018 Dec 11
1
Announcing release of PHP 7.2
I am pleased to announce the immediate availability of PHP in version 7.2 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: # 1. Install a package with repository for your system: $ sudo yum install centos-release-scl
2018 Dec 11
1
Announcing release of PHP 7.2
I am pleased to announce the immediate availability of PHP in version 7.2 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: # 1. Install a package with repository for your system: $ sudo yum install centos-release-scl
2008 Mar 11
1
php 4/5 dependency question
I have a PHP box which was running NagiosQL on PHP4, and all of a sudden it stopped serving PHP pages. I went to http://boxIP/nagiosQL/testQL.php (that application's test page) and got the following error "PHP without mysql support, please install mysql module to php!" Not knowing what was broken, I attempted a "yum install php-*", but got the following message: --->
2007 Jul 18
2
CentOS 5.0 and php-yaz
Hi, I have a CentOS 5.0 LAMP server, and I need to install the php-yaz module to implement the Z39.50 protocol (which handles data exchange for public libraries). I've already done this with Debian (a one-liner: apt-get install php-yaz) and also on Slackware (more complicated: compile Yaz, rebuild PHP). Has anyone here ever done this on CentOS? What would be the most orthodox method to
2015 Apr 08
2
EPEL no php-pear package?
Does anyone know what package provides the pear utility for php on CentOS? I tried installing a php-pear module from epel and got this error: Resolving Dependencies --> Running transaction check ---> Package php-pear-DB.noarch 0:1.7.13-3.el6 will be installed --> Processing Dependency: php-pear(PEAR) for package: php-pear-DB-1.7.13-3.el6.noarch --> Processing Dependency:
2007 Feb 15
2
What is/provides php-pear(PEAR)
I am running up against a less than helpful error message when trying to install php-pear-DB (why people cannot content themselves with all lowercase packages names escapes me, but that is a rant for another time and place). After enableing centos-plus and adding includepkgs=php-pear-DB I get this: # yum install php-pear-DB Setting up Install Process Setting up repositories Reading repository
2010 Apr 17
2
centos egroupware
Hi, I am trying to install egroupware. The installation tests have some warnings. What are the packages missing which I can use yum to install them? Checking PEAR::HTTP_WebDAV_Server is installed: False PEAR::HTTP_WebDAV_Server is needed by: WebDAV. You can install it by running: pear install HTTP_WebDAV_Server Checking PEAR::Auth_SASL is installed: False PEAR::Auth_SASL is needed by: