On Thu, 11 Jul 2002, Matias Lopez wrote:

> hello
> I have a litle problem when i try to update an apache server.
> After I do # rpm -Fvh apache* in the dir where the apache's rpm is, I 
> get an error massage that says that there is a problem with some 
> dependences.
> So I download the packets for upgrade this dependences but, I couldn't
> install them.
> I'm tring to install a packete called mod_bandwidth but wen I do # rpm 
> -Fvh, nothing happend, just returns the prompt.Also I try with # rpm -U 
> packet.rpm, and I get ather error that says there is a problem with the 
> apache version.
> Some one have this problem to?
> How can I fix this?

Hi Matias, 

The short answer is, update them both at the same time:

rpm -Uvh mod_bandwidth* apache*

The long answer is that -F is for freshen, so it does nothing if the 
package isn't yet installed. Even when you do -U (update) the package is 
found to depend on apache. But apache depends on it... So install them 
both at the same time as above.

Does that make sense? I'm not sure if it does.
Hope it helps anyways,

Arend

PS. You'll probably have to stop then restart apache afterwards, not 
just -HUP it.



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to