From owner-freebsd-java@FreeBSD.ORG Wed Sep 3 04:16:59 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FCCE16A4C0 for ; Wed, 3 Sep 2003 04:16:59 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737C544003 for ; Wed, 3 Sep 2003 04:16:55 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 3F14E3D29 for ; Wed, 3 Sep 2003 07:16:55 -0400 (EDT) From: "Dan Langille" To: freebsd-java@freebsd.org Date: Wed, 03 Sep 2003 07:18:29 -0400 MIME-Version: 1.0 Message-ID: <3F5595C5.552.4284913E@localhost> Priority: normal References: <3F50A917.2538.2F480A27@localhost> In-reply-to: <3F50A917.2538.2F480A27@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: (Fwd) Re: Shared object "libawt.so" not found X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 11:16:59 -0000 Forwarded with premission: ------- Forwarded message follows ------- Date sent: Tue, 02 Sep 2003 18:11:49 +0300 From: Panagiotis Astithas To: Dan Langille Subject: Re: Shared object "libawt.so" not found Dan Langille wrote: > On 2 Sep 2003 at 17:06, Panagiotis Astithas wrote: > > >>Dan Langille wrote: >> >>>On 2 Sep 2003 at 16:42, Panagiotis Astithas wrote: >>> >>>>Also, does opera set up any LD_LIBRARY_PATH variables during startup? >>> >>> >>>I think so: >>> >>>[dan@laptop:/usr/local/share/opera] $ grep -r LD_LIBRARY_PATH * >>>Binary file bin/opera matches >>>uninst/rollback_7.20-20030825.2/opera: LD_LIBRARY_PATH="${OPERA_JAVA_DIR}:${OPERA_JAVA_DIR}/native_threads:${OPERA_JAVA_DIR}/client:${OPERA_JAVA_DIR}/classic:${LD_LIBRARY_PATH}" >>>uninst/rollback_7.20-20030825.2/opera: export LD_LIBRARY_PATH >>>uninst/rollback_7.20-20030827.1/opera: LD_LIBRARY_PATH="${OPERA_JAVA_DIR}:${OPERA_JAVA_DIR}/native_threads:${OPERA_JAVA_DIR}/client:${OPERA_JAVA_DIR}/classic:${LD_LIBRARY_PATH}" >>>uninst/rollback_7.20-20030827.1/opera: export LD_LIBRARY_PATH >>>[dan@laptop:/usr/local/share/opera] $ >>> >>>Thank you. >> >>Hmmm. What does OPERA_JAVA_DIR point to? >>Perhaps you could try starting opera like this: >> >>% env OPERA_JAVA_DIR=/usr/local/diablo-jdk1.3.1/jre/lib/i386 opera >> >>or: >> >>% env LD_LIBRARY_PATH=/usr/local/diablo-jdk1.3.1/jre/lib/i386 opera >> >>and see if it finds it this time. > > > Progress of sorts: > > $ export OPERA_JAVA_DIR=/usr/local/diablo-jdk1.3.1/jre/lib/i386 > $ opera > /usr/libexec/ld-elf.so.1: /usr/local/diablo- > jdk1.3.1/jre/lib/i386/libawt.so: Undefined symbol "JVM_RaiseSignal" > > That looks more interesting... I can't think of something right now. I am not sure whether JVM_RaiseSignal is defined in libawt, or in another library linked with it. I have jdk1.4.1 here and I cannot easily see what could be going on. Perhaps Greg has a clue about this message? -- Panagiotis Astithas Electrical & Computer Engineer, PhD Network Management Center National Technical University of Athens, Greece ------- End of forwarded message ------- -- Dan Langille : http://www.langille.org/