> 
> Can't speak to any complications from using up2date, but /usr/bin/rpm
> deals with that situation perfectly, if you just specify both packages
> on the same command line ("rpm -Uvh package1 package2").

you got a point.  So it works in this case, thanks.  

I'm almost sure i've had headaches more complicated than
a 3-way dependencies but i can't recall those situations
at the moment..I also recall chasing this thing over the phone
with a friend, isnt exactly fun :-)

jondz

[EMAIL PROTECTED] /tmp]$ ls openssh*rpm
openssh-3.1p1-8.i386.rpm          
openssh-askpass-gnome-3.1p1-8.i386.rpm  
openssh-server-3.1p1-8.i386.rpm
openssh-askpass-3.1p1-8.i386.rpm  
openssh-clients-3.1p1-8.i386.rpm
[EMAIL PROTECTED] /tmp]$ 

[EMAIL PROTECTED] tmp]# rpm -Uvh openssh-3*rpm
error: failed dependencies:
        openssh = 3.1p1-6 is needed by openssh-clients-3.1p1-6
        openssh = 3.1p1-6 is needed by openssh-server-3.1p1-6
[EMAIL PROTECTED] tmp]# rpm -Uvh openssh-clients*rpm
error: failed dependencies:
        openssh = 3.1p1-8 is needed by openssh-clients-3.1p1-8
[EMAIL PROTECTED] tmp]# rpm -Uvh openssh-server*rpm
error: failed dependencies:
        openssh = 3.1p1-8 is needed by openssh-server-3.1p1-8
[EMAIL PROTECTED] tmp]# rpm -Uvh openssh-3*rpm openssh-clients*rpm 
openssh-server*rpmPreparing...                
########################################### [100%]
   1:openssh                ########################################### [ 33%]
   2:openssh-clients        ########################################### [ 66%]
   3:openssh-server         ########################################### [100%]
[EMAIL PROTECTED] tmp]# 

[EMAIL PROTECTED] rh72updates]# 


--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to