From owner-freebsd-current Thu Jul 24 07:43:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA02069 for current-outgoing; Thu, 24 Jul 1997 07:43:57 -0700 (PDT) Received: from plains.NoDak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA02062 for ; Thu, 24 Jul 1997 07:43:55 -0700 (PDT) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.5/8.8.5) id JAA28676; Thu, 24 Jul 1997 09:43:46 -0500 (CDT) Date: Thu, 24 Jul 1997 09:43:46 -0500 (CDT) From: Mark Tinguely Message-Id: <199707241443.JAA28676@plains.NoDak.edu> To: michael.bielicki@linkdesign.com, nate@mt.sri.com Subject: Re: JDK-1.1.X anybody on CURRENT ??? Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I tried to use both, the canadian JDK-1.1 (which allways dump core) > > It works for me, but it didn't work for a friend also running 2.2. This > is the candadien version. for the people that are having core dumps of the jdk 1.1.x, have you COPIED /usr/lib/compat/libcrypt.so.2.0 into /usr/lib/libcrypt.so.2.0. the program explicted tries to open this shared library. If the library is not there, it loops trying to open it and then eventually crashes. --mark.