Subject: Re: Which JVM is available for 1.5.x on i386?
To: None <netbsd-users@netbsd.org>
From: Amitai Schlair <schmonz@schmonz.com>
List: netbsd-users
Date: 12/02/2001 20:43:21
on 12/2/01 3:20 PM, Amitai Schlair at schmonz@schmonz.com wrote:

> on 12/2/01 3:10 PM, David Brownlee at abs@netbsd.org wrote:
> 
>> On netscape:
>> Do you have your LD_LIBRARY_PATH or similar set to an unusual
>> value? I'm wondering why its trying /mnt/wd0e/usr/X11R6/lib.
> 
> LD_LIBRARY_PATH is unset. (/etc/ld.so.conf is unchanged from the default
> install, as well.)

Sorry, this wasn't at all clear. I have /home, /usr, and /var on /mnt/wd0e:

$ cd /; ls -ld home usr var
lrwxr-xr-x  1 root  wheel  13 Sep 23 21:02 home -> mnt/wd0e/home
lrwxr-xr-x  1 root  wheel  12 Sep 23 21:04 usr -> mnt/wd0e/usr
lrwxr-xr-x  1 root  wheel  12 Sep 23 21:04 var -> mnt/wd0e/var

(And critical_filesystems_beforenet="/mnt/wd0e" in /etc/rc.conf, of course.)

So when it searches /mnt/wd0e/usr/X11R6/lib, that's really just
/usr/X11R6/lib. Which would make sense, except that this is a Linux binary,
and so it ought to be looking in /emul/linux/usr/X11R6/lib.

- Amitai