Date: Wed, 27 Jun 2001 10:01:15 -0500 From: Dan Nelson <dnelson@emsphone.com> To: John Toon <john.toon@btinternet.com> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Linux Emulation Problems Message-ID: <20010627100115.A10463@dan.emsphone.com> In-Reply-To: <3B39BF38.4050405@btinternet.com> References: <3B39BF38.4050405@btinternet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jun 27), John Toon said: > I'm experiencing Linux emulation issues on my FreeBSD-4.1 setup. > Whenever I attempt to run a Linux binary, they try to access my > FreeBSD library /usr/X11R6/lib/libxalflaunch.so.0 - even for programs > that apparently have *no* need of this library (Linux version or > otherwise). In particular, neither the > j2sdk-1_4_0-beta-linux-i386.bin archive extracts, nor does does the > setup program for the Linux binary of build 627 of OpenOffice run > correctly. For example, the setup program reports: Do you maybe have an LD_PRELOAD environment variable pulling in libxalf? Or maybe those apps really need xalf, in which case you should copy the Linux xalf libraries from a Linux box into your /compat/linux tree. > ./setup: error in loading shared libraries: > /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010627100115.A10463>