This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/28775] gcj-dbtool fails to work on x86_64: NoSuchAlgorithmException: MD5



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]