From owner-freebsd-questions@FreeBSD.ORG Wed Oct 2 11:35:56 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 835AC77 for ; Wed, 2 Oct 2013 11:35:56 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8BC20A8 for ; Wed, 2 Oct 2013 11:35:55 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id x18so620279lbi.17 for ; Wed, 02 Oct 2013 04:35:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=islaW3c9jLXtaiHfv+LeISsepOA3jXRW/zZZ+sZ/t9w=; b=wrQf6OOzhsD++qZvSJ9eYgAeEnq6YXMiAD3wOMOg4qZykLUVr3kWYZH3hjjBfHzCu6 s3oMDAzhzS1UtKvl0VllsbrWTEroWHLYbIiMwNTb7FYr6oIUjrgLW6ynq4Q++ykJuv4I 844V9UR53Y0EnZFp+yXTwuCGVIS2DJsQuqI12O1fYWgLCwsFkViGsl/PON7jUJ+GOD72 qMVKZQdqjwjWTQ4x85HNt7MPfaetg2rYoIySVRg6cIuV3JFvQiZDJ62lRMt6+3z1BMpj mRRDn4vRhGSPthgr4A0f37Js6kg4eWZJk9gWfhIu2tSqtmP1d7DcSgcSnTklFyhn5k+F UkBA== X-Received: by 10.112.50.109 with SMTP id b13mr861585lbo.47.1380713754156; Wed, 02 Oct 2013 04:35:54 -0700 (PDT) Received: from [192.168.1.128] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPSA id n15sm1115126laa.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Oct 2013 04:35:53 -0700 (PDT) Message-ID: <524C0518.2050207@gmail.com> Date: Wed, 02 Oct 2013 14:35:52 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: dweimer@dweimer.net, freebsd-questions@freebsd.org Subject: Re: Port of icedtea-web-1.4_1, on 64 bit system might have a problem in the install process. References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2013 11:35:56 -0000 01.10.2013 21:12, dweimer wrote: > 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" Try `-headless`. You wont see the shiny logo though... -- Sphinx of black quartz, judge my vow.