From owner-freebsd-java Tue Oct 24 6:31:22 2000 Delivered-To: freebsd-java@freebsd.org Received: from toyland.drapple.com (toyland.drapple.com [204.200.26.114]) by hub.freebsd.org (Postfix) with ESMTP id 3F5A737B479 for ; Tue, 24 Oct 2000 06:31:19 -0700 (PDT) Received: from freebsd.org (bet-su5-23.itg.discovery.com [198.147.13.23]) by toyland.drapple.com (8.9.3/8.9.3) with ESMTP id GAA35602; Tue, 24 Oct 2000 06:31:14 -0700 (PDT) (envelope-from patrick@freebsd.org) Message-ID: <39F58F21.8BE34E71@freebsd.org> Date: Tue, 24 Oct 2000 13:31:13 +0000 From: Patrick Gardella Organization: FreeBSD X-Mailer: Mozilla 4.75 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Stephen Cimarelli Cc: java@freebsd.org Subject: Re: FW: jdk 1.1.8 on FreeBSD 4.1-Release References: <20001024081710.M1604@puck.firepipe.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > > On Tue, Oct 24, 2000 at 02:24:31PM +1100, Stephen Cimarelli wrote: > > Sorry if this is not the right place to post this. :) > > [ moved to -java for you :-) ] > > > I have just install jdk-1.1.8 via the ports on the jailed server > > on a 4.1-release box and I get the following error > > > > > > /usr/local/jdk1.1.8/bin/javac > > /usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.2" not found > > > > a ls -l of /usr/lib shows > > > > -r--r--r-- 1 root wheel 822 Oct 23 22:00 /usr/lib/libxpg4.a > > lrwxr-xr-x 1 root wheel 12 Oct 23 22:00 /usr/lib/libxpg4.so -> libxpg4.so.3 > > -r--r--r-- 1 root wheel 2280 Oct 23 22:00 /usr/lib/libxpg4.so.3 > > -r--r--r-- 1 root wheel 918 Oct 23 22:00 /usr/lib/libxpg4_p.a > > > > > > ON a 4.0 box libxpg4 is also ...so.3 and JDK works fine there? (all though I > > have not tried it in a jail on 4.0) > > > > Can any one help, or at least point me to where I can find help Sure! You need to install the compat3x.i386 libraries. If you have source, you can install them from /usr/src/lib/compat/compat3x.i386 (make; make install), otherwise use /stand/sysinstall to install them. Then do a: ldconfig -m /usr/lib/compat And you should be set! Patrick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message