Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Oct 1996 23:48:10 +0900
From:      Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= <max@wide.ad.jp>
To:        jdp@polstra.com
Cc:        max@wide.ad.jp, freebsd-current@freebsd.org
Subject:   Re: ldconfig problem
Message-ID:  <199610091448.XAA01502@bourbon.sfc.wide.ad.jp>
In-Reply-To: Your message of "Wed, 09 Oct 1996 06:55:09 -0700"
References:  <199610091355.GAA23005@austin.polstra.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610091448.XAA01502>