From: Armando Di Cianno <armando@nycap.rr.com>
To: Jesse McCrosky <mccrosky@ualberta.ca>,
LinuxPPC Dev List <linuxppc-dev@lists.linuxppc.org>
Subject: Re: link error with jdk-1.3
Date: Wed, 12 Dec 2001 14:23:59 -0500 [thread overview]
Message-ID: <200112121928.fBCJSV809645@mailout6.nyroc.rr.com> (raw)
In-Reply-To: <3C17A868.605B0BED@ualberta.ca>
> When I try to run java I get the following error.
> /usr/src/j2sdk1.3/jre/bin/ppc/native_threads/java: error while loading
> shared libraries: /usr/src/j2sdk1.3/jre/lib/ppc/classic/libjvm.so:
> symbol __register_frame_info, version GLIBC_2.0 not defined in file
> libc.so.6 with link time reference
> I am using glibc-2.2.4
I made my own distro, and encountered this problem. I solved it by
downloading the YDL 2.0 Glibc 2.1.3 compatability libs, installing them, and
adding a line like this to the beginning of the .java_wrapper file:
export LD_PRELOAD=/usr/lib/libstdc++-3-libc6.1-2-2.10.0.so
The symbols were defined in that lib. Note, that at one point I had
this environment variable exported from /etc/profile, and a handful of
programs ceased to work in mysterious ways; so I'd stick with only messing
with the .java_wrapper, and affecting only java.
__Armando Di Cianno
diciaa@rpi.edu
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2001-12-12 19:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-12 18:56 link error with jdk-1.3 Jesse McCrosky
2001-12-12 19:23 ` Armando Di Cianno [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200112121928.fBCJSV809645@mailout6.nyroc.rr.com \
--to=armando@nycap.rr.com \
--cc=diciaa@rpi.edu \
--cc=linuxppc-dev@lists.linuxppc.org \
--cc=mccrosky@ualberta.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).