Displaying 20 results from an estimated 10000 matches similar to: "failed yum upgrade aftermath"
2008 Feb 06
2
yum upgrade php dependency failure
Hi,
I am trying to upgrade php to version 5. When running yum upgrade I
get this failure:
--> Running transaction check
--> Processing Dependency: php = 4.3.9-3.22.9 for package: php-pear
--> Finished Dependency Resolution
Error: Missing Dependency: php = 4.3.9-3.22.9 is needed by package php-pear
but the required php version is installed:
[root at ftp ~]# rpm -q php
2006 Feb 17
1
yum update error - helpful advise please
greetings
i have a certain production www and email server
when i yum update
[root at tst ~]# yum update
Setting up Update Process
Setting up repositories
update 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras
2007 Sep 24
3
CentOS Plus PHP5 upgrade.
Hi Folks,
I have some users who have a 64-bit CentOS 4.x install (current),
which was installed with @Everything and then some annoying packages
strategically removed (mrtg, pegasus*, mailman...) and they have
decided they have a need for php5.
I find on the web this instruction for doing this:
http://www.centos.org/centos/4/centosplus/Readme.txt
So I try to do this, and I get:
# rpm -e
2006 Jul 05
5
cacti on centos
Hi all,
I'm trying to get Cacti installed on my CentOS 4.3 x86_64 box. I've
got all of required packages installed, and created database file, and
followed all the instructions in install manual.
However, when I get login screen and use admin for username/password,
it simply redirects me straight back to login screen. Looking at
user_log table, the authentication was
2007 Feb 15
3
unable to run php application on centos4.0
Hi Friends,
I am trying to configure a blog on Centos4.0. The blog is written in
php and I am not able to run the php applications on this system.
php-pear-4.3.9-3.2
php-4.3.9-3.2
php-ldap-4.3.9-3.2
php-mysql-4.3.9-3.
Php is installed on the system and in the httpd.conf file I have added
index.php for Directory Index but whenever I try to access the blog i
get the contents of the file and
2005 Jun 14
4
CentOS / BQ / PHP 4.3.9 with the mail() function
Hey everyone!
Got a little problem...with CentOS / BQ / PHP 4.3.9 with the mail()
function
I'm able to send mail using postfix directly from the command line,
however when I try using the mail function of php no mail is being sent.
This simple script works on all my older Cobalt Boxs.
<? if($action=="send") {
$to = 'me at domain.dot';
$subject = 'the
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
2005 Feb 09
1
looking for responsible iax provider, aftermath
Greetings,
I'd like to thank everyone that has responded to my original email. I
have received information from several companies, and will be testing
several of them.
I also would like to update a statement from my original message to
clarify it:
>My strikelist: nufone, voicepulse, iax/sixtel
The strikelist is just a list of carriers that didn't meet the needs a
resonable
2006 Mar 27
9
mdadm and smtp yum update issue
greetings
i have a newer centos 4.2 server using qmail for smtp
the /etc/yum.conf has this in it
exclude=spamassassin exim postfix sendmail
so when i do a yum update to go to 4.3 i get this
--> Running transaction check
--> Processing Dependency: smtpdaemon for package: mdadm
--> Finished Dependency Resolution
Error: Missing Dependency: smtpdaemon is needed by package mdadm
how
2007 Jul 25
3
Yum missing dependency
I haven't run any updates on my systems recently, but now I'm trying to
get them up to date again. When I run a yum update, I get this error:
Error: Missing Dependency: initscripts >= 7.93.26.EL-1 is needed by
package httpd
I did a Google search, but I didn't find anything relating directly to
CentOS or RHEL and there was no fix suggested.
If it makes a difference, I am running
2007 Apr 05
2
"old" rpm version package handling broken!? (SuSE8)
Hi!
Using (among others) the pretty old SuSE8.1, I cant get puppet to
install packages.
The rpm programms bahaviour was changed somewhen between versions 3 and
4 (sry, donĀ“t know exactly when) and the old version does not support
the "--nosignature" and "--nodigest" params and "--oldpackage" is purely
an update parameter so when trying to install a package I
2006 Sep 25
4
Missing dependencies
I tried to update my Centos with yum update as I have done in the past,
but this time I received a list of dependencies. This is a new
experience for me and I would appreciate any help/suggestions. Here is
one of the lines:
Error: Missing Dependency: php = 4.3.9-3.15 is needed by package php-mysql
Todd
--
Ariste Software
2200 D Street Ext
Petaluma, CA 94952
(707) 773-4523
2008 Jul 18
1
Yum strangeness
Hi all,
I was about to do an update on my server, but looking at what the
output was and here's the output from the beginning with other parts
left off. I currently don't even have the clamav server installed, but
am using the 0.93 version of clamav-milter.
I've never seen yum throw in so many packages that aren't even
installed. I understand the dependencies has to be
2006 May 26
3
using a billing system
Hello to all,
Im trying to use DeadAGI to implement billing with Asterisk2Billing.
Before the billing, I had something like:
exten => _2XXXXXXXX,1,Dial(SIP/${EXTEN}@voiprovider)
Now, with Asterisk2Billing would be something like this?
exten => _2XXXXXXXX,1,Answer
exten => _2XXXXXXXX,2,Wait,2
exten => _2XXXXXXXX,3,DeadAGI,a2billing.php
exten => _2XXXXXXXX,4,Wait,2
exten =>
2010 Apr 19
1
What is mclust up to? Different clusters found if x and y interchanged
Hello All...
I gave a task to my students that involved using mclust to look for clusters
in some bivariate data of isotopes vs various mining locations. They
discovered something I didn?t expect; the data (called tur) is appended
below.
p <- qplot(x = dD, y = dCu65, data = tur, color = mine)
print(p) # simple bivariate plot of the data; looks fine
mod1 <- Mclust(tur[,2:3])
mod1$G
mod2
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
2004 Sep 14
1
Using yum to do downgrades
This is a yum question but relates to some work I am doing with CentOS
and other recent discussions on this list so I though I would post here
first.
Basically I am attempting a Red Hat 7.2 -> CentOS-2 upgrade. So far it
has worked like a charm. The problem is though that yum (no doubt by
design) will not downgrade packages to the CentOS versions.
The problem is that some old RPMs have
2005 Oct 28
2
UP vs SMP kernel ?
There was a discussion here several days ago that was precipitated by my
decision to manually install the new kernel before YUMming the upgrade
to CentOS 4.2. The upgrade went south but I recovered by doing a fresh
install and a bunch of copying from backups. All's well EXCEPT that I'm
back in the same "box", thanks to anaconda.
I set out to upgrade kernels this morning:
2006 Oct 04
2
Using YUM to install after server only install
Hi Gang-
I just installed Cent 4.4 using the server only CD. Perhaps I
overlooked a step, but I am trying to do this:
yum install zlib
Which gives me:
Setting up Install Process
Setting up repositories
kbs-CentOS-Extras 100% |=========================| 951 B
00:00
kbs-CentOS-Misc 100% |=========================| 951 B
00:00
update 100%
2005 Nov 12
0
CESA-2005:831 Moderate CentOS 4 s390(x) php - security update
CentOS Errata and Security Advisory 2005:831
https://rhn.redhat.com/errata/RHSA-2005-831.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/php-4.3.9-3.9.s390.rpm
updates/s390/RPMS/php-devel-4.3.9-3.9.s390.rpm
updates/s390/RPMS/php-domxml-4.3.9-3.9.s390.rpm
updates/s390/RPMS/php-gd-4.3.9-3.9.s390.rpm