From owner-freebsd-stable@FreeBSD.ORG Tue Feb 1 23:46:33 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04BF916A4CE for ; Tue, 1 Feb 2005 23:46:33 +0000 (GMT) Received: from diablo.csolve.net (diablo.csolve.net [207.61.27.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C87243D39 for ; Tue, 1 Feb 2005 23:46:32 +0000 (GMT) (envelope-from horechuk@csolve.net) Received: from dsl-142.46.83.160.csolve.net ([142.46.83.160] helo=friar) by diablo.csolve.net with esmtp (Exim 4.20) id 1Cw7j5-0002yq-Nk for freebsd-stable@freebsd.org; Tue, 01 Feb 2005 18:46:31 -0500 From: Paul Horechuk To: freebsd-stable@freebsd.org Date: Tue, 1 Feb 2005 18:49:14 -0500 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502011849.15143.horechuk@csolve.net> Subject: libjava.so not found X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: horechuk@csolve.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 23:46:33 -0000 During make of openoffice-1.1 make -DWITHOUT_MOZILLA ============= Building project sandbox ============= /usr2/ports/editors/openoffice-1.1/work/sandbox/com/sun/star/lib/sandbox mkout -- version: 1.3 Making dpj... ------------------------------ Making: ../../../../../unxfbsd.pro/misc/lib_sandbox.dpc dmake subdmake=true -f makefile.mk product="full" depend=t ALLDPC ------------------------------ No Dependencies javac -classpath ".:../../../../../unxfbsd.pro/class:/usr/local/jdk1.5.0/jre/lib/rt.jar:." -d ../../../../../unxfbsd.pro/class AudioProxy.java Cachable.java ClassContext.java ClassContextImpl.java ClassContextProxy.java CodeSource.java Disposable.java ExecutionContext.java Holder.javaImageProducerProxy.java JarEntry.java JarInputStream.java Permission.java PermissionCollection.java ProtectionDomain.java Resource.java ResourceImpl.java ResourceProxy.java ResourceViewer.java SandboxMessageHandler.java SandboxThreadGroup.java SandboxSecurity.java SandboxSecurityException.java WeakRef.java WeakTable.java WeakEntry.java XImage.java Error: could not find libjava.so Error: could not find Java 2 Runtime Environment. dmake: Error code 2, while making '../../../../../unxfbsd.pro/misc/lib_sandbox_dummy.java' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr2/ports/editors/openoffice-1.1/work/sandbox/com/sun/star/lib/sandbox dmake: Error code 1, while making 'instsetoo/prj/build_all' *** Error code 255 Stop in /usr2/ports/editors/openoffice-1.1. ---* TG_SLO.MK *--- friar# locate libjava.so /usr2/local/jdk1.5.0/jre/lib/i386/libjava.so /usr2/local/jre1.1.8/lib/i386/green_threads/libjava.so /usr2/local/jre1.1.8/lib/i386/green_threads/libjava.so.1.1.8 friar# uname -a FreeBSD friar.horechuk.csolve.net 5.3-STABLE FreeBSD 5.3-STABLE #6: Sat Jan 15 21:36:01 EST 2005 Can I symlink one of the libjava.so files to where openoffice is looking?