Firefox3 Dependency Problem 해결하기

서버에 설치된 패키지들을 업데이트를 하려고

# yum update

를 실행하였다. 그런데 다음과 같은 의존성 문제가 발생하였다. Firefox3에 들어간 gecko-lib 에 문제가 있는 것 같다.

---> Package yelp.i386 0:2.22.1-4.fc9 set to be updated
--> Finished Dependency Resolution
totem-mozplugin-2.23.2-4.fc9.i386 from installed has depsolving problems
  --> Missing Dependency: gecko-libs = 1.9 is needed by package totem-mozplugin-2.23.2-4.fc9.i386 (installed)
nspluginwrapper-1.1.0-2.fc9.i386 from updates has depsolving problems
  --> Missing Dependency: gecko-libs = 1.9 is needed by package nspluginwrapper-1.1.0-2.fc9.i386 (updates)
--> Running transaction check
---> Package kernel-devel.i686 0:2.6.25.6-55.fc9 set to be erased
--> Processing Dependency: gecko-libs = 1.9 for package: totem-mozplugin
--> Processing Dependency: gecko-libs = 1.9 for package: nspluginwrapper
---> Package kernel.i686 0:2.6.25.6-55.fc9 set to be erased
--> Finished Dependency Resolution
totem-mozplugin-2.23.2-4.fc9.i386 from installed has depsolving problems
  --> Missing Dependency: gecko-libs = 1.9 is needed by package totem-mozplugin-2.23.2-4.fc9.i386 (installed)
nspluginwrapper-1.1.0-2.fc9.i386 from updates has depsolving problems
  --> Missing Dependency: gecko-libs = 1.9 is needed by package nspluginwrapper-1.1.0-2.fc9.i386 (updates)
Error: Missing Dependency: gecko-libs = 1.9 is needed by package totem-mozplugin-2.23.2-4.fc9.i386 (installed)
Error: Missing Dependency: gecko-libs = 1.9 is needed by package nspluginwrapper-1.1.0-2.fc9.i386 (updates)

구글링을 통해서 다음과 같은 해결책을 찾았다.

# rpm -e totem-mozplugin
# rpm -e nspluginwrapper
# yum update

1 개의 댓글:

좋은 정보 감사합니다 ^ㅡ^*

Reply

댓글 쓰기