From owner-freebsd-current Wed Oct 9 07:48:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA28504 for current-outgoing; Wed, 9 Oct 1996 07:48:29 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (root@bourbon.sfc.wide.ad.jp [133.4.30.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA28498 for ; Wed, 9 Oct 1996 07:48:26 -0700 (PDT) Received: from bourbon (max@localhost [127.0.0.1]) by bourbon.sfc.wide.ad.jp (8.7.6/3.4W409/27/96) with ESMTP id XAA01502; Wed, 9 Oct 1996 23:48:10 +0900 (JST) Message-Id: <199610091448.XAA01502@bourbon.sfc.wide.ad.jp> To: jdp@polstra.com Cc: max@wide.ad.jp, freebsd-current@freebsd.org Subject: Re: ldconfig problem From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Wed, 09 Oct 1996 06:55:09 -0700" References: <199610091355.GAA23005@austin.polstra.com> X-Mailer: Mew version 1.06 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Wed, 09 Oct 1996 23:48:10 +0900 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk jdp> Please run "ldd" on the kaffe executable in both the failing jdp> and successful situations, and let us know what it prints jdp> out. Ok, here it is. 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) If needed, I also did ldd -v on the kaffe executable, but it's more than 800 lines, so I don't include it here unless someone needs it. Thanks. Max