Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2001 19:00:59 +0200
From:      Stefan Hoffmeister <freebsd-ml@econos.de>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Linux Emulation Problems
Message-ID:  <j34kjt86lg84ar6sbundrtop0db34p568s@4ax.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
: On Wed, 27 Jun 2001 12:10:48 +0100, John Toon wrote:

>./setup: error in loading shared libraries:
>/usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid.

You somewhere have an LD_PRELOAD variable set for that library. This is a
"busy cursor" library and it is popular with Gnome.

A truss / strace won't help you either, as "ELF file OS ABI invalid" is a
problem signalled by the kernel / dynamic linker - brandelf will tell you
more.

Suggestion: Simply get rid of that LD_PRELOAD.

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?j34kjt86lg84ar6sbundrtop0db34p568s>