From owner-freebsd-current Wed Oct 9 09:30:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA06869 for current-outgoing; Wed, 9 Oct 1996 09:30:29 -0700 (PDT) Received: from minnow.render.com (render.demon.co.uk [158.152.30.118]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA05973 for ; Wed, 9 Oct 1996 09:21:23 -0700 (PDT) Received: from minnow.render.com (minnow.render.com [193.195.178.1]) by minnow.render.com (8.6.12/8.6.9) with SMTP id RAA17739; Wed, 9 Oct 1996 17:15:05 +0100 Date: Wed, 9 Oct 1996 17:15:04 +0100 (BST) From: Doug Rabson To: John Polstra cc: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= , freebsd-current@freebsd.org Subject: Re: ldconfig problem In-Reply-To: <199610091533.IAA23308@austin.polstra.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 9 Oct 1996, John Polstra wrote: > > Successful one: > > > > /usr/local/bin/kaffe: > > -lkaffe_vm.0 => /usr/local/lib/libkaffe_vm.so.0.5 (0x801d000) > > -lm.2 => /usr/lib/libm.so.2.0 (0x803e000) > > -lc.3 => /usr/lib/libc.so.3.0 (0x8055000) > > > > > > > > Unsuccessful one: > > > > /usr/local/bin/kaffe: > > -lkaffe_vm.0 => /usr/local/lib/libkaffe_vm.so.0.5 (0x801e000) > > -lm.2 => /usr/lib/libm.so.2.0 (0x803f000) > > -lc.3 => /usr/lib/libc.so.3.0 (0x8056000) > > Hmm, these both look OK. The shared libraries in the second case are > mapped one page higher than in the first case, but that doesn't indicate > a problem. Before mapping any shared libraries, the dynamic linker maps > the entire "/var/run/ld.so.hints" file into memory. In the second case, > that file is probably one page larger than in the first case, because it > has the extra libraries from "/usr/local/lib/m3/FreeBSD2" in it. > > Does kaffe use dlopen(), or LD_PRELOAD, or any other unusual features > of the dynamic linker? I think kaffe uses dlopen to load shared library implementations of native Java classes. -- Doug Rabson, Microsoft RenderMorphics Ltd. Mail: dfr@render.com Phone: +44 171 734 3761 FAX: +44 171 734 6426