From owner-freebsd-questions@FreeBSD.ORG Tue Oct 1 18:12:27 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 80A89D4A for ; Tue, 1 Oct 2013 18:12:27 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3552DAE for ; Tue, 1 Oct 2013 18:12:27 +0000 (UTC) Received: from www.dweimer.net (webmail.dweimer.local [192.168.5.2]) by webmail.dweimer.net (8.14.5/8.14.5) with ESMTP id r91ICP8L016105 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 1 Oct 2013 13:12:25 -0500 (CDT) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 01 Oct 2013 13:12:25 -0500 From: dweimer To: freebsd-questions@freebsd.org Subject: Re: Port of =?UTF-8?Q?icedtea-web-=31=2E=34=5F=31=2C=20on=20=36?= =?UTF-8?Q?=34=20bit=20system=20might=20have=20a=20problem=20in=20the=20in?= =?UTF-8?Q?stall=20process=2E?= Organization: dweimer.net Mail-Reply-To: dweimer@dweimer.net In-Reply-To: References: Message-ID: X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/0.8.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dweimer@dweimer.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 18:12:27 -0000 On 10/01/2013 11:09 am, dweimer wrote: > I was struggling to get itweb-javaws to execute, due to it not being > able to find libjava.so, after running it through truss, I was able to > determine that its looking for the library under /usr/local/lib/amd64, > the file is located in /usr/local/openjdk7/jre/lib/amd64, I was able > to work around the problem by creating a symbolic link to point > /usr/local/lib/amd64 to /usr/local/openjdk/jre/lib/amd64, as the amd64 > sub-directory didn't exist in /usr/local/lib. > > This does make me wonder though, if I am just missing something from > my environment, that's causing this. Or is the port install not doing > something that it should be doing? > > System is a new build of 9.2-RELEASE, compiled from source, source and > ports all built with clang where possible. Just an update, this only worked the first time I executed it, now all I get is: java.lang.UnsatisfiedLinkError: /usr/local/openjdk7/jre/lib/amd64/libsplashscreen.so: /usr/local/openjdk7/jre/lib/amd64/libsplashscreen.so: Undefined symbol "jpeg_resync_to_restart" I somewhat worked around it by installing the linux_sun_jre 7.40, and pointing icedtea webstart at it, searching online shows this to be most likely be a bug in the port of openjdk. http://www.freebsd.org/cgi/query-pr.cgi?pr=119654 -- Thanks, Dean E. Weimer http://www.dweimer.net/