similar to: problem CentOS 5 yum upgrade

Displaying 20 results from an estimated 10000 matches similar to: "problem CentOS 5 yum upgrade"

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
2010 Dec 24
1
CentOS-testing php issues
Hi List, I have been using the php 5.2.10 from the testing repo and note the following: the php-suhosin packages in testing do not match the php version > PHP Warning: PHP Startup: suhosin: Unable to initialize module > Module compiled with module API=20050922, debug=0, thread-safety=0 > PHP compiled with module API=20060613, debug=0, thread-safety=0 Also, does anyone know of a rpm
2008 Jan 29
2
Rebuilding PHP: how do I manage updates?
Hi, Our public library management software (PMB) runs on Apache/PHP/MySQL. It requires some additional PHP modules to run correctly, namely: 1) php-gd 2) php-yaz 3) php-xslt I've googled and fiddled around quite a bit, and come to the following conclusions: 1) php-gd can be installed from extra repos (rpmforge IIRC), so this one's no problem. 2) To install php-yaz, I have to
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
2012 Mar 09
4
php-pear problem on yum update
Hello list I have centos-release-5-7.el5.centos and today I noticed that there are some updates with yum. I try to update but something hapend with php-pear: file /usr/share/pear/.channels/__uri.reg from install of php-pear-1.4.9-8.el5.noarch conflicts with file from pa ckage php-pear-ole-0.5-2.el5.rf.noarch file
2010 Jul 08
3
managing php pecl modules
Does anyone have a module that handles pecl effectively? Thanks much. -Jon. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at
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
2008 Dec 07
2
Suggested yum priorities settings for 3rd party repos
In the yum priorities page on the wiki Akemi Yagi suggests http://wiki.centos.org/PackageManagement/Yum/Priorities [base], [addons], [updates], [extras] ... priority=1 [centosplus],[contrib] ... priority=2 Third Party Repos ... priority=N (where N is > 10 and based on your preference) If you have rpmforge, kbs, epel all set up at 10 then wouldn't those also potentially overwrite
2009 Sep 01
3
yum priorities and rpmforge...
Hi, I am using the yum priorities plugin and, for some reason, it is blocking all rpmforge updates, even for already installed rpmforge packages... I have priority=1 for CentOS repos. Is it the 'normal' behavior or is something wrong in my conf? Thx, JD
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
2005 Jun 29
3
IMP 4
Dear All, anyone installed IMP4 on Centos 4.1 yet, http://www.horde.org/imp/4.0/ if so what problems did you have, I have a webmail server I am going to upgrade to Centos 4.1 and Imp 4 from its current centos 3.3 implementation and imp3 This is going to be a labour intensive manual task, and I wondered if anyone else out there was mad enough to have tried it already.... Failing that just
2006 Dec 30
2
PDFlib?
I'm trying to create pdf's on the fly with php, but I'm getting errors such as: Fatal error: Call to undefined function: pdf_new() I tried installing pdflib from dag, but I think I'm missing something to plug it into php. Has anyone done this? Mike
2012 Mar 10
3
Dependency issues when running yum update
Hi All, Am getting this: ---> Package xulrunner.i686 0:1.9.2.26-2.el6.centos will be updated --> Processing Dependency: libmozjs.so for package: gxine-0.5.905-1.el6.rf.i686 --> Finished Dependency Resolution Error: Package: gxine-0.5.905-1.el6.rf.i686 (@rpmforge) Requires: libmozjs.so Removing: xulrunner-1.9.2.26-2.el6.centos.i686 (@updates)
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
2007 Mar 29
3
RHEL4 - which yum version?
I'm looking at this document to convert RHEL4 systems to Yum and setup an updates repository. http://sial.org/howto/yum/ Which version of yum would you recommend for that? What would be the dependencies that need to be installed? Any guidelines for installing Yum on RHEL4 without breaking the RPM dependencies and stuff (and with minimal changes to the system)? The document recommends
2005 Aug 26
0
php-memcache module and Centos 3
Hi all, I need to compile the php-memcache PECL module but it needs a php 4.3.3 version. RHEL 3/Centos 3 provides only a php 4.3.2 but the symbol ' php_stream_pclose' is unknown. The compilation fail with : ext/memcache/memcache.o(.text+0x7ab):/home/alain/rpm/BUILD/php-4.3.2/ext/memcache/memcache.c:386: undefined reference to `php_stream_pclose' Then I wonder if a guru
2009 Feb 27
8
Repo order - priority plugins
Guys, what is the best way of arranging the repos with regards to their priority? Any ideas, especially for all non base ones? /etc/yum.repos.d/CentOS-Base.repo - priority = 1, 2 /etc/yum.repos.d/atrpms.repo /etc/yum.repos.d/epel.repo /etc/yum.repos.d/kbs-extras.repo /etc/yum.repos.d/kbs-misc.repo /etc/yum.repos.d/rpmforge.repo How would we position dags repo?
2008 Jul 01
4
why yum cannot find lighttpd?
Hi, I tried to install lighttpd in CentOS 5.2, but yum list lighttpd returned an error of "no matching packages to list". Should it be installed from source tarball? Thank you. Kind Regards, Jim
2007 Feb 27
1
How to enable yum at startup with yum 2.9
Hi all, I updated yum 2.4 to yum 2.9 from ATRPMS by using yum as below. yum update yum I now have yum 2.9. pls see yum ver below [root at mailgw yum]# rpm -qa |grep yum yum-2.9.4-74.el4.at yum-metadata-parser-1.0-7.1_1.el4.at Before that (i.e when I was running yum 2.4), I could enable yum at startup as below chkconfig yum on and I was also able to start/stop/restart yum as below.
2009 Mar 24
2
update yum
Am trying to update my wine i get the following .. [] download]# yum update wine* Loading "priorities" plugin Loading "fastestmirror" plugin Loading mirror speeds from cached hostfile * epel: ftp.nluug.nl * rpmforge: fr2.rpmfind.net * base: ftp.halifax.rwth-aachen.de * updates: ftp.halifax.rwth-aachen.de * addons: ftp.halifax.rwth-aachen.de * extras: