I followed the instructions here for enabling EHEL:
http://www.thegeekstuff.com/2012/06/enable-epel-repository/
And tried to do a yum gdisk install on a new CentOS 6.2 fully updated install.
yum install gdisk
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.flhsi.com
* epel: www.gtlib.gatech.edu
* extras: mirror.us.leaseweb.net
* rpmforge: mirror.us.leaseweb.net
* updates: mirrors.finalasp.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gdisk.x86_64 0:0.8.4-1.el5 will be installed
--> Processing Dependency: libicuuc.so.36()(64bit) for package:
gdisk-0.8.4-1.el5.x86_64
--> Processing Dependency: libicuio.so.36()(64bit) for package:
gdisk-0.8.4-1.el5.x86_64
--> Finished Dependency Resolution
Error: Package: gdisk-0.8.4-1.el5.x86_64 (epel)
Requires: libicuio.so.36()(64bit)
Error: Package: gdisk-0.8.4-1.el5.x86_64 (epel)
Requires: libicuuc.so.36()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
If I read this correctly, the problem is my CentOS install has the wrong
version:
locate libicuuc.so
/usr/lib64/libicuuc.so.42
/usr/lib64/libicuuc.so.42.1
Is there either an update version of gdisk that works with this version, or what
do I need to do to get gdisk to work correctly with CentOS 6.2 if anyone knows.
Thank you.
-= Bruce D. Meyer
On Wed, Jan 09, 2013 at 03:29:29PM -0500, Meyer, Bruce wrote:> I followed the instructions here for enabling EHEL: > http://www.thegeekstuff.com/2012/06/enable-epel-repository/However, you enabled it for the wrong repository...> ---> Package gdisk.x86_64 0:0.8.4-1.el5 will be installedTHis is a RH5 version of gdisk that you're trying to install on 6.2 ... -- rgds Stephen