SixSigns Blog

Enrich people’s lives and web experience
Ads

java-1.4.2-gcj-compat.i386 update problem on CentOS

When you try to install the current available updates;

java-1.4.2-gcj-compat.i386               1.4.2.0-40jpp.115      base
java-1.4.2-gcj-compat-devel.i386         1.4.2.0-40jpp.115      base
java-1.4.2-gcj-compat-javadoc.i386       1.4.2.0-40jpp.115      base
java-1.4.2-gcj-compat-src.i386           1.4.2.0-40jpp.115      base

you will get the following error message;

Error: Missing Dependency: /usr/bin/rebuild-security-providers is needed by package java-1.4.2-gcj-compat

Apparently the solution to this is to install the latest version of the jpackage-utils. The new version can be found at the CentOS testing repros at http://dev.centos.org/centos/5/testing/i386/RPMS/jpackage-utils-1.7.5-1jpp.1.el5.centos.noarch.rpm.

Once you downloaded the RPM, install it with rpm -Uvh. You then will be able to update your system successfully with “yum update”.

Share and Enjoy:
  • Facebook
  • Digg
  • TwitThis
  • Sphinn
  • del.icio.us
  • Mixx
  • Google
  • MisterWong
  • StumbleUpon

If you enjoyed this post, make sure you subscribe to my RSS feed!

Post Metadata

Date
July 11th, 2008

Author
SixSigns

Category

2 Responses to “java-1.4.2-gcj-compat.i386 update problem on CentOS”


  1. Adam says:

    Yey… you is my hero (thanks)

  2. Greg Porter says:

    Yeah! Worked for me too. Thanks.



Leave a Reply