From owner-freebsd-current Thu Jul 24 08:31:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA04832 for current-outgoing; Thu, 24 Jul 1997 08:31:53 -0700 (PDT) Received: from zeus.gel.usherb.ca (zeus.gel.usherb.ca [132.210.70.7]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id IAA04825 for ; Thu, 24 Jul 1997 08:31:48 -0700 (PDT) Received: from castor.gel.usherb.ca by zeus.gel.usherb.ca (4.1/SMI-4.1) id AA05657; Thu, 24 Jul 97 11:31:00 EDT Received: by castor.gel.usherb.ca (SMI-8.6/SMI-SVR4) id LAA23465; Thu, 24 Jul 1997 11:30:59 -0400 Date: Thu, 24 Jul 1997 11:30:59 -0400 (EDT) From: "Alex.Boisvert" To: Mark Tinguely Cc: michael.bielicki@linkdesign.com, nate@mt.sri.com, current@FreeBSD.ORG Subject: Re: JDK-1.1.X anybody on CURRENT ??? In-Reply-To: <199707241443.JAA28676@plains.NoDak.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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. The explicit dlopen is performed on "/usr/lib/libc.so.2.2" not "libcrypt.so.x.x". Regards, Alex.