안녕하세요 CentOs로 서버구축중 질문입니다.
jdk+tomcat+apache+mysql 로 셋팅해서 jsp 호스팅을 할려고 준비중인데요..
조금 난해해서 이렇게 질문드립니다. 최초 설치하고 나서, 기타 다른셋팅은 안했구요.
#useradd 개똥이
#passwd 개똥이
#yum install yum-plugin-fastestmirror
#yum updata
#yum groupinstall 'Development Tools'
하고
#yum install bind*를 하게 되면
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centosh2.centos.org
* extras: centosq2.centos.org
* updates: centosy.centos.org
Setting up Install Process
Package 30:bind-libs-9.3.6-16.P1.el5.x86_64 already installed and latest version
Package 30:bind-utils-9.3.6-16.P1.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package bind.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-chroot.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-devel.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-devel.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-libbind-devel.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-libbind-devel.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-libs.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-sdb.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind97.x86_64 32:9.7.0-6.P2.el5_6.2 set to be updated
---> Package bind97-chroot.x86_64 32:9.7.0-6.P2.el5_6.2 set to be updated
---> Package bind97-devel.i386 32:9.7.0-6.P2.el5_6.2 set to be updated
---> Package bind97-devel.x86_64 32:9.7.0-6.P2.el5_6.2 set to be updated
---> Package bind97-libs.i386 32:9.7.0-6.P2.el5_6.2 set to be updated
--> Processing Dependency: libxml2.so.2 for package: bind97-libs
---> Package bind97-libs.x86_64 32:9.7.0-6.P2.el5_6.2 set to be updated
---> Package bind97-utils.x86_64 32:9.7.0-6.P2.el5_6.2 set to be updated
--> Running transaction check
---> Package libxml2.i386 0:2.6.26-2.1.2.8.el5_5.1 set to be updated
--> Processing Conflict: bind97-devel conflicts bind-libbind-devel
--> Processing Conflict: bind97-devel conflicts bind-libbind-devel
--> Processing Conflict: bind97-devel conflicts bind-devel
--> Processing Conflict: bind97-devel conflicts bind-devel
--> Processing Conflict: bind97-libs conflicts bind-libs
--> Processing Conflict: bind97-libs conflicts bind-libs
--> Processing Conflict: bind97 conflicts bind
--> Processing Conflict: bind97-chroot conflicts bind-chroot
--> Processing Conflict: bind97-devel conflicts bind-libbind-devel
--> Processing Conflict: bind97-devel conflicts bind-libbind-devel
--> Processing Conflict: bind97-devel conflicts bind-devel
--> Processing Conflict: bind97-devel conflicts bind-devel
--> Processing Conflict: bind97-libs conflicts bind-libs
--> Processing Conflict: bind97-libs conflicts bind-libs
--> Processing Conflict: bind97-utils conflicts bind-utils
--> Finished Dependency Resolution
32:bind97-utils-9.7.0-6.P2.el5_6.2.x86_64 from updates has depsolving problems
--> bind97-utils conflicts with bind-utils
32:bind97-chroot-9.7.0-6.P2.el5_6.2.x86_64 from updates has depsolving problems
--> bind97-chroot conflicts with bind-chroot
32:bind97-devel-9.7.0-6.P2.el5_6.2.x86_64 from updates has depsolving problems
--> bind97-devel conflicts with bind-libbind-devel
32:bind97-devel-9.7.0-6.P2.el5_6.2.i386 from updates has depsolving problems
--> bind97-devel conflicts with bind-libbind-devel
32:bind97-devel-9.7.0-6.P2.el5_6.2.i386 from updates has depsolving problems
--> bind97-devel conflicts with bind-devel
32:bind97-libs-9.7.0-6.P2.el5_6.2.x86_64 from updates has depsolving problems
--> bind97-libs conflicts with bind-libs
32:bind97-libs-9.7.0-6.P2.el5_6.2.i386 from updates has depsolving problems
--> bind97-libs conflicts with bind-libs
32:bind97-devel-9.7.0-6.P2.el5_6.2.x86_64 from updates has depsolving problems
--> bind97-devel conflicts with bind-devel
32:bind97-9.7.0-6.P2.el5_6.2.x86_64 from updates has depsolving problems
--> bind97 conflicts with bind
Error: bind97-libs conflicts with bind-libs
Error: bind97-devel conflicts with bind-libbind-devel
Error: bind97-chroot conflicts with bind-chroot
Error: bind97-utils conflicts with bind-utils
Error: bind97 conflicts with bind
Error: bind97-devel conflicts with bind-devel
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
이렇게 나옵니다...... ㅡ_ㅡ; 제가 무언가 잘못했나요?
사용된 centos는 5.4입니다.64
엇;; lsb_release -a 를 하니 버젼이 5.6f 로나오네요 yum update를 하면 이렇게 되는건가요;;;
yum update를 할 경우엔 최신릴리즈된 버전으로 업됩니다.
....
명령어
yum -y install bind-* 로 해보세요
97과 충돌 난다는 말입니다
댓글 달기