From owner-freebsd-java@FreeBSD.ORG Fri Oct 28 12:35:32 2011 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 267F6106566C for ; Fri, 28 Oct 2011 12:35:32 +0000 (UTC) (envelope-from zingelman@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id D84258FC15 for ; Fri, 28 Oct 2011 12:35:31 +0000 (UTC) Received: by vcbfo13 with SMTP id fo13so5165502vcb.13 for ; Fri, 28 Oct 2011 05:35:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=wlhPyIWzmuVJkx9x842TrvV7L14s3eajoPTsvGGPCP0=; b=wkqahtVKRS/rDzhuU0AChprvQRGrJIjVphFtDBmZNGvMv7JaUhR1DQIORKNhetQw9f zP88ho3NRDdHhCN5DuNXJsfvJ7Fjgcm8yRJjDMijDXMw0ppY3uZNgNGAhX0SDZ3GHK5N 8VbeOyR1nOF8SaO4dLOveYvjwTjZFtK6DUZnA= MIME-Version: 1.0 Received: by 10.68.34.226 with SMTP id c2mr3878012pbj.99.1319803917562; Fri, 28 Oct 2011 05:11:57 -0700 (PDT) Sender: zingelman@gmail.com Received: by 10.68.51.231 with HTTP; Fri, 28 Oct 2011 05:11:57 -0700 (PDT) In-Reply-To: <20111028115953.GA5016@devbox.epam.com> References: <20111028104807.GC2252@devbox.epam.com> <20111028115953.GA5016@devbox.epam.com> Date: Fri, 28 Oct 2011 07:11:57 -0500 X-Google-Sender-Auth: FYBePpFGpHO89a7E-awPuDmeShU Message-ID: From: Tim Zingelman To: tez@netbsd.org, freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: OpenJDK 7 :: java.lang.UnsatisfiedLinkError X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 12:35:32 -0000 2011/10/28 Eugene Dzhurinsky : > On Fri, Oct 28, 2011 at 06:57:36AM -0500, tez@netbsd.org wrote: >> I found this 2008 PR that seems to describe the same problem, and which >> describes the root cause and references a patch that may or may not have >> fixed the problem. =A0Hope this is a help. =A0- Tim > > Sorry, which PR did you mean? Thanks! Opps... I guess it would help if I pasted in the URL :) http://www.freebsd.org/cgi/query-pr.cgi?pr=3D119654 Also note it has an LD_PRELOAD workaround that you might try. - Tim