If You get below error while cPanel installation :
=======================================================================
2012-06-05 08:13:34 256 (DEBUG): Error: Missing Dependency: bind = 30:9.3.6-4.P1.el5_4.2 is needed by package 30:bind-chroot-9.3.6-4.P1.el5_4.2.x86_64 (installed)
2012-06-05 08:13:34 256 (DEBUG): You could try using --skip-broken to work around the problem
2012-06-05 08:13:34 256 (DEBUG): You could try running: package-cleanup --problems
2012-06-05 08:13:34 256 (DEBUG): package-cleanup --dupes
2012-06-05 08:13:34 256 (DEBUG): rpm -Va --nofiles --nodigest
2012-06-05 08:13:34 256 (DEBUG): The program package-cleanup is found in the yum-utils package.
2012-06-05 08:13:34 256 (ERROR): - ssystem [EXIT_CODE] '/usr/bin/yum' exited with 1 (ignored)
2012-06-05 08:13:34 256 (DEBUG): - ssystem [END]
2012-06-05 08:13:34 260 (FATAL): yum failed 6 times. Cannot continue!
Removing /root/installer.lock
=======================================================================
Then the resolution is :
rpm -e --nodeps bind-chroot
rpm -e --nodeps bind
yum install bind
Again run sh latest
:)
0 comments:
Post a Comment