[WBEL-users] PHP Update am I missing something ?

NICK [NICK]" <linickx@gmail.com
Fri, 24 Dec 2004 09:22:16 +0000


Thanks All,

All upgraded ;-)

#rpm -Uvh *.rpm
Preparing...                ########################################### [100%]
   1:php                    ########################################### [ 25%]
   2:php-imap               ########################################### [ 50%]
   3:php-ldap               ########################################### [ 75%]
   4:php-mysql              ########################################### [100%]

I don't know why I couldn't think of that.

rgds,
Nick

On Thu, 23 Dec 2004 17:21:13 -0400 (CDT), Jesus Aneiros Sosa
<jas@ehtcf.co.cu> wrote:
> > Hi,
> > After seeing the mail from John morris, I tried to update my php....
> >
> > rpm -Uvh php-4.3.2-19.ent.i386.rpm
> > error: Failed dependencies:
> >         php = 4.3.2-14.ent is needed by (installed)
> > php-ldap-4.3.2-14.ent php = 4.3.2-14.ent is needed by
> > (installed) php-imap-4.3.2-14.ent php = 4.3.2-14.ent is needed
> > by (installed) php-mysql-4.3.2-14.ent
> >
> > but it failed... and the message confuses me.....
> >
> > rpm -q -a | grep php
> > php-4.3.2-14.ent
> > php-ldap-4.3.2-14.ent
> > php-mysql-4.3.2-14.ent
> > php-imap-4.3.2-14.ent
> 
> Do it this way:
> 
> -Put the rpms into a directory.
> -Then rpm -Uvh *.rpm
> 
> I prefer -F instead of -U just to upgrade the installed packages.
> 
> --aneiros.
> 
>