On Mon, Jun 10, 2002 at 04:13:12PM -0000, [EMAIL PROTECTED] wrote:
> Well here's the situation. I need openssl 0.9.6 but I also need openssl 
> 0.9.5a. So RedHat came out with three packages:
> openssl-0.9.6 (refered to as 0.9.6)
> openssl-0.9.5a (refered to as 0.9.5a)
> openssl095a-0.9.5a (refered to as openssl095a)
> 
> Since you can't install two of the same package, they created the third one 
> so you can install both 0.9.6 and 0.9.5a. So in order for me to install 
> openssl-0.9.6 i had to install openssl095a so that the 0.9.5a didn't get 
> killed. But I had to forcibly install openssl095a since the files are owned 
> by the 0.9.5a package. So now we have openssl095a installed as well as 0.9.5a 
> which really doesn't make a big diff since they cover the same files. I then 
> installed 0.9.6 as an upgrade to 0.9.5a and that installed fine. So now I 
> have the libs for openssl 0.9.5a (openssl095a-0.9.5a-14) and openssl 0.9.6 
> (openssl-0.9.6-9) installed and the the walls have come tumbling down.

Basically you have one library, and you want both installed when you're
done, but RPM complains when you try to upgrade one without the other,
either because you're installing a package contains a file you already
have (openssl095a) or you're upgrading to a package which will remove
a needed library (openssl, where the library version is changed).

The best way to do this is to just upgrade both at the same time:
  rpm -Uvh openssl095a* openssl-*

Dependencies don't break, and everything should keep working.

HTH,

Nalin
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to