Date: Fri, 13 Feb 1998 11:36:00 -0500 (EST) From: Keith White <Keith.White@site.uottawa.ca> To: Tom Biddulph <bid@skyweyr.com> Cc: freebsd-java@FreeBSD.ORG, java-port@FreeBSD.ORG Subject: RE: JDK 1.1.5 installation problem... Message-ID: <XLView.887388327.7590.kwhite@infoaf> In-Reply-To: Tom Biddulph's message of Fri, 13 Feb 1998 07:14:07 -0800: <01bd3892$07272af0$1d8244c6@ntworkstation1.skyweyr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> I've installed JDK 1.1.5 following the instructions at = > <http://www.freebsd.org/java/>, including installing a release of = > xfree11. My FreeBSD version is 2.1.0. > > When I try to execute java (or other commands), I get the message > > ld.so: java: Can't find shared library "libc.so.3.0" > > I've tried linking/copying my existing libc.so.2.2 to this name, but = > that doesn't work. Is my only resolution to this problem to upgrade to = > the 3.x release of FreeBSD (I'm assuming that is the problem)? The JDK1.1.5 is known to run on FreeBSD-2.2.2 and later. And, yes, you might want to consider upgrading. Unfortunately, the following fix is unsupported: For earlier FreeBSD releases the following might work (it's been some time since I've tried this): ln -s /usr/lib/libc.so.2.2 \ /usr/local/jdk1.1.5/lib/i386/green_threads/libc.so.3.0 (This assumes that your version of libc in /usr/lib is libc.so.2.2, and that you've installed the JDK in /usr/local. Salt to taste.) ...keith -- Keith White, EITI/SITE, University of Ottawa kwhite@site.uottawa.ca [+1 613 562 5800 x6681] FAX [+1 613 562 5187] 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?XLView.887388327.7590.kwhite>