[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] New OpenSSL 1.0.0a / OpenSSH 5.5p1 RPMs (basic RPM usage)



Matt Waller wrote:
 >rpm --install openssh-5.5p1-2.m68kmint.rpm -v -h
reports:
error: failed dependencies:
          openssl >= 1.0.0a is needed by openssh-5.5p1-2

You are trying to install the openssh package.
RPM tells you that openssh requires openssl.
So you have to install openssl first.

I suggest you upgrade both packages at the same time.
Download the openssl and openssh binary RPMs
Then do:
rpm -U openss*.rpm

--
Vincent Rivière