Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2000 13:31:13 +0000
From:      Patrick Gardella <patrick@freebsd.org>
To:        Stephen Cimarelli <stephen@clari.net.au>
Cc:        java@freebsd.org
Subject:   Re: FW: jdk 1.1.8 on FreeBSD 4.1-Release
Message-ID:  <39F58F21.8BE34E71@freebsd.org>
References:  <XFMail.001024142431.stephen@clari.net.au> <20001024081710.M1604@puck.firepipe.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39F58F21.8BE34E71>