This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/28775] gcj-dbtool fails to work on x86_64: NoSuchAlgorithmException: MD5
- From: "bero at arklinux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 18 Aug 2006 19:10:33 -0000
- Subject: [Bug java/28775] gcj-dbtool fails to work on x86_64: NoSuchAlgorithmException: MD5
- References: <bug-28775-5606@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from bero at arklinux dot org 2006-08-18 19:10 -------
The problem is that classpath.security gets installed to /usr/lib/security
only, but not /usr/lib64/security.
Running
cp /usr/lib/security/classpath.secruity /usr/lib64/security
after installing gcc fixes it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28775