: [root@rest src]# rpm -e openssh-*
: error: package openssh-3.4p1-2kr.i686.rpm is not installed
와일드카드를 사용해서 rpm 제거는 안되는 것으로 알고 있습니다.
기존 openssh 패키지를 제거할 필요는 없지만 꼭 하시려면
# rpm -qa | grep openssh
하셔서 나온 결과에 대해 실행하시면 됩니다.
: [root@rest src]# rpm -Uvh openssh-3.4p1-2kr.i686.rpm
: error: failed dependencies:
: openssl = 0.9.6e is needed by openssh-3.4p1-2kr
: libcrypto.so.0.9.6 is needed by openssh-3.4p1-2kr
openssh-3.4p1-2kr 을 설치하려면 openssl-0.9.6e 가 필요하다는 뜻이고,
: openssh = 2.9p2-7 is needed by openssh-askpass-2.9p2-7
: openssh = 2.9p2-7 is needed by openssh-askpass-gnome-2.9p2-7
: openssh = 2.9p2-7 is needed by openssh-clients-2.9p2-7
: openssh = 2.9p2-7 is needed by openssh-server-2.9p2-7
openssh-3.4p1-2kr 을 설치하려면 openssh-askpass, openssh-askpass-gnome,
openssh-clients, openssh-server 패키지도 같이 업데이트해야한다는 뜻입니다.
: [root@rest src]#
:
: 무엇이 잘못되었나요?
openssl 부터 업데이트하시고 그 후에 openssh SRPM 을 리빌드해 쓰세요.
자세한 방법은 게시판을 검색하시면 나옵니다.--이 곳에 서명을 적어주십시옹...