: 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message